Add package constraint to websockets (#58626)

This commit is contained in:
J. Nick Koston 2021-10-28 14:32:22 -05:00 committed by GitHub
parent 5f36fd2a80
commit 2b175a37a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -79,3 +79,7 @@ regex==2021.8.28
# anyio has a bug that was fixed in 3.3.1
# can remove after httpx/httpcore updates its anyio version pin
anyio>=3.3.1
# websockets 10.0 is broken with AWS
# https://github.com/aaugustin/websockets/issues/1065
websockets==9.1

View file

@ -106,6 +106,10 @@ regex==2021.8.28
# anyio has a bug that was fixed in 3.3.1
# can remove after httpx/httpcore updates its anyio version pin
anyio>=3.3.1
# websockets 10.0 is broken with AWS
# https://github.com/aaugustin/websockets/issues/1065
websockets==9.1
"""
IGNORE_PRE_COMMIT_HOOK_ID = (