Skip to content

Commit ed71994

Browse files
committed
pin the version of the websockets dependency to 12 or 13
1 parent 2887e93 commit ed71994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
packages=find_packages(exclude=["tests"]),
2929
install_requires=[
3030
"httpx>=0.25.2",
31-
"websockets>=12.0",
31+
"websockets>=12.0,<14.0",
3232
"dataclasses-json>=0.6.3",
3333
"typing_extensions>=4.9.0",
3434
"aiohttp>=3.9.1",

0 commit comments

Comments
 (0)