We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d2535 commit 3450a60Copy full SHA for 3450a60
connexion/lifecycle.py
@@ -5,7 +5,7 @@
5
import typing as t
6
from collections import defaultdict
7
8
-from multipart.multipart import parse_options_header
+from python_multipart.multipart import parse_options_header
9
from starlette.datastructures import UploadFile
10
from starlette.requests import Request as StarletteRequest
11
from werkzeug import Request as WerkzeugRequest
pyproject.toml
@@ -50,7 +50,7 @@ httpx = ">= 0.23"
50
inflection = ">= 0.3.1"
51
jsonschema = ">=4.17.3"
52
Jinja2 = ">= 3.0.0"
53
-python-multipart = ">= 0.0.5"
+python-multipart = ">= 0.0.15"
54
PyYAML = ">= 5.1"
55
requests = ">= 2.27"
56
starlette = ">= 0.35"
0 commit comments