chore(release): 2.0.0-b7 — strict typing, py.typed, is_open - #40
Merged
Merged
Conversation
- OWNd/__init__.py: 2.0.0-b6 -> 2.0.0-b7 - README: add mypy-strict and PEP 561 badges; note the strict-typing compliance, py.typed marker, OWNSession.is_open, line-ending normalization, and MyHOME conformance CI gate landed since b6 (#32, #33, #35, #36/#39, #37, #38). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
xtimmy86x
approved these changes
Sep 16, 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 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.
Prepares the 2.0.0-b7 dev release. No behavior changes beyond what already merged to
master; this just bumps the version and documents it.What's shipping since b6
OWNSession.is_open(closes Expose a public 'socket is open' property on OWNSession (MyHOME reads _stream_reader/_stream_writer) #34)py.typedmarker + library-standards validatormypy --strictcompliance, zero suppressionsWhy this matters
py.typed+mypy --strictclean is exactly what MyHOME's Platinumstrict-typingquality-scale rule needs from this side (seecustom_components/myhome/quality_scale.yamlonv2-phase1-architecture). Once this is on PyPI, MyHOME can drop theOWNd.*→ignore_missing_importsoverride and start getting real types instead ofAny.This PR
OWNd/__init__.py:2.0.0-b6→2.0.0-b7README.md: addsmypy: strictandTyped: PEP 561badges, and a note explaining what changedAfter merge
Cut the release (tag
v2.0.0-b7+ GitHub Release) to triggerrelease.yml's PyPI publish — holding off on that until this is reviewed.🤖 Generated with Claude Code