From 3d537940afb1ef66061c73b4baaf6b8e1386ff0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 09:22:38 +0000 Subject: [PATCH] build(deps): bump the python-runtime group with 3 updates Updates the requirements on [fastapi](https://github.com/fastapi/fastapi), [pydantic-settings](https://github.com/pydantic/pydantic-settings) and [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `fastapi` to 0.141.1 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.116.0...0.141.1) Updates `pydantic-settings` to 2.15.0 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/2.10.0...v2.15.0) Updates `uvicorn` to 0.52.4 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.35.0...0.52.4) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production dependency-group: python-runtime - dependency-name: pydantic-settings dependency-version: 2.15.0 dependency-type: direct:production dependency-group: python-runtime - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8fe78a7..8993708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,9 @@ description = "OpenAI-compatible gateway and policy router for local LLM inferen readme = "README.md" requires-python = ">=3.11" dependencies = [ - "fastapi>=0.116,<1", - "pydantic-settings>=2.10,<3", - "uvicorn[standard]>=0.35,<1", + "fastapi>=0.141.1,<1", + "pydantic-settings>=2.15.0,<3", + "uvicorn[standard]>=0.52.4,<1", ] [project.optional-dependencies]