diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-01 05:21:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-01 05:21:33 +0000 |
| commit | e092a8b24d87b9f7bac15a59e2086403dec0c45d (patch) | |
| tree | 384a9e6b855a819e27fbf3042f2fa6f9f5223bfd | |
| parent | Merge pull request #1 from Fuwn/renovate/configure (diff) | |
| download | machinis-renovate/openai-0.x.tar.xz machinis-renovate/openai-0.x.zip | |
fix(deps): update dependency openai to ^0.28.0renovate/openai-0.x
| -rw-r--r-- | pyproject.toml | 2 |
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" |