diff --git a/poetry.lock b/poetry.lock index 2a20720..25922ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -574,14 +574,14 @@ test-randomorder = ["pytest-randomly"] [[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] @@ -1929,4 +1929,4 @@ standard = ["colorama (>=0.4) ; sys_platform == \"win32\"", "httptools (>=0.8.0) [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "48516580198cc9e945b4f526ed65274a4282b23b87b6f451d4034c3c7d92804c" +content-hash = "28b8cdafbf26d458e068512fb4ee47c6ef7173692dd31e80c2ee42b89c6e69ab" diff --git a/pyproject.toml b/pyproject.toml index 6ac65d5..201f1f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.13" -fastapi = "^0.136.0" +fastapi = "^0.137.0" uvicorn = "^0.49.0" requests = "^2.31.0" python-dotenv = "^1.0.0"