Skip to content

multidict 5.1.0 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 03 Dec 12:54
· 527 commits to master since this release

Changes

Features

  • Support GenericAliases (MultiDict[str]) for Python 3.9+
    #553 <https://github.com/aio-libs/multidict/issues/553>_

Bugfixes

  • Synchronize the declared supported Python versions in setup.py with actually supported and tested ones.
    #552 <https://github.com/aio-libs/multidict/issues/552>_