Skip to content

v0.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 14:41
· 13 commits to main since this release

Release Notes

Bug Fixes

  • Pin the minimum version of aiohttp-client-cache to 0.12.3 to an issue with the latest version of aiohttp. (48{.interpreted-text role="issue_async"})

Breaking Changes

  • Drop support for Python 3.8 since its end-of-life date is October 2024.
  • Remove all exceptions from the main module and raise them from the exceptions module. This is to declutter the main module and make it easier to maintain.

Internal Changes

  • Make nest_asyncio a required dependency since most users will need it to run the package in Jupyter notebooks.