diff --git a/pyproject.toml b/pyproject.toml index e50aa63a..ac1d6448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ # 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.27.2,<6.0", "typing-extensions>=4.0,<5.0", ] [project.urls]