]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump minimum `python-multipart` version to 0.0.13 (#2734)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Sun, 20 Oct 2024 12:25:43 +0000 (14:25 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2024 12:25:43 +0000 (14:25 +0200)
pyproject.toml

index a532e46285aadd6b10aad509f9419fd970563980..0dde83c72668f81ed1af21b3afe942629e9c1c7a 100644 (file)
@@ -35,7 +35,7 @@ dependencies = [
 full = [
     "itsdangerous",
     "jinja2",
-    "python-multipart>=0.0.7",
+    "python-multipart>=0.0.13",
     "pyyaml",
     "httpx>=0.22.0",
 ]