Skip to content

Commit abd5cef

Browse files
authored
fix: pin liteLLM upper bound to 1.82.6 to mitigate supply chain attack (#2772)
1 parent 7dc7fa2 commit abd5cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Repository = "https://github.com/openai/openai-agents-python"
3636
[project.optional-dependencies]
3737
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
3838
viz = ["graphviz>=0.17"]
39-
litellm = ["litellm>=1.81.0, <2"]
39+
litellm = ["litellm>=1.81.0, <=1.82.6"]
4040
any-llm = ["any-llm-sdk>=1.11.0, <2; python_version >= '3.11'"]
4141
realtime = ["websockets>=15.0, <16"]
4242
sqlalchemy = ["SQLAlchemy>=2.0", "asyncpg>=0.29.0"]

0 commit comments

Comments
 (0)