Skip to content

Commit

Permalink
Bump protobuf requirement
Browse files Browse the repository at this point in the history
py-macaroon-bakery currently requires an old protobuf version,
which is incompatible with other projects such as
python-mysql-connector [1] or the Openstack global requirements [2].

Since the project is compatible with recent protobuf versions
(4.24.x), we'll update the protobuf dependency to >=3.4,<5.0.

[1] juju/python-libjuju#914
[2] https://github.com/openstack/requirements/blob/e54dc19f590bd0ea74fd2d7ada3d0d1b3321260b/upper-constraints.txt#L377C1-L377C18
  • Loading branch information
petrutlucian94 committed Oct 24, 2023
1 parent df0e18f commit 809b79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ requests>=2.18.4,<3.0
PyNaCl>=1.1.2,<2.0
pymacaroons>=0.12.0,<1.0
six>=1.11.0,<2.0
protobuf>=3.4.0,<4.0
protobuf>=3.4.0,<5.0
pyRFC3339>=1.0,<2.0

0 comments on commit 809b79d

Please sign in to comment.