Skip to content

Commit

Permalink
Pin multipart version to fix issues with yanking (#9834)
Browse files Browse the repository at this point in the history
* pin multipart

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>
  • Loading branch information
aliabd and gradio-pr-bot authored Oct 25, 2024
1 parent f15808e commit febbed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-lights-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gradio": patch
---

feat:Pin multipart version to fix issues with yanking
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging
pandas>=1.0,<3.0
pillow>=8.0,<12.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
pyyaml>=5.0,<7.0
ruff>=0.2.2; sys.platform != 'emscripten'
Expand Down

0 comments on commit febbed6

Please sign in to comment.