From: Daniel Kusy <36250676+DanielKusyDev@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:23:13 +0000 (+0100) Subject: ⬆️ Upgrade `python-multipart` to >=0.0.18 (#13219) X-Git-Tag: 0.115.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e82ed2ac63c2aad957d01c857ee1fe597dc4ca;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆️ Upgrade `python-multipart` to >=0.0.18 (#13219) --- diff --git a/pyproject.toml b/pyproject.toml index 9510d36c31..6fa0f080f3 100644 --- a/pyproject.toml +++ b/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