diff --git a/poetry.lock b/poetry.lock index b41942d..d266981 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.1.1 and should not be changed by hand. [[package]] name = "alembic" @@ -1497,19 +1497,16 @@ test = ["pytest", "pytest-cov"] [[package]] name = "python-multipart" -version = "0.0.6" +version = "0.0.18" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] 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.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] -[package.extras] -dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"] - [[package]] name = "pyyaml" version = "6.0.2" @@ -2114,4 +2111,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "9b20a489bffcd79fcc4f0e28fbeaf2abcb14f0c7278beafdbe013ca14baed28e" +content-hash = "c3b3d671e11d89e222dd0dcfc4a561aa42bc2e471870bf923971a6e5ee032a7e" diff --git a/pyproject.toml b/pyproject.toml index 2b6d197..4d13c5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ psycopg2-binary = "^2.9.9" redis = "^5.0.1" python-dotenv = "^1.0.0" pydantic = "^2.5.0" -python-multipart = "^0.0.6" +python-multipart = "^0.0.18" openai = "^1.102.0" requests = "^2.32.5" python-jose = { extras = ["cryptography"], version = "^3.3.0" }