Add constraint for websockets to <11.0 (#90868)

This commit is contained in:
J. Nick Koston 2023-04-05 08:03:47 -10:00 committed by Paulus Schoutsen
parent c663d8754b
commit b4e2dd4e06
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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 = (