Skip to content

Commit 3e2fb7d

Browse files
committed
Merge remote-tracking branch 'upstream/main' into prek
2 parents 178b7ab + fb331e7 commit 3e2fb7d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Internal
1212

13+
* 📌 Pin FastAPI in tests to 0.125.0 while dropping support for Python 3.8. PR [#1689](https://github.com/fastapi/sqlmodel/pull/1689) by [@tiangolo](https://github.com/tiangolo).
1314
* 👷 Configure coverage, error on main tests, don't wait for Smokeshow. PR [#1683](https://github.com/fastapi/sqlmodel/pull/1683) by [@YuriiMotov](https://github.com/YuriiMotov).
1415
* 👷 Run Smokeshow always, even on test failures. PR [#1682](https://github.com/fastapi/sqlmodel/pull/1682) by [@YuriiMotov](https://github.com/YuriiMotov).
1516
* ⬆ Bump ruff from 0.14.6 to 0.14.8. PR [#1667](https://github.com/fastapi/sqlmodel/pull/1667) by [@dependabot[bot]](https://github.com/apps/dependabot).

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mypy ==1.14.1; python_version < "3.9"
77
mypy ==1.18.2; python_version >= "3.9"
88
ruff ==0.14.8
99
# For FastAPI tests
10-
fastapi >=0.103.2
10+
fastapi >=0.103.2,<0.126.0
1111
httpx ==0.28.1
1212
dirty-equals ==0.9.0
1313
jinja2 ==3.1.6

0 commit comments

Comments
 (0)