Skip to content
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

Merged
merged 11 commits into from
Sep 8, 2023
Merged

v0.21.1 #1417

merged 11 commits into from
Sep 8, 2023

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Sep 8, 2023

Changed

dlech and others added 11 commits September 2, 2023 14:11
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]>
@dlech
Copy link
Collaborator Author

dlech commented Sep 8, 2023

@bdraco do you want to test before I push it out?

@bdraco
Copy link
Contributor

bdraco commented Sep 8, 2023

testing it now

@bdraco
Copy link
Contributor

bdraco commented Sep 8, 2023

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

Copy link
Contributor

@bdraco bdraco left a 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)

@dlech dlech changed the base branch from develop to master September 8, 2023 23:54
@dlech dlech merged commit d6637a4 into master Sep 8, 2023
14 checks passed
@dlech dlech deleted the release/0.21.1 branch September 8, 2023 23:54
@bdraco
Copy link
Contributor

bdraco commented Sep 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

linux TypeError: 'StructMeta' object is not iterable
2 participants