Bump python-duco-client to 0.4.0#169776
Merged
zweckj merged 2 commits intoMay 5, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Duco integration’s pinned python-duco-client dependency to v0.4.0 and aligns diagnostics snapshot expectations with the library’s expanded BoardInfo model.
Changes:
- Bump
python-duco-clientfrom0.3.10to0.4.0for the Duco integration. - Regenerate/update Duco diagnostics snapshot to include the newly exposed
BoardInfofields (public_api_version,software_version). - Sync generated requirements files (
requirements_all.txt,requirements_test_all.txt) with the new pin.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| tests/components/duco/snapshots/test_diagnostics.ambr | Updates expected diagnostics output to include new BoardInfo fields (as None in the test fixture). |
| requirements_test_all.txt | Updates the test requirements pin for python-duco-client to 0.4.0. |
| requirements_all.txt | Updates the global generated requirements pin for python-duco-client to 0.4.0. |
| homeassistant/components/duco/manifest.json | Updates the integration requirement pin to python-duco-client==0.4.0. |
Contributor
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Contributor
Author
Description updated |
zweckj
approved these changes
May 5, 2026
21 tasks
rajlaud
pushed a commit
to rajlaud/home-assistant
that referenced
this pull request
May 5, 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
Bump the
python-duco-clientdependency from0.3.10to0.4.0for theducointegration.The new version adds typed API metadata via an expanded
ApiInfomodel (public_api_version,reported_api_version) and extendsBoardInfowith optionalpublic_api_versionandsoftware_versionfields. All new fields are parsed defensively so older and newer firmware variants remain compatible.The diagnostics snapshot has been updated to include the two new
BoardInfofields.Changelog: https://github.com/ronaldvdmeer/python-duco-client/blob/main/CHANGELOG.md
Diff link: ronaldvdmeer/python-duco-client@v0.3.10...v0.4.0
Diff summary (0.3.10 → 0.4.0):
ApiInfo: addedpublic_api_version,reported_api_version, typed endpoint inventoryBoardInfo: added optionalpublic_api_version,software_versionType 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: