Skip to content

Commit

Permalink
[Web PubSub] Allow newer versions of websockets (#4911)
Browse files Browse the repository at this point in the history
resolves #4910
  • Loading branch information
asottile authored Jun 2, 2022
1 parent aa1d0b4 commit 38f1124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpubsub/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# TODO: Add any additional SDK dependencies here
DEPENDENCIES = [
'websockets~=8.1'
'websockets>=8.1'
]

with open('README.rst', 'r', encoding='utf-8') as f:
Expand Down

0 comments on commit 38f1124

Please sign in to comment.