Skip to content

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Feb 18:48
· 84 commits to main since this release

Fixed

  • MemoryBackend: Fixed TypeError when remaining_requests is explicitly None in state data. The dict.get() method returns None if the key exists with value None, not the default value. This caused failures on Windows with Python 3.10-3.12.

Full Changelog: v1.0.0...v1.0.1