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
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-12T10:49:09.603612-07:00
custom:
Author: colin-rogers-dbt
PR: "1259"
2 changes: 1 addition & 1 deletion dbt-adapters/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
# installed via dbt-common but used directly
"agate>=1.0,<2.0",
"mashumaro[msgpack]>=3.9,<3.15",
"protobuf>=5.0,<6.0",
"protobuf>=6.0,<7.0",
"typing-extensions>=4.0,<5.0",
]
[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions dbt-snowflake/hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pre-install-commands = [
"pip install -e ../dbt-tests-adapter",
]
dependencies = [
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git@upgradeProtoBuf",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@upgradeProtoBuf#subdirectory=core",
"ddtrace==2.3.0",
"ipdb~=0.13.13",
"pre-commit~=3.7.0",
Expand Down
Loading