Skip to content

Commit

Permalink
Bump websockets to 13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed Feb 18, 2025
1 parent b6c52c6 commit c57f000
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 @@ -52,7 +52,7 @@
]

install_websockets_requires = [
"websockets>=10,<12",
"websockets>=10.1,<14",
]

install_botocore_requires = [
Expand Down

0 comments on commit c57f000

Please sign in to comment.