Skip to content

5.2.0 (2020-10-14)

Compare
Choose a tag to compare
@Colin-b Colin-b released this 14 Oct 09:59
· 53 commits to master since this release
1db3c45

Added

  • Allow to provide a requests.Session instance for *AuthorizationCode flows (even PKCE), *ClientCredentials and *ResourceOwnerPasswordCredentials flows.
  • Explicit support for Python 3.9

Changed

  • Code now follow black==20.8b1 formatting instead of the git master version.