]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 4 Jan 2026 20:01:52 +0000 (20:01 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 4 Jan 2026 20:01:52 +0000 (20:01 +0000)
[skip ci]

docs/release-notes.md

index 5e7ed4e732d02e081a0e3359ebaecd926f325109..8c772cd59cc7fbe9cc46f7b2348fae6d8967d91a 100644 (file)
@@ -8,6 +8,7 @@
 
 ### Internal
 
+* 📌 Pin development Python version to 3.10, for `deploy_docs_status.py`. PR [#1707](https://github.com/fastapi/sqlmodel/pull/1707) by [@tiangolo](https://github.com/tiangolo).
 * ⬆️  Migrate to uv. PR [#1688](https://github.com/fastapi/sqlmodel/pull/1688) by [@DoctorJohn](https://github.com/DoctorJohn).
 * ⬆ Update fastapi requirement from >=0.103.2,<0.126.0 to >=0.103.2,<0.129.0. PR [#1703](https://github.com/fastapi/sqlmodel/pull/1703) by [@dependabot[bot]](https://github.com/apps/dependabot).
 * ✅ Update tests, remove conditionals for Pydantic v1. PR [#1702](https://github.com/fastapi/sqlmodel/pull/1702) by [@tiangolo](https://github.com/tiangolo).