hbldh / bleak

A cross platform Bluetooth Low Energy Client for Python using asyncio
MIT License
1.56k stars 275 forks source link

pyproject: update winrt depedencies #1553

Closed dlech closed 2 weeks ago

dlech commented 2 weeks ago

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: https://github.com/hbldh/bleak/issues/1529