We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afe57a commit ed48fa7Copy full SHA for ed48fa7
pyproject.toml
@@ -10,9 +10,9 @@ requires = [
10
# sure the code is generated using the minimum supported versions, as older
11
# versions can't work with code that was generated with newer versions.
12
# https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
13
- "protobuf == 6.31.1",
14
- "grpcio-tools == 1.72.1",
15
- "grpcio == 1.72.1",
+ "protobuf == 6.32.1",
+ "grpcio-tools == 1.75.1",
+ "grpcio == 1.75.1",
16
]
17
build-backend = "setuptools.build_meta"
18
0 commit comments