Add package constraint to websockets (#58626)
This commit is contained in:
parent
5f36fd2a80
commit
2b175a37a7
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 = (
|
||||
|
|
Loading…
Add table
Reference in a new issue