diff --git a/poetry.lock b/poetry.lock index 15a084f1..54997313 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,13 +675,13 @@ files = [ [[package]] name = "fastapi" -version = "0.115.7" +version = "0.115.8" description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" optional = false python-versions = ">=3.8" files = [ - {file = "fastapi-0.115.7-py3-none-any.whl", hash = "sha256:eb6a8c8bf7f26009e8147111ff15b5177a0e19bb4a45bc3486ab14804539d21e"}, - {file = "fastapi-0.115.7.tar.gz", hash = "sha256:0f106da6c01d88a6786b3248fb4d7a940d071f6f488488898ad5d354b25ed015"}, + {file = "fastapi-0.115.8-py3-none-any.whl", hash = "sha256:753a96dd7e036b34eeef8babdfcfe3f28ff79648f86551eb36bfc1b0bf4a8cbf"}, + {file = "fastapi-0.115.8.tar.gz", hash = "sha256:0ce9111231720190473e222cdf0f07f7206ad7e53ea02beb1d2dc36e2f0741e9"}, ] [package.dependencies] @@ -3094,4 +3094,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "1f32ebd85e2588790dab83eb1965048db410e0bde546c12e8c37c4195c9d50c2" +content-hash = "85fcc12d203c1367932d41113f8a2a1cb4e04a14c4f5ab814b1727c71576d3bc" diff --git a/pyproject.toml b/pyproject.toml index 24aa4194..46b984fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [] python = ">=3.12,<4.0" click = "==8.1.8" PyYAML = "==6.0.2" -fastapi = "==0.115.7" +fastapi = "==0.115.8" uvicorn = "==0.34.0" structlog = "==25.1.0" litellm = "==1.59.9"