-
Notifications
You must be signed in to change notification settings - Fork 11
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
version
#1119
base: main
Are you sure you want to change the base?
Bump sqlalchemy
version
#1119
Conversation
Previously, `worker` would pin this to v1.3, but that would then fail tests within `shared` in a common workspace, as some tests in `shared` depend on v1.4 features.
4f06e49
to
35f6cf5
Compare
I expected the changes required to make this move would be more than the few files that were changed, but now I see tests are failing 😅 |
The needed changes were a bit annoying, but not too bad :-) |
990923a
to
6a2ab84
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #1119 +/- ##
==========================================
- Coverage 97.64% 97.64% -0.01%
==========================================
Files 448 448
Lines 37085 37084 -1
==========================================
- Hits 36212 36211 -1
Misses 873 873
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
Previously,
worker
would pin this to v1.3, but that would then fail tests withinshared
in a common workspace, as some tests inshared
depend on v1.4 features.