diff --git a/poetry.lock b/poetry.lock index da5296b..50073e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -518,14 +518,14 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "fastapi" -version = "0.136.3" +version = "0.137.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "fastapi-0.136.3-py3-none-any.whl", hash = "sha256:3d2a69bdf04b7e9f3afa292c3bc7a98816bbfafa10bc9b45f3f3700d2f761620"}, - {file = "fastapi-0.136.3.tar.gz", hash = "sha256:e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab"}, + {file = "fastapi-0.137.0-py3-none-any.whl", hash = "sha256:6dcbde8d464f92117c1accb9e42720f8e423fa9b86cb563b1f5862f785a06498"}, + {file = "fastapi-0.137.0.tar.gz", hash = "sha256:d0565d551f65a803ecff245390840867186f456ef98971f750724eed16e1541c"}, ] [package.dependencies] @@ -2015,21 +2015,21 @@ typing-extensions = ">=4.5.0" [[package]] name = "starlette" -version = "1.2.1" +version = "1.3.1" description = "The little ASGI library that shines." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "starlette-1.2.1-py3-none-any.whl", hash = "sha256:4de0082d08c8f6764a85a54cf1120d6939507a19905c7768acad2a9f875d2b89"}, - {file = "starlette-1.2.1.tar.gz", hash = "sha256:9b9b5ebb992e67d6093741e63c2f59e4f6fff986f81163c087867bd7b924b3f6"}, + {file = "starlette-1.3.1-py3-none-any.whl", hash = "sha256:c7372aae11c3c3f26a42df7bd626cec2f47d03483d261d369516a615a53714c6"}, + {file = "starlette-1.3.1.tar.gz", hash = "sha256:05d0213193f2fbaae60e2ecb593b4add4262ad4e46536b54abe36f11a71724e0"}, ] [package.dependencies] anyio = ">=3.6.2,<5" [package.extras] -full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"] +full = ["httpx (>=0.27.0,<0.29.0)", "httpx2 (>=2.0.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.18)", "pyyaml"] [[package]] name = "tomli-w" @@ -2469,4 +2469,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.14.3" -content-hash = "a3fc8bb7beb1ea6cd739aca74abe51660704ef98cd5edc290bde5900312a9fe4" +content-hash = "00937d4721d3e4818fe6674081569221504e83f3bec77cca207d55f4bc9e0491" diff --git a/pyproject.toml b/pyproject.toml index 374e602..79b7c36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.14.3" alembic = "^1.18.4" alembic-utils = "^0.8.8" asyncpg = "^0.31.0" -fastapi = ">=0.135.2,<0.137.0" +fastapi = ">=0.135.2,<0.138.0" httpx = "^0.28.1" psycopg2-binary = "^2.9.11" pydantic = "^2.12.5"