Skip to content

Releases: ntamas/aio-usb-hotplug

6.0.0

18 Sep 19:11
7f8302d
Compare
Choose a tag to compare

Breaking change

  • Dropped support for Python 3.7.
  • Allow AnyIO 4 in dependencies.

5.2.0

16 Jan 20:13
af8fb10
Compare
Choose a tag to compare

Added

  • HotplugEvent and HotplugEventType are now exported from the package.

5.0.0

07 Apr 09:44
620a9d2
Compare
Choose a tag to compare

Breaking changes

  • HotplugEvent is now a Python dataclass, not a namedtuple.

  • Dropped support for Python 3.6 and older.

Changed

  • libusb-package is now detected automatically and this library will use the bundled libusb version when libusb-package is available.

  • Improved typing.

4.0.1

08 Oct 15:31
e6cedf9
Compare
Choose a tag to compare
  • Updated dependencies
  • Relaxes version requirements for pyudev