]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 26 Nov 2023 14:20:17 +0000 (14:20 +0000)
committergithub-actions <github-actions@github.com>
Sun, 26 Nov 2023 14:20:17 +0000 (14:20 +0000)
docs/release-notes.md

index c496468f4952de832e954bab487d3921fa1d4899..b35c026df5ef0472096f3cc85eeae74ac5df981f 100644 (file)
@@ -6,6 +6,10 @@
 
 * ✅ Move OpenAPI tests inline to simplify updating them with Pydantic v2. PR [#709](https://github.com/tiangolo/sqlmodel/pull/709) by [@tiangolo](https://github.com/tiangolo).
 
+### Upgrades
+
+* ⬆️ Add support for Python 3.11 and Python 3.12. PR [#710](https://github.com/tiangolo/sqlmodel/pull/710) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.0.12
 
 ### Features