From 90a2fa1a018adb3b674efd5985c03e0e069f7366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:41:08 +0000 Subject: [PATCH] Update fastapi requirement from <0.119.0,>=0.100 to >=0.100,<0.121.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.120.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.120.1 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..da29d65099 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.121.0", "pydantic>=1.9,<3", "PyYAML", "requests>=2,<3",