Skip to content

Commit

Permalink
build(requirements.txt): bump openai version
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Aug 7, 2024
1 parent 975eec8 commit 1008f24
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 8 deletions.
82 changes: 76 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ documentation = "https://docs.litellm.ai"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0, !=3.9.7"
openai = ">=1.27.0"
openai = ">=1.40.0"
python-dotenv = ">=0.2.0"
tiktoken = ">=0.7.0"
importlib-metadata = ">=6.8.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LITELLM PROXY DEPENDENCIES #
anyio==4.2.0 # openai + http req.
openai==1.34.0 # openai req.
openai==1.40.0 # openai req.
fastapi==0.111.0 # server dep
backoff==2.2.1 # server dep
pyyaml==6.0.0 # server dep
Expand Down

0 comments on commit 1008f24

Please sign in to comment.