Yakifo/amqtt

Compatibility with websockets 10.x?

cdce8p opened this issue · 1 comments

websockets is currently pinned with >=9.0. Poetry interprets that as >=9.0,<10.0.
Would it be possible to change it to >=9.0,<11.0? This would help resolve a dependency conflict for Home Assistant.

https://websockets.readthedocs.io/en/stable/project/changelog.html

Didn't saw that the dependency range was already updated, just not released yet.

websockets = ">=9.0"