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 praw and praw.models so that, now that PRAW ships a
    py.typed marker, type checkers recognize documented imports such as from praw import Reddit and from praw.models import Redditor as public re-exports instead
    of reporting them as private.