diff --git a/poetry.lock b/poetry.lock index 45724d5..a923a4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -470,14 +470,14 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fastapi" -version = "0.115.11" +version = "0.115.12" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "fastapi-0.115.11-py3-none-any.whl", hash = "sha256:32e1541b7b74602e4ef4a0260ecaf3aadf9d4f19590bba3e1bf2ac4666aa2c64"}, - {file = "fastapi-0.115.11.tar.gz", hash = "sha256:cc81f03f688678b92600a65a5e618b93592c65005db37157147204d8924bf94f"}, + {file = "fastapi-0.115.12-py3-none-any.whl", hash = "sha256:e94613d6c05e27be7ffebdd6ea5f388112e5e430c8f7d6494a9d1d88d43e814d"}, + {file = "fastapi-0.115.12.tar.gz", hash = "sha256:1e2c2a2646905f9e83d32f04a3f86aff4a286669c6c950ca95b5fd68c2602681"}, ] [package.dependencies] @@ -2203,4 +2203,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.13.1" -content-hash = "b6217c16313ae32cce36cd92d3cc1bbaf248b46993dd0c7150c669af5c152787" +content-hash = "9c36f3d16a908a422cca2ff39fb1af3e8058b3b32fa44b1b320b557d0e9d4ed6" diff --git a/pyproject.toml b/pyproject.toml index 01fa0d5..4162091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.13.1" alembic = "^1.15.1" alembic-utils = "^0.8.6" asyncpg = "^0.30.0" -fastapi = "^0.115.11" +fastapi = "^0.115.12" httpx = "^0.28.1" psycopg2-binary = "^2.9.10" pydantic = "^2.10.6"