Qbittorrent-api

Latest version: v2024.3.60

Safety actively analyzes 630450 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

2023.10.54

- Advertise support for qBittorrent v4.6.0
- 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`` and ``hashes``; use ``torrent_hash`` and ``torrent_hashes``, respectively (345)
- For example, replace ``client.torrents_info(hashes="...")`` with ``client.torrents_info(torrent_hashes="...")``

2023.9.53

- Advertise support for Python 3.12
- Advertise support for qBittorrent v4.5.5
- Add ``inactive_seeding_time_limit`` for ``torrents/setShareLimits`` (271)
- Implement ``app/networkInterfaceList`` and ``app/networkInterfaceAddressList`` (272)

2023.7.52

- Ensure the wheel is uploaded with the release to PyPI

2023.7.51

- Convert ``APINames`` and ``TorrentStatus`` to ``StrEnum`` and ``TrackerStatus`` to ``IntEnum`` (267)

2023.6.50

- Advertise support for qBittorrent v4.5.4

2023.6.49

- The ``Client`` is no longer binded to ``List``s (230)
- This does not affect normal operation but allows for slicing, adding, and copying ``List``s

Page 2 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.