From 4c98df3346ad65ca19a4b235686a143ad5604514 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 21 Nov 2024 13:34:16 -0600 Subject: [PATCH] bump protobuf --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 94ec41224ac..e95b685894a 100644 --- a/core/setup.py +++ b/core/setup.py @@ -61,7 +61,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 # ---- # These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes)