Bumped websockets version limit (#8948)

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
evanscho 2024-07-31 17:07:21 -03:00 committed by GitHub
parent 7e997a85bb
commit f7fbd2c237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"gradio": patch
"gradio_client": patch
---
feat:Bump websockets version max for gradio-client

View File

@ -3,4 +3,4 @@ httpx>=0.24.1
huggingface_hub>=0.19.3
packaging
typing_extensions~=4.0
websockets>=10.0,<12.0
websockets>=10.0,<13.0