Skip to content

Commit

Permalink
pyproject: update winrt depedencies
Browse files Browse the repository at this point in the history
This updates to the stable release of winrt, which is now 2.0.1. This
has the side effect of fixing import errors on systems where the
required Visual C++ redistributable is not installed.

Fixes: #1529
  • Loading branch information
dlech committed Apr 29, 2024
1 parent cfe5a15 commit 4fa0d6b
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 134 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Changed
* Updated PyObjC dependency on macOS to v10.x.
* Updated missing Bluetooth SIG characteristics and service UUIDs.
* Updated ``BlueZManager`` to remove empty interfaces from `_properties` during InterfacesRemoved message.
* Updated PyWinRT dependency to v2. Fixes #1529.

Fixed
-----
Expand Down

0 comments on commit 4fa0d6b

Please sign in to comment.