]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes 0.0.18
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 30 Apr 2024 06:29:21 +0000 (23:29 -0700)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 30 Apr 2024 06:29:21 +0000 (23:29 -0700)
docs/release-notes.md

index 323514256212a97b0755ea886c3242f9e2f5b1fa..5f62c3463369e4a42e326ecad64b2cede96d9091 100644 (file)
@@ -6,7 +6,10 @@
 
 ### Internal
 
-* ✨ Add sqlmodel-slim setup. PR [#916](https://github.com/tiangolo/sqlmodel/pull/916) by [@tiangolo](https://github.com/tiangolo).
+* ✨ Add `sqlmodel-slim` setup. PR [#916](https://github.com/tiangolo/sqlmodel/pull/916) by [@tiangolo](https://github.com/tiangolo).
+
+In the future SQLModel will include the standard default recommended packages, and `sqlmodel-slim` will come without those recommended standard packages and with a group of optional dependencies `sqlmodel-slim[standard]`, equivalent to `sqlmodel`, for those that want to opt out of those packages.
+
 * 🔧 Re-enable MkDocs Material Social plugin. PR [#915](https://github.com/tiangolo/sqlmodel/pull/915) by [@tiangolo](https://github.com/tiangolo).
 
 ## 0.0.17