mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
Set min FastAPI version (#9712)
* Add code * add changeset * fix * starlette --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
c45b46652d
commit
bad46f3e8c
5
.changeset/cruel-aliens-reply.md
Normal file
5
.changeset/cruel-aliens-reply.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
feat:Set min FastAPI version
|
@ -1,6 +1,6 @@
|
||||
aiofiles>=22.0,<24.0
|
||||
anyio>=3.0,<5.0
|
||||
fastapi<1.0
|
||||
fastapi>=0.115.2,<1.0
|
||||
ffmpy
|
||||
gradio_client==1.4.0
|
||||
httpx>=0.24.1
|
||||
@ -17,6 +17,7 @@ python-multipart>=0.0.9 # required for fastapi forms
|
||||
pydub
|
||||
pyyaml>=5.0,<7.0
|
||||
semantic_version~=2.0
|
||||
starlette>=0.40.0,<1.0
|
||||
typing_extensions~=4.0
|
||||
urllib3~=2.0; sys.platform == 'emscripten' # urllib3 is used for Lite support. Version spec can be omitted because urllib3==2.1.0 is prebuilt for Pyodide and urllib>=2.2.0 supports Pyodide as well.
|
||||
uvicorn>=0.14.0; sys.platform != 'emscripten'
|
||||
|
Loading…
Reference in New Issue
Block a user