We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b076d94 commit deaa968Copy full SHA for deaa968
1 file changed
pyproject.toml
@@ -14,8 +14,8 @@ dependencies = [
14
"MarkupSafe>=2.0,<3",
15
"six>=1.16.0,<2",
16
"toposort>=1.7,<2",
17
- "protobuf==5.27.2",
18
- "grpcio-tools==1.66.0",
+ "protobuf==6.31.1",
+ "grpcio-tools==1.73.1",
19
]
20
21
[tool.setuptools.packages.find]
@@ -30,6 +30,6 @@ embeddedproto = "EmbeddedProto.EmbeddedProto:run_protoc"
30
EmbeddedProto = ["templates/*", "version.json"]
31
32
[build-system]
33
-requires = ["setuptools>=64", "grpcio-tools==1.66.0"]
+requires = ["setuptools>=64", "grpcio-tools==1.73.1"]
34
build-backend = "setuptools.build_meta"
35
0 commit comments