Skip to content

Commit

Permalink
Merge pull request #487 from deepgram/pin-websockets-version
Browse files Browse the repository at this point in the history
pin the version of the websockets dependency to 12 or 13
  • Loading branch information
SandraRodgers authored Nov 20, 2024
2 parents 2887e93 + ed71994 commit 7df7b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
"httpx>=0.25.2",
"websockets>=12.0",
"websockets>=12.0,<14.0",
"dataclasses-json>=0.6.3",
"typing_extensions>=4.9.0",
"aiohttp>=3.9.1",
Expand Down

0 comments on commit 7df7b27

Please sign in to comment.