diff --git a/poetry.lock b/poetry.lock index 2a4cf01..6fc7139 100644 --- a/poetry.lock +++ b/poetry.lock @@ -269,13 +269,13 @@ idna = ">=2.0.0" [[package]] name = "fastapi" -version = "0.112.2" +version = "0.114.0" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.112.2-py3-none-any.whl", hash = "sha256:db84b470bd0e2b1075942231e90e3577e12a903c4dc8696f0d206a7904a7af1c"}, - {file = "fastapi-0.112.2.tar.gz", hash = "sha256:3d4729c038414d5193840706907a41839d839523da6ed0c2811f1168cac1798c"}, + {file = "fastapi-0.114.0-py3-none-any.whl", hash = "sha256:fee75aa1b1d3d73f79851c432497e4394e413e1dece6234f68d3ce250d12760a"}, + {file = "fastapi-0.114.0.tar.gz", hash = "sha256:9908f2a5cc733004de6ca5e1412698f35085cefcbfd41d539245b9edf87b73c1"}, ] [package.dependencies] @@ -1887,4 +1887,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "f50fd2dd85e9740b386980a6ded14887e44e652d3343094e4c03966201dcf8cd" +content-hash = "ffc5cb65ac583182a651a6d76cdc5cce98ee3eacf74c8f964c6ea6e1b58cdd67" diff --git a/pyproject.toml b/pyproject.toml index 71e4654..e8b4254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ black = "^24.8.0" ruff = "^0.6.3" mypy = "^1.11.2" pre-commit = "^3.8.0" -fastapi = {extras = ["all"], version = "^0.112.2"} +fastapi = {extras = ["all"], version = "^0.114.0"} uvicorn = "^0.30.6" starlette = "^0.38.4" requests = "^2.32.3"