Skip to content

Commit deaa968

Browse files
committed
Updated the python protobuf and grpcio packages to the latest version.
1 parent b076d94 commit deaa968

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies = [
1414
"MarkupSafe>=2.0,<3",
1515
"six>=1.16.0,<2",
1616
"toposort>=1.7,<2",
17-
"protobuf==5.27.2",
18-
"grpcio-tools==1.66.0",
17+
"protobuf==6.31.1",
18+
"grpcio-tools==1.73.1",
1919
]
2020

2121
[tool.setuptools.packages.find]
@@ -30,6 +30,6 @@ embeddedproto = "EmbeddedProto.EmbeddedProto:run_protoc"
3030
EmbeddedProto = ["templates/*", "version.json"]
3131

3232
[build-system]
33-
requires = ["setuptools>=64", "grpcio-tools==1.66.0"]
33+
requires = ["setuptools>=64", "grpcio-tools==1.73.1"]
3434
build-backend = "setuptools.build_meta"
3535

0 commit comments

Comments
 (0)