Skip to content

Commit 5ffc1ec

Browse files
authored
relax websockets upper bound from <16 to <17 (#3013)
1 parent c2cb031 commit 5ffc1ec

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"typing-extensions>=4.12.2, <5",
1414
"requests>=2.0, <3",
1515
"types-requests>=2.0, <3",
16-
"websockets>=15.0, <16",
16+
"websockets>=15.0, <17",
1717
"mcp>=1.19.0, <2; python_version >= '3.10'",
1818
]
1919
classifiers = [
@@ -35,11 +35,11 @@ Homepage = "https://openai.github.io/openai-agents-python/"
3535
Repository = "https://github.com/openai/openai-agents-python"
3636

3737
[project.optional-dependencies]
38-
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
38+
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <17"]
3939
viz = ["graphviz>=0.17"]
4040
litellm = ["litellm>=1.83.0"]
4141
any-llm = ["any-llm-sdk>=1.11.0, <2; python_version >= '3.11'"]
42-
realtime = ["websockets>=15.0, <16"]
42+
realtime = ["websockets>=15.0, <17"]
4343
sqlalchemy = ["SQLAlchemy>=2.0", "asyncpg>=0.29.0"]
4444
encrypt = ["cryptography>=45.0, <46"]
4545
redis = ["redis>=7"]

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)