Skip to content

Commit 103c50c

Browse files
fix(deps): update dependency protobuf to v6.32.0
1 parent a303d34 commit 103c50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"grpcio==1.74.0",
2222
"grpcio-reflection==1.*",
23-
"protobuf==6.31.1", # Must be compatible with grpcio-tools.
23+
"protobuf==6.32.0", # Must be compatible with grpcio-tools.
2424
"pydantic==2.*",
2525
"structlog==25.*",
2626
]
@@ -47,7 +47,7 @@ detached = true
4747
path = ".venv-generate"
4848
dependencies = [
4949
"grpcio-tools==1.74.0",
50-
"protobuf==6.31.1",
50+
"protobuf==6.32.0",
5151
]
5252

5353
[tool.hatch.envs.generate.scripts]

0 commit comments

Comments
 (0)