Remove websockets dependency (#6403)

* Remove  websockets dependency

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Freddy Boulton 2023-11-13 14:26:07 -05:00 committed by GitHub
parent d84209703b
commit 9cfeb4f17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"gradio": patch
---
feat:Remove websockets dependency

View File

@ -22,6 +22,5 @@ requests~=2.0
semantic_version~=2.0
typing_extensions~=4.0
uvicorn>=0.14.0
websockets>=10.0,<12.0
typer[all]>=0.9,<1.0
tomlkit==0.12.0