Bump protobuf to 5.28.* (#12689)

This commit is contained in:
Avasam
2024-09-23 13:14:28 -04:00
committed by GitHub
parent 46512118ea
commit bb981771ed
5 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ ruff==0.5.4 # must match .pre-commit-config.yaml
aiohttp==3.10.2
# grpc install only fails on Windows, but let's avoid building sdist on other platforms
# https://github.com/grpc/grpc/issues/36201
grpcio-tools; python_version < "3.13"
grpcio-tools; python_version < "3.13" # For grpc_tools.protoc
mypy-protobuf==3.6.0
packaging==24.1
pathspec>=0.11.1