From eee218b886232f6f37fb75d5a4aaafd41cb37566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:02:02 +0000 Subject: [PATCH] Update fastapi requirement from <0.119.0,>=0.100 to >=0.100,<0.125.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.124.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.124.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..b1b0777c1c 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.125.0", "pydantic>=1.9,<3", "PyYAML", "requests>=2,<3",