Skip to content

Commit

Permalink
CT 2552 pin protobuf to >=4.0.0 (#7566)
Browse files Browse the repository at this point in the history
* Pin protobuf to >=4.0.0

* Changie
  • Loading branch information
gshank authored May 9, 2023
1 parent 2945619 commit d34c511
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Fixes-20230509-123159.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Fixes
body: Pin protobuf to greater than 4.0.0
time: 2023-05-09T12:31:59.019718-04:00
custom:
Author: gshank
Issue: "7565"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"typing-extensions>=3.7.4",
"werkzeug>=1,<3",
"pathspec>=0.9,<0.12",
"protobuf>=3.18.3",
"protobuf>=4.0.0",
"pytz>=2015.7",
# the following are all to match snowflake-connector-python
"requests<3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ipdb
mypy==0.981
pip-tools
pre-commit
protobuf
protobuf>=4.0.0
pytest
pytest-cov
pytest-csv
Expand Down

0 comments on commit d34c511

Please sign in to comment.