Skip to content

Commit

Permalink
Upgrade protobuf to >=5.0,<6.0 (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank authored Nov 19, 2024
1 parent d3aaf62 commit a8a89f4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
24 changes: 17 additions & 7 deletions dbt/adapters/events/adapter_types_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"dbt-common>=1.11,<2.0",
"dbt-common>=1.13,<2.0",
"pytz>=2015.7",
# installed via dbt-common but used directly
"agate>=1.0,<2.0",
"mashumaro[msgpack]>=3.0,<4.0",
"protobuf>=3.0,<5.0",
"protobuf>=5.0,<6.0",
"typing-extensions>=4.0,<5.0",
]
[project.urls]
Expand Down

0 comments on commit a8a89f4

Please sign in to comment.