Version 2023.10.54
- Advertise support for qBittorrent v4.6.0 (#357)
- Dropped support for legacy Python versions; Python 3.8+ is supported (#333)
- Refactored typing from stub files in to source (#345)
- Dropped support for API method arguments
hash
andhashes
; usetorrent_hash
andtorrent_hashes
, respectively (#345)- For example, replace
client.torrents_info(hashes="...")
withclient.torrents_info(torrent_hashes="...")
- For example, replace
Full changelog: v2023.9.53...v2023.10.54