Skip to content

Commit d34c511

Browse files
authored
CT 2552 pin protobuf to >=4.0.0 (dbt-labs#7566)
* Pin protobuf to >=4.0.0 * Changie
1 parent 2945619 commit d34c511

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Fixes
2+
body: Pin protobuf to greater than 4.0.0
3+
time: 2023-05-09T12:31:59.019718-04:00
4+
custom:
5+
Author: gshank
6+
Issue: "7565"

core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"typing-extensions>=3.7.4",
6464
"werkzeug>=1,<3",
6565
"pathspec>=0.9,<0.12",
66-
"protobuf>=3.18.3",
66+
"protobuf>=4.0.0",
6767
"pytz>=2015.7",
6868
# the following are all to match snowflake-connector-python
6969
"requests<3.0.0",

dev-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ipdb
88
mypy==0.981
99
pip-tools
1010
pre-commit
11-
protobuf
11+
protobuf>=4.0.0
1212
pytest
1313
pytest-cov
1414
pytest-csv

0 commit comments

Comments
 (0)