From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:02:54 +0000 (+0100) Subject: ⬆ Update fastapi requirement from >=0.103.2,<0.126.0 to >=0.103.2,<0.129.0 (#1703) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f77f306379f2a857768fef3d0c6bd2c7724cc9f;p=thirdparty%2Ffastapi%2Fsqlmodel.git ⬆ Update fastapi requirement from >=0.103.2,<0.126.0 to >=0.103.2,<0.129.0 (#1703) ⬆ Update fastapi requirement 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.103.2...0.128.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements-tests.txt b/requirements-tests.txt index 82d1f848..b61b8429 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -5,7 +5,7 @@ coverage[toml] >=6.2,<8.0 mypy ==1.19.1 ruff ==0.14.10 # For FastAPI tests -fastapi >=0.103.2,<0.126.0 +fastapi >=0.103.2,<0.129.0 httpx ==0.28.1 dirty-equals ==0.11 jinja2 ==3.1.6