Skip to content

v8.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:26
Immutable release. Only release title and notes can be modified.

Fixed

  • Declare __all__ in asyncpraw and asyncpraw.models so that, now that Async
    PRAW ships a py.typed marker, type checkers recognize documented imports such as
    from asyncpraw import Reddit and from asyncpraw.models import Redditor as
    public re-exports instead of reporting them as private.