Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@skar404 skar404 released this 06 Apr 04:36
· 2 commits to master since this release
ffc854f

What's Changed

Changes:

  • support python 3.12
  • update aiohttp
python = ">=3.7,<4.0"
aiohttp = [
    { version = ">=3.8.6,<3.9", python = ">=3.7,<3.8" },
    { version = ">=3.9.3", python = ">=3.8" }
]
  • fix test

Full Changelog: 2.0.0...2.1.0