Skip to content

Compatibility issue with latest pyrate-limiter release 4.0.1 #751

@C0sm0cats

Description

@C0sm0cats

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
Image

which breaks the import in roborock/web_api.py.


Error

ImportError: cannot import name 'BucketFullException' from 'pyrate_limiter'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions