Rewrote protobuf generation scripts in Python (#12527)

This commit is contained in:
Avasam
2024-09-19 02:11:21 -04:00
committed by GitHub
parent 0689736dce
commit c025e37bbb
11 changed files with 383 additions and 248 deletions

View File

@@ -14,6 +14,10 @@ ruff==0.5.4 # must match .pre-commit-config.yaml
# Libraries used by our various scripts.
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"
mypy-protobuf==3.6.0
packaging==24.1
pathspec>=0.11.1
pre-commit