Merge pull request #146 from crossplane/renovate/protobuf-6.x

fix(deps): update dependency protobuf to v6
This commit is contained in:
Bob Haddleton 2025-05-09 11:39:03 -05:00 committed by GitHub
commit 27e990f6aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ classifiers = [
dependencies = [
"grpcio==1.71.0",
"grpcio-reflection==1.*",
"protobuf==5.29.3", # Must be compatible with grpcio-tools.
"protobuf==6.30.2", # Must be compatible with grpcio-tools.
"pydantic==2.*",
"structlog==25.*",
]
@ -47,7 +47,7 @@ detached = true
path = ".venv-generate"
dependencies = [
"grpcio-tools==1.71.0",
"protobuf==5.29.3",
"protobuf==6.30.2",
]
[tool.hatch.envs.generate.scripts]