Skip to content

PyPi release 1.6.3

Compare
Choose a tag to compare
@mikedarcy mikedarcy released this 28 Sep 17:54
· 63 commits to master since this release

Release Notes

Bugfix release and dependency update.

  • Fix bug in bdbag_api.validate() where underlying BagError exceptions were not being propagated correctly.
  • Add an environment marker to setup.py for the python-requests dependency. This marker specifies that no greater than requests-2.25.1 be used with Python3.5 environments, due to underlying incompatibilities with requests dependency chain and Python3.5 after requests-2.26.0. Reported in issue #47.

Note that bdbag support for Python3.5 is planned to be dropped in the 1.7.0 release.