mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add constraint for websockets to <11.0 (#90868)
This commit is contained in:
parent
c663d8754b
commit
b4e2dd4e06
@ -157,3 +157,8 @@ uamqp==1.6.0;python_version<'3.11'
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
faust-cchardet>=2.1.18
|
||||
|
||||
# websockets 11.0 is missing files in the source distribution
|
||||
# which break wheel builds
|
||||
# https://github.com/aaugustin/websockets/issues/1329
|
||||
websockets<11.0
|
||||
|
@ -162,6 +162,11 @@ uamqp==1.6.0;python_version<'3.11'
|
||||
# faust-cchardet: Ensure we have a version we can build wheels
|
||||
# 2.1.18 is the first version that works with our wheel builder
|
||||
faust-cchardet>=2.1.18
|
||||
|
||||
# websockets 11.0 is missing files in the source distribution
|
||||
# which break wheel builds
|
||||
# https://github.com/aaugustin/websockets/issues/1329
|
||||
websockets<11.0
|
||||
"""
|
||||
|
||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user