Skip to content

Commit

Permalink
[Backport 1.5.latest] Restrict to protobuf 4.x for adapters
Browse files Browse the repository at this point in the history
Fixing dbt-labs#9676, as it is missed to restrict to protobuf dependencies in
adapters
  • Loading branch information
niteshy committed Mar 27, 2024
1 parent b6f8b08 commit a1b4445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typing-extensions>=3.7.4",
"werkzeug>=1,<3",
"pathspec>=0.9,<0.12",
"protobuf>=4.0.0",
"protobuf>=4.0.0,<5",
"pytz>=2015.7",
# the following are all to match snowflake-connector-python
"requests<3.0.0",
Expand Down

0 comments on commit a1b4445

Please sign in to comment.