diff --git a/pdm.lock b/pdm.lock index a76baaa..5b3c4ae 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:ace637a4ea7e984dba10e1cb6db6444bd0f6ff632a18475a0360d7cddee94dbd" +content_hash = "sha256:ca3cd40555bdd6a7443704eb008fa6001d16a6ec36ec1c1f09036b09643d8a35" [[package]] name = "annotated-types" @@ -279,13 +279,13 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.6" +version = "0.0.7" requires_python = ">=3.7" summary = "A streaming multipart parser for Python" groups = ["default"] files = [ - {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, - {file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, + {file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, + {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 2ada33d..aa40134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "httpx>=0.26.0", "uvicorn>=0.25.0", "pydantic-settings>=2.1.0", - "python-multipart>=0.0.6", + "python-multipart==0.0.7", "urllib3>=2.1.0", ] requires-python = ">=3.10" diff --git a/requirements.txt b/requirements.txt index 3b93a09..e304720 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pydantic==2.5.3 pydantic-core==2.14.6 pydantic-settings==2.1.0 python-dotenv==1.0.0 -python-multipart==0.0.6 +python-multipart==0.0.7 sniffio==1.3.0 starlette==0.36.3 typing-extensions==4.9.0