Skip to content

Commit ded40e4

Browse files
committed
bump openai to 1.45.0
1 parent 14dc7b3 commit ded40e4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pip install opentelemetry-api==1.25.0
5050
pip install opentelemetry-sdk==1.25.0
5151
pip install opentelemetry-exporter-otlp==1.25.0
52-
pip install openai==1.40.0
52+
pip install openai==1.45.0
5353
pip install prisma==0.11.0
5454
pip install "detect_secrets==1.5.0"
5555
pip install "httpx==0.24.1"
@@ -313,7 +313,7 @@ jobs:
313313
pip install "aiodynamo==23.10.1"
314314
pip install "asyncio==3.4.3"
315315
pip install "PyGithub==1.59.1"
316-
pip install "openai==1.40.0"
316+
pip install "openai==1.45.0"
317317
# Run pytest and generate JUnit XML report
318318
- run:
319319
name: Build Docker image
@@ -406,7 +406,7 @@ jobs:
406406
pip install "pytest-retry==1.6.3"
407407
pip install "pytest-asyncio==0.21.1"
408408
pip install aiohttp
409-
pip install "openai==1.40.0"
409+
pip install "openai==1.45.0"
410410
python -m pip install --upgrade pip
411411
pip install "pydantic==2.7.1"
412412
pip install "pytest==7.3.1"
@@ -513,7 +513,7 @@ jobs:
513513
pip install "pytest-asyncio==0.21.1"
514514
pip install "google-cloud-aiplatform==1.43.0"
515515
pip install aiohttp
516-
pip install "openai==1.40.0"
516+
pip install "openai==1.45.0"
517517
python -m pip install --upgrade pip
518518
pip install "pydantic==2.7.1"
519519
pip install "pytest==7.3.1"

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ documentation = "https://docs.litellm.ai"
1717

1818
[tool.poetry.dependencies]
1919
python = ">=3.8.1,<4.0, !=3.9.7"
20-
openai = ">=1.40.0"
20+
openai = ">=1.45.0"
2121
python-dotenv = ">=0.2.0"
2222
tiktoken = ">=0.7.0"
2323
importlib-metadata = ">=6.8.0"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LITELLM PROXY DEPENDENCIES #
22
anyio==4.4.0 # openai + http req.
3-
openai==1.40.0 # openai req.
3+
openai==1.45.0 # openai req.
44
fastapi==0.111.0 # server dep
55
backoff==2.2.1 # server dep
66
pyyaml==6.0.0 # server dep

0 commit comments

Comments
 (0)