Bump pyprusalink to 2.2.0#170105
Merged
Merged
Conversation
Pulls in the new types (Storage, Transfer, fixed VersionInfo) and methods (continue_job, get_storage, get_transfer, cancel_transfer) released in pyprusalink 2.2.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request bumps the pyprusalink dependency used by the prusalink integration from 2.1.1 to 2.2.0, aligning Home Assistant’s pinned requirement files and the integration manifest.
Changes:
- Update
homeassistant/components/prusalink/manifest.jsonto requirepyprusalink==2.2.0. - Update
requirements_all.txtandrequirements_test_all.txtto pinpyprusalink==2.2.0.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements_test_all.txt | Updates test requirements pin for pyprusalink to 2.2.0. |
| requirements_all.txt | Updates global requirements pin for pyprusalink to 2.2.0. |
| homeassistant/components/prusalink/manifest.json | Updates the integration’s runtime requirement to pyprusalink==2.2.0. |
frenck
approved these changes
May 8, 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.
Proposed change
Bumps the
pyprusalinkrequirement from2.1.1to2.2.0. The 2.2.0 release is purely additive — new types (Storage,Transfer, fixedVersionInfoto useNotRequired) and new methods (continue_job,get_storage,get_transfer,cancel_transfer). No breaking changes.The release is on PyPI and bundles the following merged PRs:
continue_jobStatusJob,StatusStorage)get_storage/Storageget_transfer/cancel_transfer/TransferVersionInfotypes (useNotRequired)This unblocks follow-up PRs to the integration that need the new methods (continue-job button, storage sensors, transfer sensor).
Type of change
Checklist