Browse Source

⬆️ Upgrade `python-multipart` to >=0.0.18 (#13219)

pull/13251/head
Daniel Kusy 2 months ago
committed by GitHub
parent
commit
49e82ed2ac
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      pyproject.toml

4
pyproject.toml

@ -62,7 +62,7 @@ standard = [
# For templates
"jinja2 >=3.1.5",
# For forms and file uploads
"python-multipart >=0.0.7",
"python-multipart >=0.0.18",
# To validate email fields
"email-validator >=2.0.0",
# Uvicorn with uvloop
@ -81,7 +81,7 @@ all = [
# For templates
"jinja2 >=3.1.5",
# For forms and file uploads
"python-multipart >=0.0.7",
"python-multipart >=0.0.18",
# For Starlette's SessionMiddleware, not commonly used with FastAPI
"itsdangerous >=1.1.0",
# For Starlette's schema generation, would not be used with FastAPI

Loading…
Cancel
Save