-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump SQLAlchemy to 2.0 #626
Conversation
mypy is a bit dumb |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #626 +/- ##
==========================================
- Coverage 69.02% 63.58% -5.44%
==========================================
Files 92 98 +6
Lines 8674 10565 +1891
==========================================
+ Hits 5987 6718 +731
- Misses 2687 3847 +1160
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f5d22c6
to
7f9bfdf
Compare
Co-authored-by: Pavol Rusnak <[email protected]>
poetry.lock
Outdated
|
||
[metadata] | ||
lock-version = "2.0" | ||
python-versions = "^3.8.1" | ||
content-hash = "38db19797cb04d1f941f6f58c56c8dfe09ac34d45ac2f654bc97dd8110912da8" | ||
content-hash = "1676da5d07d195f219cdb1338bdf693da20b971d904cae87812a30ddc31a76c0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on my machine running poetry lock --no-update
leads to a different content-hash:
content-hash = "1676da5d07d195f219cdb1338bdf693da20b971d904cae87812a30ddc31a76c0" | |
content-hash = "47f05f6093dbe0e04bb135e76c8e51cb306dd358fa5259fbbad6e24b005750d3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be fine now.
A lot of warnings for basically the same thing: use
_mapping
for dictionary interface toRow
.