Skip to content

PyPi release 1.7.0

Compare
Choose a tag to compare
@mikedarcy mikedarcy released this 30 Jul 00:32
· 20 commits to master since this release

Release Notes

  • PR: #54: Add support for passing a local profile path for profile validation. Thanks to Bernhard Hampel-Waffenthal for the contribution.
  • #40: Replace deprecated use of pkg_resources with importlib-metadata and packaging.
  • Fix issue with HTTP fetch transport where bearer-token auth gets stripped from the session on a legitimate redirect but not restored for any potential new request on that same URL-bound session.
  • Unpin tzlocal unless Python<3.
  • Support for Python 3.5 and 3.6 has been dropped. Python 3.7 compatibility is deprecated but still officially supported in this release.