Skip to content

aiogzip v1.2.1

Choose a tag to compare

@geoff-davis geoff-davis released this 11 Feb 01:36
· 137 commits to main since this release

aiogzip v1.2.1 is now available.

This is a targeted patch release focused on packaging compatibility.

What’s fixed

  • Restored pyproject.toml license metadata to table form ({ text = "MIT" }) to maintain compatibility with older setuptools paths used in Python 3.8 editable-install CI jobs.

Why this matters

  • Prevents build/editable-install failures in Python 3.8 environments that reject the newer string-form license field.

Upgrade

pip install -U aiogzip

Thanks for the quick feedback and testing that helped catch this.