Add packages directive for Poetry build#438
Open
chansearrington wants to merge 7 commits intohome-assistant-ecosystem:devfrom
Open
Add packages directive for Poetry build#438chansearrington wants to merge 7 commits intohome-assistant-ecosystem:devfrom
chansearrington wants to merge 7 commits intohome-assistant-ecosystem:devfrom
Conversation
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.1...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Replace deprecated distutils.version.StrictVersion with packaging.version.Version - Remove duplicate api.restapi() calls in _handle() and _handle_raw() - Refactor wsapi to use asyncio.run() instead of deprecated get_event_loop() - Add proper None handling for wsapi responses in get_areas, get_health, get_devices, get_entities, and get_entity - Fix URL_API_HISTORY_PERIOD to include format placeholder - Add packaging dependency - Update Python version classifiers to include 3.12, 3.13, 3.14 - Bump version to 1.0.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Establish distinct identity for fork as part of hype-plugins ecosystem. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The package name was changed to hype-homeassistant but Poetry couldn't find the source directory. Added explicit packages config to point to homeassistant_cli directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fix Poetry build configuration by adding the packages directive to ensure proper package discovery during installation.