PyPi release 1.6.3
Release Notes
Bugfix release and dependency update.
- Fix bug in
bdbag_api.validate()
where underlyingBagError
exceptions were not being propagated correctly. - Add an environment marker to
setup.py
for thepython-requests
dependency. This marker specifies that no greater thanrequests-2.25.1
be used withPython3.5
environments, due to underlying incompatibilities withrequests
dependency chain andPython3.5
afterrequests-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.