-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat(deps): Bump latest supported sqlalchemy from 1.*
to 2.*
#1484
Conversation
bcdea80
to
abdcc57
Compare
88fdc5f
to
10d7f5f
Compare
A newer version of sqlalchemy exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
eaa4188
to
6e03345
Compare
1.*
to 2.*
1.*
to 2.*
1.*
to 2.*
Codecov Report
@@ Coverage Diff @@
## main #1484 +/- ##
=======================================
Coverage 86.68% 86.68%
=======================================
Files 59 59
Lines 5000 5000
Branches 811 811
=======================================
Hits 4334 4334
Misses 470 470
Partials 196 196
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.46 to 2.0.5.post1. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
This reverts commit 4bcc9ef.
e0a8e64
to
f2513fe
Compare
bc6b0f4
to
59ed35c
Compare
59ed35c
to
221a15c
Compare
if isinstance(records, list) | ||
else (self.conform_record(record) for record in records) | ||
) | ||
conformed_records = [self.conform_record(record) for record in records] |
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.
execute
doesn't really support generators, only sequences (i.e. lists, tuples)
2.*
and add a single new test against SQLAlchemy1.*
. Version is printed in the Pytest output:📚 Documentation preview 📚: https://meltano-sdk--1484.org.readthedocs.build/en/1484/
> **Note**