]> 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 19:54:40 +0000 (19:54 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 4 Jan 2026 19:54:40 +0000 (19:54 +0000)
[skip ci]

docs/release-notes.md

index acdaddf6f01bcf4a1b81408ca2c84728834b5db7..5e7ed4e732d02e081a0e3359ebaecd926f325109 100644 (file)
@@ -8,6 +8,7 @@
 
 ### Internal
 
+* ⬆️  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).