-
-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Bump devolo_plc_api to 1.5.1 #142908
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
Bump devolo_plc_api to 1.5.1 #142908
Conversation
Hey there @2Fake, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
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.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Hi @frenck , that's because of the sub-dependency conflict that I described in the summary and asked for advice. Can you help me? |
Well, in the case of conflicts, you either need to solve the conflict on your end or fix the other end. ../Frenck |
ok... Since the other end is dead, without usage and marked for removal already, I'd hoped there is a different solution. I will work through the release notes of tenacity and check if I can work with older version. |
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.
Thanks, @Shutgun 👍
../Frenck
Proposed change
Bump devolo_plc_api to 1.5.1. It introduced the SPDX license identifier and a retry mechanism to hopefully reduce the probability to see #134805.
However, there is a sub-dependency conflict with linear-garage-door that I don't know how to resolve easily. linear-garage-door depends on tenacity<9.0.0 while I not being aware of that constraint only tested with tenacity>=9.0.0. Linear Garage Door is marked for removal in 2025.8.0 and has 0 users according to analytics. Please advice how to handle this.
Changelog: https://github.com/2Fake/devolo_plc_api/releases/tag/v1.5.0, https://github.com/2Fake/devolo_plc_api/releases/tag/v1.5.1
Git diff: 2Fake/devolo_plc_api@v1.4.1...v1.5.1
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: