summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2471156..4287f62 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ alpaca-py = "^0.6.0"
uvloop = { version = "^0.17.0", platform = "linux" }
pandas = "^1.4.4"
finviz = { git = "https://github.com/mariostoev/finviz" }
-openai = "^0.23.0"
+openai = "^0.28.0"
loguru = "^0.6.0"
icecream = "^2.1.3"
sanic = "^22.6.2"