Skip to content

Commit

Permalink
Pin websockets to v13 until I can properly migrate in a minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyLuten committed Dec 15, 2024
1 parent ee88eb8 commit 670e6c2
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 @@ -19,7 +19,7 @@
python_requires='>=3.10',
install_requires=[
'mkdocs',
'websockets',
'websockets=>=13,<14',
],
classifiers=[
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit 670e6c2

Please sign in to comment.