📝 Update release notes

This commit is contained in:
github-actions 2023-11-26 14:20:17 +00:00
parent 47bcd9df8d
commit 65ee2610b6

View 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