Skip to content

Commit

Permalink
Merge pull request #95 from jameinel/protoc-rebuild-25.1
Browse files Browse the repository at this point in the history
Rebuild protobuf parser using protoc 25.1
  • Loading branch information
fabricematrat authored Dec 13, 2023
2 parents 59caade + 7f1fe6a commit f37ca72
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 122 deletions.
137 changes: 17 additions & 120 deletions macaroonbakery/bakery/_internal/id_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
protobuf>=3.20.0
pyRFC3339>=1.0,<2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_version():
'PyNaCl>=1.1.2,<2.0',
'pymacaroons>=0.12.0,<1.0',
'six>=1.11.0,<2.0',
'protobuf>=3.4.0',
'protobuf>=3.20.0',
'pyRFC3339>=1.0,<2.0',
'ipaddress;python_version<"3"',
'cryptography==1.3.2;python_full_version<"2.7.9"',
Expand Down

0 comments on commit f37ca72

Please sign in to comment.