Skip to content

v2.0.0

Choose a tag to compare

@semarj semarj released this 16 Dec 19:24
· 16 commits to main since this release
c433d71

2.0.0 (2025-12-16)

⚠ BREAKING CHANGES

  • Python Support: Dropped support for Python 3.7, 3.8, and 3.9. Minimum required Python version is now 3.10.

Features

  • Add support for Python 3.10, 3.11, 3.12, and 3.13
  • Update CI/CD workflows to use current GitHub Actions versions
  • Update package dependencies for Python 3.10+ compatibility

Dependencies

  • Update aiohttp from ^3.7.4 to ^3.9.0
  • Update pytest from >=5.0 to ^7.0.0
  • Update black from ^20.8b1 to ^22.0.0
  • Update flake8 from ^3.8.4 to ^6.0.0