-
Notifications
You must be signed in to change notification settings - Fork 32
Bump sqlalchemy from 1.4.52 to 2.0.45 #134
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
Conversation
|
@dependabot rebase |
cdb04e6 to
bc22d77
Compare
|
@dependabot rebase |
bc22d77 to
0cd8875
Compare
841057a to
f5f34f1
Compare
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 1.4.52 to 2.0.45. - [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-version: 2.0.45 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
f5f34f1 to
441fd35
Compare
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.
Pull request overview
This PR upgrades SQLAlchemy from version 1.4.52 to 2.0.45, implementing necessary API changes to maintain compatibility with SQLAlchemy 2.x. The upgrade includes updates to the dialect implementation and migration of deprecated APIs in example scripts.
Key changes:
- Updated SQLAlchemy version constraint from
>=1.4,<2to>=2.0,<3 - Modified dialect implementation to support SQLAlchemy 2.x initialization patterns
- Migrated example scripts from deprecated SQLAlchemy 1.x APIs to 2.x equivalents
- Removed Python 3.9 from CI test matrix
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated SQLAlchemy version constraint to 2.x |
| pinotdb/sqlalchemy.py | Added SQLAlchemy 2.x compatibility methods and updated identifier preparer initialization |
| examples/pinot_quickstart_multi_stage.py | Fixed query endpoint URL |
| examples/pinot_quickstart_json_batch.py | Migrated to SQLAlchemy 2.x query APIs and connection patterns |
| examples/pinot_quickstart_hybrid.py | Migrated to SQLAlchemy 2.x query APIs and connection patterns |
| examples/pinot_quickstart_batch.py | Migrated to SQLAlchemy 2.x query APIs and connection patterns |
| examples/pinot_quickstart_auth_zk.py | Migrated to SQLAlchemy 2.x query APIs and connection patterns |
| examples/pinot_live.py | Migrated to SQLAlchemy 2.x query APIs and connection patterns |
| README.md | Updated documentation to reflect SQLAlchemy 2.x usage patterns |
| .github/workflows/pinot_dbapi_test.yml | Removed Python 3.9 from test matrix |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 10 out of 11 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 11 out of 12 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c4008d2 to
50a40dd
Compare
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.
Pull request overview
Copilot reviewed 11 out of 12 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c275b16 to
5194d08
Compare
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.
Pull request overview
Copilot reviewed 11 out of 12 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps sqlalchemy from 1.4.52 to 2.0.45.
Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)