Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20250813-144832.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: upgrade protobuf to 6.0
time: 2025-08-13T14:48:32.380929-07:00
custom:
Author: colin-rogers-dbt
Issue: "11916"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
# with major versions in each new minor version of dbt-core.
"click>=8.0.2,<9",
"networkx>=2.3,<4",
"protobuf>=6.0,<7.0",
# ----
# These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes)
# and check compatibility / bump in each new minor version of dbt-core.
Expand All @@ -79,7 +80,6 @@
# Expect compatibility with all new versions of these packages, so lower bounds only.
"jsonschema>=3.0",
"packaging>20.9",
"protobuf>=4.0.0,<5",
"pytz>=2015.7",
"pyyaml>=6.0",
"typing-extensions>=3.7.4",
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ipdb
mypy==1.4.1
pip-tools
pre-commit
protobuf>=4.0.0,<5.0.0
protobuf>=6.0,<7.0
pytest~=7.4
pytest-cov
pytest-csv~=3.0
Expand All @@ -28,7 +28,7 @@ types-freezegun
types-Jinja2
types-jsonschema
types-mock
types-protobuf>=4.0.0,<5.0.0
types-protobuf>=6.0.0,<7.0.0
types-python-dateutil
types-pytz
types-requests<2.31.0 # types-requests 2.31.0.8 requires urllib3>=2, but we pin urllib3 ~= 1.0 because of openssl requirement for requests
Expand Down
Loading