Skip to content

Update SQLAlchemy to 2.0.49#168260

Merged
frenck merged 2 commits intodevfrom
renovate/sqlalchemy-2.x
Apr 15, 2026
Merged

Update SQLAlchemy to 2.0.49#168260
frenck merged 2 commits intodevfrom
renovate/sqlalchemy-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 15, 2026

This PR contains the following updates:

Package Change Age Confidence
SQLAlchemy (changelog) ==2.0.41==2.0.49 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am"
  • 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 these updates again.


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

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

@renovate renovate bot added core dependency Pull requests marked as a dependency upgrade labels Apr 15, 2026
@renovate renovate bot requested review from a team and gjohansson-ST as code owners April 15, 2026 00:49
Copilot AI review requested due to automatic review settings April 15, 2026 00:49
@renovate renovate bot added core dependency Pull requests marked as a dependency upgrade labels Apr 15, 2026
@renovate renovate bot review requested due to automatic review settings April 15, 2026 00:50
Copilot AI review requested due to automatic review settings April 15, 2026 01:17
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 updates Home Assistant Core’s pinned SQLAlchemy dependency to keep the recorder/SQL stack aligned with the latest SQLAlchemy 2.0.x patch release.

Changes:

  • Bump SQLAlchemy from 2.0.41 to 2.0.49 across core and test requirement pins.
  • Update integration manifests (recorder + sql) to require SQLAlchemy==2.0.49.
  • Remove a few now-unneeded type-ignore annotations in recorder code related to SQLAlchemy typing.

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
requirements_test_all.txt Updates SQLAlchemy pin used in the full test requirements set.
requirements_all.txt Updates SQLAlchemy pin used in the generated all-requirements set.
requirements.txt Updates the core runtime SQLAlchemy pin.
pyproject.toml Updates the project dependency pin for SQLAlchemy.
homeassistant/package_constraints.txt Updates the constraints pin to SQLAlchemy 2.0.49.
homeassistant/components/sql/manifest.json Updates the SQL integration’s SQLAlchemy requirement.
homeassistant/components/recorder/manifest.json Updates the recorder integration’s SQLAlchemy requirement.
homeassistant/components/recorder/util.py Removes type: ignore[attr-defined] around sqlite isolation_level handling.
homeassistant/components/recorder/db_schema.py Removes type: ignore[no-untyped-call] for some MySQL/MariaDB dialect type constructors.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Apr 15, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@frenck frenck merged commit c47cecf into dev Apr 15, 2026
56 checks passed
@frenck frenck deleted the renovate/sqlalchemy-2.x branch April 15, 2026 05:21
@github-actions github-actions bot locked and limited conversation to collaborators Apr 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla-signed core dependency Pull requests marked as a dependency upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants