returns v0.18.0 Release Notes

  • ๐Ÿ†• New Year Release! ๐ŸŽ„

    ๐Ÿ”‹ Features

    • Now requires typing_extensions>=4.0
    • Now requires mypy>=0.930
    • โœ‚ Removes plugin for @safe, @maybe, @future, etc. Because we now use ParamSpec type to properly type decorators

    ๐Ÿ›  Bugfixes

    • Fixes __slots__ not being set properly in containers and their base classes
    • ๐Ÿ›  Fixes patching of containers in pytest plugin not undone after each test