]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 4 Jun 2024 01:39:25 +0000 (01:39 +0000)
committergithub-actions <github-actions@github.com>
Tue, 4 Jun 2024 01:39:25 +0000 (01:39 +0000)
docs/release-notes.md

index de348cf2d70cffd247cdef265a43b02c823700af..9d9d6f5fffcf5d6261cc35c0b206467abcd05353 100644 (file)
@@ -6,6 +6,10 @@
 
 * 🐛 Fix set varchar limit when `max_length` is set on Pydantic models using Pydantic v2. PR [#963](https://github.com/tiangolo/sqlmodel/pull/963) by [@estebanx64](https://github.com/estebanx64).
 
+### Upgrades
+
+* ⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes `TryCast` used internally. PR [#964](https://github.com/tiangolo/sqlmodel/pull/964) by [@tiangolo](https://github.com/tiangolo).
+
 ### Docs
 
 * ✏️ Fix broken link to `@dataclass_transform` (now PEP 681) in `docs/features.md`. PR [#753](https://github.com/tiangolo/sqlmodel/pull/753) by [@soof-golan](https://github.com/soof-golan).