Uh oh!
There was an error while loading. Please reload this page.
⬆ Raise SQLAlchemy version requirement to at least 1.4.29 (related to #434) - #439
Conversation
d4d8e5e to
6d170c4CompareCodecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #439 +/- ##
==========================================
- Coverage 98.49% 97.76% -0.74%
==========================================
Files 185 187 +2 Lines 5856 6268 +412 ==========================================
+ Hits 5768 6128 +360 - Misses 88 140 +52 ☔ View full report in Codecov by Sentry. |
📝 Docs preview for commit 6d170c4 at: https://631731951693a955e3059257--sqlmodel.netlify.app |
📝 Docs preview for commit c58fafb at: https://639ce0c2f6c06900ababea4c--sqlmodel.netlify.app |
antont
commented
Jun 2, 2023
we've been happily using |
1.4.29 (fixes #434)1.4.29 (related to #434)📝 Docs preview for commit b297bba at: https://450cd5cd.sqlmodel.pages.dev |
tiangolo
commented
Oct 23, 2023
Thank you! This will be available in the next version, |
As @JoshGooch pointed out in #434, SQLAlchemy
Session.getonly supports theexecution_optionssince version1.4.29. Support for that parameter was added to SQLModel via #302, but the version requirement is still at>=1.4.17.