From 7fa0e113e2b28e2b5e38fa58b3965f6c560d94e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 18:13:12 +0000 Subject: [PATCH] Update fastapi requirement from <0.125,>=0.110 to >=0.110,<0.128 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.110.0...0.127.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.127.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 9edac899..636f9b54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] dependencies = [ "crawlerdetect>=0.1.7,<0.4", - "fastapi>=0.110,<0.125", + "fastapi>=0.110,<0.128", "gitignore-parser>=0.1.11,<0.2", "identity-containers>=1.0.2,<2.0", "imy[docstrings,deprecations]>=0.7.1,<0.8",