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

index 41b389bffd2943baa99f156b82516b0315d53b52..9b97f7ba88bd78be1d01c91b7d949f0975b71d22 100644 (file)
@@ -2,6 +2,10 @@
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 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).
+
 ### 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).