Skip to content

Commit 7df7b27

Browse files
Merge pull request #487 from deepgram/pin-websockets-version
pin the version of the websockets dependency to 12 or 13
2 parents 2887e93 + ed71994 commit 7df7b27

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)