Skip to content

Commit

Permalink
Use protobuf >=5.0,<=6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Nov 4, 2024
1 parent 8c6bec4 commit afbc7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# with major versions in each new minor version of dbt-core.
"click>=8.0.2,<9.0",
"networkx>=2.3,<4.0",
"protobuf>=4.0.0,<5",
"protobuf>=5.0,<6.0"
"requests<3.0.0", # should match dbt-common
"snowplow-tracker>=1.0.2,<2.0",
# ----
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/dbt-labs/dbt-adapters.git@main
git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter
git+https://github.com/dbt-labs/dbt-common.git@main
git+https://github.com/dbt-labs/dbt-common.git@upgrade_protobuf_to_5.27
git+https://github.com/dbt-labs/dbt-postgres.git@main
# black must match what's in .pre-commit-config.yaml to be sure local env matches CI
black==24.3.0
Expand Down Expand Up @@ -32,7 +32,7 @@ types-docutils
types-PyYAML
types-Jinja2
types-mock
types-protobuf>=4.0.0,<5.0.0
types-protobuf>=5.0,<6.0
types-pytz
types-requests
types-setuptools
Expand Down

0 comments on commit afbc7e4

Please sign in to comment.