Skip to content
Snippets Groups Projects
Unverified Commit 2b175a37 authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Add package constraint to websockets (#58626)

parent 5f36fd2a
No related branches found
No related tags found
No related merge requests found
......@@ -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 = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment