]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 27 Aug 2022 18:22:18 +0000 (18:22 +0000)
committergithub-actions <github-actions@github.com>
Sat, 27 Aug 2022 18:22:18 +0000 (18:22 +0000)
docs/release-notes.md

index bbbf83b39f8bbfdf176885e85a3bea27e1805282..a189538e293b65207db9d5d447332eff7b2e83af 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ⬆ Upgrade constrain for SQLAlchemy = ">=1.4.17,<=1.4.41". PR [#371](https://github.com/tiangolo/sqlmodel/pull/371) by [@RobertRosca](https://github.com/RobertRosca).
 * 🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315). PR [#322](https://github.com/tiangolo/sqlmodel/pull/322) by [@byrman](https://github.com/byrman).
 * 👷 Add CI for Python 3.10. PR [#305](https://github.com/tiangolo/sqlmodel/pull/305) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Add Jina's QA Bot to the docs to help people that want to ask quick questions. PR [#263](https://github.com/tiangolo/sqlmodel/pull/263) by [@tiangolo](https://github.com/tiangolo).