diff --git a/poetry.lock b/poetry.lock index f838188..268f4ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,19 +484,19 @@ test = ["pytest (>=6)"] [[package]] name = "fastapi" -version = "0.116.0" +version = "0.116.1" 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.116.0-py3-none-any.whl", hash = "sha256:fdcc9ed272eaef038952923bef2b735c02372402d1203ee1210af4eea7a78d2b"}, - {file = "fastapi-0.116.0.tar.gz", hash = "sha256:80dc0794627af0390353a6d1171618276616310d37d24faba6648398e57d687a"}, + {file = "fastapi-0.116.1-py3-none-any.whl", hash = "sha256:c46ac7c312df840f0c9e220f7964bada936781bc4e2e6eb71f1c4d7553786565"}, + {file = "fastapi-0.116.1.tar.gz", hash = "sha256:ed52cbf946abfd70c5a0dccb24673f0670deeb517a88b3544d03c2a6bf283143"}, ] [package.dependencies] pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0" -starlette = ">=0.40.0,<0.47.0" +starlette = ">=0.40.0,<0.48.0" typing-extensions = ">=4.8.0" [package.extras] @@ -1676,4 +1676,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9.12,<4.0" -content-hash = "f9bde397cba1c60dd37cec122ea444b8be4c0a60041afb59dd50168fcd26039d" +content-hash = "38a5a2c3e2a5e67dd810a2598d214c62d91945a67f2e13e530ac2078eac79944" diff --git a/pyproject.toml b/pyproject.toml index d2807f7..4ab783b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ httpx = "^0.28.1" python-dotenv = "^1.1.1" uvicorn = "^0.35.0" colorama = "^0.4.6" -fastapi = "^0.116.0" +fastapi = "^0.116.1" pydantic-core = "^2.35.2" [tool.coverage.run]