mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade `python-multipart` to >=0.0.18 (#13219)
This commit is contained in:
parent
91c05b9245
commit
49e82ed2ac
|
|
@ -62,7 +62,7 @@ standard = [
|
||||||
# For templates
|
# For templates
|
||||||
"jinja2 >=3.1.5",
|
"jinja2 >=3.1.5",
|
||||||
# For forms and file uploads
|
# For forms and file uploads
|
||||||
"python-multipart >=0.0.7",
|
"python-multipart >=0.0.18",
|
||||||
# To validate email fields
|
# To validate email fields
|
||||||
"email-validator >=2.0.0",
|
"email-validator >=2.0.0",
|
||||||
# Uvicorn with uvloop
|
# Uvicorn with uvloop
|
||||||
|
|
@ -81,7 +81,7 @@ all = [
|
||||||
# For templates
|
# For templates
|
||||||
"jinja2 >=3.1.5",
|
"jinja2 >=3.1.5",
|
||||||
# For forms and file uploads
|
# For forms and file uploads
|
||||||
"python-multipart >=0.0.7",
|
"python-multipart >=0.0.18",
|
||||||
# For Starlette's SessionMiddleware, not commonly used with FastAPI
|
# For Starlette's SessionMiddleware, not commonly used with FastAPI
|
||||||
"itsdangerous >=1.1.0",
|
"itsdangerous >=1.1.0",
|
||||||
# For Starlette's schema generation, would not be used with FastAPI
|
# For Starlette's schema generation, would not be used with FastAPI
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue