diff --git a/poetry.lock b/poetry.lock index ce1c7ab..66c3718 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1506,14 +1506,14 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.18" +version = "0.0.22" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, - {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, + {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, + {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, ] [[package]] @@ -2230,4 +2230,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "435919cc182501f67b348554ef64f087f6f828919266deb9d4acf5f1c67d7e3d" +content-hash = "52a107b85d3efad726dd5843f57fd3cac2836e00687a2f00b09a6da69fbd7ff6" diff --git a/pyproject.toml b/pyproject.toml index 5550027..cb5c31c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "app"}] python = ">=3.10" fastapi = "0.115.0" uvicorn = {version = "0.32.0", extras = ["standard"]} -python-multipart = "0.0.18" +python-multipart = "0.0.22" pydantic = "2.9.2" pydantic-settings = "2.5.2" mcp = "1.10.0"