Skip to content

Commit

Permalink
requirements: Avoid broken macaroonbakery release
Browse files Browse the repository at this point in the history
macaroonbakery 1.3.3 has a broken protobuf dependency, add a requirement
to avoid that release:
go-macaroon-bakery/py-macaroon-bakery#94
  • Loading branch information
lathiat committed Dec 8, 2023
1 parent ff396eb commit 26084ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pyparsing<3.0.0 # pin for aodhclient which is held for py35
async_generator
kubernetes<18.0.0; python_version < '3.6' # pined, as juju uses kubernetes
macaroonbakery<2.0,!=1.3.3 # https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94
# pinned until 3.0 regressions are handled: https://github.com/openstack-charmers/zaza/issues/545
juju<3.0
juju_wait
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ keystoneauth1
oslo.config
python-novaclient
tenacity>8.2.0
macaroonbakery<2.0,!=1.3.3 # https://github.com/go-macaroon-bakery/py-macaroon-bakery/issues/94
# pinned until 3.0 regressions are handled: https://github.com/openstack-charmers/zaza/issues/545
juju<3.0

0 comments on commit 26084ca

Please sign in to comment.