Top.py

Latest version: v1.4.3

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

Scan your dependencies

Page 1 of 2

1.4.1

1.4.0

**Full Changelog**: https://github.com/EEKIM10/top.py/compare/1.3.2...1.4.0

Breaking changes:

* `Vote` was split up into `ServerVote` and `BotVote`. See [the docs](https://toppy.readthedocs.io/en/latest/webhook%20server.html#vote-types).

1.3.2

What's Changed
* Restyle Remove dependency on discord.py by restyled-io in https://github.com/EEKIM10/top.py/pull/7
* Remove dependency on discord.py by EEKIM10 in https://github.com/EEKIM10/top.py/pull/6

**Full Changelog**: https://github.com/EEKIM10/top.py/compare/1.3.1...1.3.2

1.3.1

* Fixed NameError in Client.\_\_init\_\_. That's all.

1.3.0a3

Remove pre1's database stuff, we aren't using it

Main change being how the project is installed - from the legacy setup.py to the new and shiny and ugly setup.cfg

**Full Changelog**: https://github.com/dragdev-studios/top.py/compare/1.2.0...1.3.0a3

1.2.0

Not much changed, however it may be notable for some users:

* Anything that took a user ID, now takes a user object. (If you only have the ID, you can just wrap it in `discord.Object(id)`, it works the same)
* lower-level control of the ratelimiter has been removed. This means you cannot toggle the ratelimiter off, be it per-function or for the entire instance.
* The `toppy.errors.Ratelimited` error is now __always__ raised on ratelimit, and you cannot automatically wait it out instead (confusing behaviour)
* `Client.post_stats` no-longer allows an override
* *every request* now fires a new event: `on_toppy_request`, with key-word arguments `url:str` and `method:str`. This is meant to help people debug if they're firing lots of requests.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.