Skip to content

3.5.2.1

Compare
Choose a tag to compare
@dimaqq dimaqq released this 11 Nov 05:48
7cd3530

3.5.2.1 is a hot-fix release to unblock your integration tests.

websockets==14.0 was released recently, which broke your integration tests, unless you’ve manually put version specifiers on this library or locked your dependencies, because:

  • (announced) this version removed support for Python 3.8, and
  • (not annonuced) the code path _ws.open in python-libjuju got broken

The hot-fix version restricts websockets to <14.0,>=8.1, so that you don’t have to.

Full Changelog: 3.5.2.0...3.5.2.1