mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
Paw/restrict to protobuf 4 (#9614)
* Restrict protobuf to version 4. * Restrict protobuf to major version 4. --------- Co-authored-by: Quigley Malcolm <quigley.malcolm@dbtlabs.com>
This commit is contained in:
6
.changes/unreleased/Under the Hood-20240221-104518.yaml
Normal file
6
.changes/unreleased/Under the Hood-20240221-104518.yaml
Normal file
@@ -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"
|
||||
@@ -14,7 +14,7 @@ ipdb
|
||||
mypy==1.4.1
|
||||
pip-tools
|
||||
pre-commit
|
||||
protobuf>=4.0.0
|
||||
protobuf>=4.0.0,<5.0.0
|
||||
pytest>=7.4,<8.0
|
||||
pytest-cov
|
||||
pytest-csv>=3.0,<4.0
|
||||
|
||||
Reference in New Issue
Block a user