-
Notifications
You must be signed in to change notification settings - Fork 302
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
v0.21.1 #1417
v0.21.1 #1417
Conversation
Python 3.12 introduces a new type to indicate the C buffer protocol. We can use this to more correctly indicate allowable types.
Python 3.7 has reached end of life.
This ensures we get support for Python 3.12.
Most of the class methods for BleakScanner allow passing **kwargs to the BleakScanner() constructor. PEP 692 now gives us a way to have proper type hints for this.
The winrt packages are now being distributed as individual namespace packages, so we can take advantage of that instead of having to provide our own bleak_winrt package. The new packages haven't been tested much yet, so just enabling on Python 3.12 for now.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
@bdraco do you want to test before I push it out? |
testing it now |
pip dep resolver seems happy (not 100% good test without an actual release though) testing on production to make sure there are no side effects |
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.
Testing:
- No obvious errors in production
- no pip conflicts (not 100% good test, but will also revalidate shortly after publish)
pip seems happy now https://github.com/home-assistant/core/actions/runs/6127509325/job/16633384125?pr=99894 Thanks 🍾 |
Changed
dbus-fast
dependency to include v2.x. Fixes linux TypeError: 'StructMeta' object is not iterable #1412.