We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cb031 commit 5ffc1ecCopy full SHA for 5ffc1ec
2 files changed
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
"typing-extensions>=4.12.2, <5",
14
"requests>=2.0, <3",
15
"types-requests>=2.0, <3",
16
- "websockets>=15.0, <16",
+ "websockets>=15.0, <17",
17
"mcp>=1.19.0, <2; python_version >= '3.10'",
18
]
19
classifiers = [
@@ -35,11 +35,11 @@ Homepage = "https://openai.github.io/openai-agents-python/"
35
Repository = "https://github.com/openai/openai-agents-python"
36
37
[project.optional-dependencies]
38
-voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
+voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <17"]
39
viz = ["graphviz>=0.17"]
40
litellm = ["litellm>=1.83.0"]
41
any-llm = ["any-llm-sdk>=1.11.0, <2; python_version >= '3.11'"]
42
-realtime = ["websockets>=15.0, <16"]
+realtime = ["websockets>=15.0, <17"]
43
sqlalchemy = ["SQLAlchemy>=2.0", "asyncpg>=0.29.0"]
44
encrypt = ["cryptography>=45.0, <46"]
45
redis = ["redis>=7"]
uv.lock
0 commit comments