Skip to content

1.7.0

Choose a tag to compare

@dantownsend dantownsend released this 29 Jul 08:36
· 4 commits to master since this release

Modernised the type hints across the codebase (e.g. replacing typing.List with list). Thanks to @sinisaos for this.

Added a missing import to the jwt code example. Thanks to @andrewshaodev for this.