diff --git a/poetry.lock b/poetry.lock index 63334e3..90ee130 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5519,14 +5519,14 @@ docs = ["sphinx"] [[package]] name = "python-multipart" -version = "0.0.22" +version = "0.0.26" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, - {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, + {file = "python_multipart-0.0.26-py3-none-any.whl", hash = "sha256:c0b169f8c4484c13b0dcf2ef0ec3a4adb255c4b7d18d8e420477d2b1dd03f185"}, + {file = "python_multipart-0.0.26.tar.gz", hash = "sha256:08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17"}, ] [[package]] @@ -8160,4 +8160,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.13" -content-hash = "06eab44cb188d2bd344673c5767a262ea7bca5a9c628037c708426cbc887aa01" +content-hash = "2719d77a57ec7a888883aab940f8b1b094b2dd3aab93683ee90db2d12157954c" diff --git a/pyproject.toml b/pyproject.toml index 0abc20f..fbc32c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ pydantic = "^2.1.1" pydantic-settings = "^2.0.3" pylint-pydantic = "^0.2.4" python-dotenv = "^1.0.0" -python-multipart = "^0.0.22" +python-multipart = ">=0.0.22,<0.0.27" qdrant-client = "^1.15.0" requests = "^2.32.4" scikit-learn = "^1.5.1"