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.
2 parents 97256e7 + 81c45d5 commit 9c4204dCopy full SHA for 9c4204d
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
dependencies = [
21
"grpcio==1.72.1",
22
"grpcio-reflection==1.*",
23
- "protobuf==6.30.2", # Must be compatible with grpcio-tools.
+ "protobuf==6.31.1", # Must be compatible with grpcio-tools.
24
"pydantic==2.*",
25
"structlog==25.*",
26
]
@@ -47,7 +47,7 @@ detached = true
47
path = ".venv-generate"
48
49
"grpcio-tools==1.72.1",
50
- "protobuf==6.30.2",
+ "protobuf==6.31.1",
51
52
53
[tool.hatch.envs.generate.scripts]
0 commit comments