Skip to content

Commit

Permalink
[Backport 1.7.latest] Restrict to protobuf 4 (#9674)
Browse files Browse the repository at this point in the history
* Restrict protobuf to version 4.

* Restrict protobuf to major version 4.

---------

Co-authored-by: Peter Allen Webb <[email protected]>
  • Loading branch information
QMalcolm and peterallenwebb authored Feb 27, 2024
1 parent ffcd9e7 commit 1e064ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Under the Hood-20240221-104518.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Under the Hood
body: Restrict protobuf to major version 4.
time: 2024-02-21T10:45:18.315195-05:00
custom:
Author: peterallenwebb
Issue: "9566"
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ipdb
mypy==1.4.1
pip-tools
pre-commit
protobuf>=4.0.0
protobuf>=4.0.0,<5.0.0
pytest~=7.4
pytest-cov
pytest-csv~=3.0
Expand Down

0 comments on commit 1e064ef

Please sign in to comment.