Merge pull request #156 from crossplane/renovate/grpcio-1.x

fix(deps): update dependency grpcio to v1.72.1
This commit is contained in:
Nic Cope 2025-06-06 21:07:23 -07:00 committed by GitHub
commit 97256e7025
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ classifiers = [
]
dependencies = [
"grpcio==1.71.0",
"grpcio==1.72.1",
"grpcio-reflection==1.*",
"protobuf==6.30.2", # Must be compatible with grpcio-tools.
"pydantic==2.*",