]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 5 Feb 2026 09:58:22 +0000 (09:58 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Thu, 5 Feb 2026 09:58:22 +0000 (09:58 +0000)
[skip ci]

docs/release-notes.md

index bc46e7e533070bec1bf143756cf8b787883fca43..4607fd1d07ac1c73bacb27770e05594d8eb8450b 100644 (file)
@@ -4,6 +4,7 @@
 
 ### Internal
 
+* ✅ Update `ValidationError` schema in FastAPI-related tests to be compatible with FastAPI 0.128.1+. PR [#1744](https://github.com/fastapi/sqlmodel/pull/1744) by [@YuriiMotov](https://github.com/YuriiMotov).
 * ⬆ Bump ruff from 0.14.14 to 0.15.0. PR [#1740](https://github.com/fastapi/sqlmodel/pull/1740) by [@dependabot[bot]](https://github.com/apps/dependabot).
 * 👷 Add generate-readme to pre-commit. PR [#1741](https://github.com/fastapi/sqlmodel/pull/1741) by [@tiangolo](https://github.com/tiangolo).
 * 👷 Run mypy by pre-commit. PR [#1738](https://github.com/fastapi/sqlmodel/pull/1738) by [@YuriiMotov](https://github.com/YuriiMotov).