diff --git a/poetry.lock b/poetry.lock index 9bd20e6..f40c379 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiofiles" @@ -2676,14 +2676,14 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uvicorn" -version = "0.34.3" +version = "0.37.0" description = "The lightning-fast ASGI server." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "uvicorn-0.34.3-py3-none-any.whl", hash = "sha256:16246631db62bdfbf069b0645177d6e8a77ba950cfedbfd093acef9444e4d885"}, - {file = "uvicorn-0.34.3.tar.gz", hash = "sha256:35919a9a979d7a59334b6b10e05d77c1d0d574c50e0fc98b8b1a0f165708b55a"}, + {file = "uvicorn-0.37.0-py3-none-any.whl", hash = "sha256:913b2b88672343739927ce381ff9e2ad62541f9f8289664fa1d1d3803fa2ce6c"}, + {file = "uvicorn-0.37.0.tar.gz", hash = "sha256:4115c8add6d3fd536c8ee77f0e14a7fd2ebba939fed9b02583a97f80648f9e13"}, ] [package.dependencies] @@ -3062,4 +3062,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "4e0188aeef6c0995b9441c4ce2529689cde0e5d949822afb2fa615e3adffbba7" +content-hash = "79c3924061cf69bc00682bd7186799593cab8fd30e4890982c0156398aa54ca1" diff --git a/pyproject.toml b/pyproject.toml index 69c87c9..ff99dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.11" fastapi = { extras = ["all"], version = "^0.115.12" } -uvicorn = "^0.34.3" +uvicorn = "^0.37.0" pydantic = "^2.11.7" pydantic-settings = "^2.9.1" asgi-correlation-id = "^4.3.1"