From: github-actions Date: Sun, 26 Nov 2023 14:20:17 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.0.13~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ee2610b65346c0b1d1be71ba05def93580bb1f;p=thirdparty%2Ffastapi%2Fsqlmodel.git 📝 Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index c496468f..b35c026d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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