From 57259da7c2c1722f3e8e24c65f1765820f094c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:55:38 +0200 Subject: [PATCH] Bump fastapi from 0.115.7 to 0.115.8 (#860) Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.7 to 0.115.8. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.7...0.115.8) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++++--- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ba8ee0bd..27265b49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -857,14 +857,14 @@ 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" groups = ["main"] 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] @@ -4149,6 +4149,7 @@ lock-version = "2.1" python-versions = ">=3.12,<4.0" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD content-hash = "815f3c0d59c65a70b3e58f9969ad59f8941a4fd9b6267671b39a4fed533ab9dd" ======= content-hash = "87baa3dda8a3ec0a570e47fc529a7e9588eef578e65f1ad14dde4e66bab05eab" @@ -4156,3 +4157,6 @@ content-hash = "87baa3dda8a3ec0a570e47fc529a7e9588eef578e65f1ad14dde4e66bab05eab ======= content-hash = "1f32ebd85e2588790dab83eb1965048db410e0bde546c12e8c37c4195c9d50c2" >>>>>>> f492f55 (Bump litellm from 1.59.8 to 1.59.9 (#834)) +======= +content-hash = "85fcc12d203c1367932d41113f8a2a1cb4e04a14c4f5ab814b1727c71576d3bc" +>>>>>>> c77cb00 (Bump fastapi from 0.115.7 to 0.115.8 (#860)) diff --git a/pyproject.toml b/pyproject.toml index 7269d0a4..e8309bbc 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"