Skip to content

Commit

Permalink
[Backport 1.5.latest] Restrict to protobuf 4 (#9676)
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 <peter.webb@dbtlabs.com>
  • Loading branch information
QMalcolm and peterallenwebb committed Feb 26, 2024
1 parent b2270fa commit c94f132
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 @@ -9,7 +9,7 @@ ipdb
mypy==0.981
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 c94f132

Please sign in to comment.