mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
Pin multipart version to fix issues with yanking (#9834)
* pin multipart * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
f15808eff3
commit
febbed6db1
5
.changeset/cyan-lights-sleep.md
Normal file
5
.changeset/cyan-lights-sleep.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"gradio": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
feat:Pin multipart version to fix issues with yanking
|
@ -14,7 +14,7 @@ packaging
|
|||||||
pandas>=1.0,<3.0
|
pandas>=1.0,<3.0
|
||||||
pillow>=8.0,<12.0
|
pillow>=8.0,<12.0
|
||||||
pydantic>=2.0
|
pydantic>=2.0
|
||||||
python-multipart>=0.0.9,!=0.0.13 # required for fastapi forms. 0.0.13 was yanked from PyPI but micropip now ignores the yanked flag so we explicitly exclude it.
|
python-multipart==0.0.12 # required for fastapi forms. pinning to avoid yanking issues with micropip.
|
||||||
pydub
|
pydub
|
||||||
pyyaml>=5.0,<7.0
|
pyyaml>=5.0,<7.0
|
||||||
ruff>=0.2.2; sys.platform != 'emscripten'
|
ruff>=0.2.2; sys.platform != 'emscripten'
|
||||||
|
Loading…
Reference in New Issue
Block a user