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

index 2d35084ba3325dc9bfa3f6321a9710b21ec911b1..8dc4d9e62c0bb6e05f95faba271a03726c6b26a1 100644 (file)
@@ -4,6 +4,7 @@
 
 ### Fixes
 
+* 🐛 Fix pydantic `EmailStr` support and `max_length` in several String subclasses. PR [#966](https://github.com/tiangolo/sqlmodel/pull/966) by [@estebanx64](https://github.com/estebanx64).
 * 🐛 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).
 
 ### Refactors