Skip to content

deps: update dependency sqlalchemy to v2.1.1 - #4957

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:postgresql-dialectfrom
renovate-bot:renovate/sqlalchemy-2.x
Open

renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:postgresql-dialectfrom
renovate-bot:renovate/sqlalchemy-2.x

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sqlalchemy (changelog) ==2.0.54 → ==2.1.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the sqlalchemy dependency to version 2.1.0 in the SQLAlchemy 2 sample's requirements.txt. The reviewer recommends updating the corresponding test requirements file (src/test/python/sqlalchemy2/requirements.txt) to the same version so that integration tests run with the updated dependency.

psycopg[binary]==3.3.6
pytz==2026.4
sqlalchemy==2.0.54
sqlalchemy==2.1.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The SQLAlchemy dependency in the sample is being updated to 2.1.0, but the corresponding test requirements file src/test/python/sqlalchemy2/requirements.txt still specifies sqlalchemy==2.0.45. Since the integration tests (e.g., SqlAlchemy2SampleTest.java) execute these sample scripts within the test environment, they will run using the older 2.0.45 version instead of the updated 2.1.0 version. To ensure that the sample is properly tested against the version of SQLAlchemy it actually specifies, please update src/test/python/sqlalchemy2/requirements.txt to use sqlalchemy==2.1.0 as well.

@renovate-bot renovate-bot changed the title deps: update dependency sqlalchemy to v2.1.0 deps: update dependency sqlalchemy to v2.1.1 Sep 25, 2026
@renovate-bot
renovate-bot force-pushed the renovate/sqlalchemy-2.x branch from b288f21 to 40b4dbc Compare September 25, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants