aiogzip v1.2.1
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.