]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade `python-multipart` to >=0.0.18 (#13219)
authorDaniel Kusy <36250676+DanielKusyDev@users.noreply.github.com>
Wed, 22 Jan 2025 18:23:13 +0000 (19:23 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 18:23:13 +0000 (18:23 +0000)
pyproject.toml

index 9510d36c3183ff2647e8ffe1266b74679c1e9e4f..6fa0f080f3a2b7b64680d64e7eaf767c1287deb5 100644 (file)
@@ -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