fix(deps): update dependency protobuf to v6
This commit is contained in:
parent
57df02ae00
commit
82e60b0596
|
@ -20,7 +20,7 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"grpcio==1.71.0",
|
"grpcio==1.71.0",
|
||||||
"grpcio-reflection==1.*",
|
"grpcio-reflection==1.*",
|
||||||
"protobuf==5.29.3", # Must be compatible with grpcio-tools.
|
"protobuf==6.30.2", # Must be compatible with grpcio-tools.
|
||||||
"pydantic==2.*",
|
"pydantic==2.*",
|
||||||
"structlog==25.*",
|
"structlog==25.*",
|
||||||
]
|
]
|
||||||
|
@ -47,7 +47,7 @@ detached = true
|
||||||
path = ".venv-generate"
|
path = ".venv-generate"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"grpcio-tools==1.71.0",
|
"grpcio-tools==1.71.0",
|
||||||
"protobuf==5.29.3",
|
"protobuf==6.30.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.envs.generate.scripts]
|
[tool.hatch.envs.generate.scripts]
|
||||||
|
|
Loading…
Reference in New Issue