Description
With the latest release of pyrate-limiter, 4.0.1, python-roborock raises an ImportError during module import due to a change in pyrate-limiter public exports.
The exception BucketFullException is no longer exposed at the top-level pyrate_limiter package,
https://github.com/vutran1710/PyrateLimiter/blob/master/docs/migrating.md

which breaks the import in roborock/web_api.py.
Error
ImportError: cannot import name 'BucketFullException' from 'pyrate_limiter'