1
0
Fork 0

[rh:websockets] Support websockets 14.0+ (#11616)

Authored by: coletdjnz
This commit is contained in:
coletdjnz 2024-11-24 10:30:00 +13:00 committed by GitHub
commit c7316373c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -52,7 +52,7 @@ default = [
"pycryptodomex",
"requests>=2.32.2,<3",
"urllib3>=1.26.17,<3",
"websockets>=13.0,<14",
"websockets>=13.0",
]
curl-cffi = [
"curl-cffi==0.5.10; os_name=='nt' and implementation_name=='cpython'",