]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 26 Oct 2023 10:18:41 +0000 (10:18 +0000)
committergithub-actions <github-actions@github.com>
Thu, 26 Oct 2023 10:18:41 +0000 (10:18 +0000)
docs/release-notes.md

index 900804d8d185eb2469f5a70b25f18abff02b587b..4956a12474740fc54c2f8aed6c808bea2b38878b 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ✨ Add support for all `Field` parameters from Pydantic `1.9.0` and above, make Pydantic `1.9.0` the minimum required version. PR [#440](https://github.com/tiangolo/sqlmodel/pull/440) by [@daniil-berg](https://github.com/daniil-berg).
 ## 0.0.9
 
 ### Breaking Changes