Skip to content

Commit

Permalink
Pin protobuf version to 3.20.1
Browse files Browse the repository at this point in the history
The next protobuf version 4.21.0 has the breaking changes with the existing code
https://protobuf.dev/news/2022-05-06/#python-updates

Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Dec 7, 2023
1 parent e274af5 commit 71b8b36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ isort
juju>=3.1
mypy
pep8-naming
protobuf=3.20.1 # https://protobuf.dev/news/2022-05-06/#python-updates
pyproject-flake8
pytest
pytest-operator
Expand Down

0 comments on commit 71b8b36

Please sign in to comment.