From 54b5f3cff791945f863dfa95d739836d1138f127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:02:12 +0000 Subject: [PATCH] Update fastapi requirement from <0.119.0,>=0.100 to >=0.100,<0.120.0 Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.100.0...0.119.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.119.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3fa94ea5c..37ac21dcb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ requires-python = ">=3.8" dependencies = [ # intentionally loose. perhaps these should be vendored to not collide with user code? "attrs>=20.1,<24", - "fastapi>=0.100,<0.119.0", + "fastapi>=0.100,<0.120.0", "pydantic>=1.9,<3", "PyYAML", "requests>=2,<3",