We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc7fa2 commit abd5cefCopy full SHA for abd5cef
1 file changed
pyproject.toml
@@ -36,7 +36,7 @@ Repository = "https://github.com/openai/openai-agents-python"
36
[project.optional-dependencies]
37
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
38
viz = ["graphviz>=0.17"]
39
-litellm = ["litellm>=1.81.0, <2"]
+litellm = ["litellm>=1.81.0, <=1.82.6"]
40
any-llm = ["any-llm-sdk>=1.11.0, <2; python_version >= '3.11'"]
41
realtime = ["websockets>=15.0, <16"]
42
sqlalchemy = ["SQLAlchemy>=2.0", "asyncpg>=0.29.0"]
0 commit comments