fix: pin python-multipart
version to avoid yanking issues with micropip (#436)
This commit is contained in:
parent
f2f192ed72
commit
19b386b51e
|
@ -27,6 +27,7 @@ dependencies = [
|
||||||
"sqlmodel>=0.0.16,<0.1",
|
"sqlmodel>=0.0.16,<0.1",
|
||||||
"tiktoken>=0.6.0,<1",
|
"tiktoken>=0.6.0,<1",
|
||||||
"gradio>=4.31.0,<5",
|
"gradio>=4.31.0,<5",
|
||||||
|
"python-multipart==0.0.12", # required for gradio, pinning to avoid yanking issues with micropip (fixed in gradio >= 5.4.0)
|
||||||
"markdown>=3.6,<4",
|
"markdown>=3.6,<4",
|
||||||
]
|
]
|
||||||
authors = [
|
authors = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user