Conversation
bdraco
approved these changes
Apr 15, 2026
Contributor
There was a problem hiding this comment.
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.41to2.0.49across 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. |
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
frenck
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.0.41→==2.0.49Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.