mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add package constraint to websockets (#58626)
This commit is contained in:
parent
5f36fd2a80
commit
2b175a37a7
@ -79,3 +79,7 @@ regex==2021.8.28
|
|||||||
# anyio has a bug that was fixed in 3.3.1
|
# anyio has a bug that was fixed in 3.3.1
|
||||||
# can remove after httpx/httpcore updates its anyio version pin
|
# can remove after httpx/httpcore updates its anyio version pin
|
||||||
anyio>=3.3.1
|
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
|
# anyio has a bug that was fixed in 3.3.1
|
||||||
# can remove after httpx/httpcore updates its anyio version pin
|
# can remove after httpx/httpcore updates its anyio version pin
|
||||||
anyio>=3.3.1
|
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 = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user