From: Sebastián Ramírez Date: Tue, 23 Dec 2025 16:04:25 +0000 (-0800) Subject: 📌 Pin FastAPI in tests to 0.125.0 while dropping support for Python 3.8 (#1689) X-Git-Tag: 0.0.28~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f3b7f34cfe8a9f48c2559a288cdae5d04933d7;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📌 Pin FastAPI in tests to 0.125.0 while dropping support for Python 3.8 (#1689) --- diff --git a/requirements-tests.txt b/requirements-tests.txt index 5510da3c..4094a006 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -7,7 +7,7 @@ mypy ==1.14.1; python_version < "3.9" mypy ==1.18.2; python_version >= "3.9" ruff ==0.14.8 # For FastAPI tests -fastapi >=0.103.2 +fastapi >=0.103.2,<0.126.0 httpx ==0.28.1 dirty-equals ==0.9.0 jinja2 ==3.1.6