diff --git a/pyproject.toml b/pyproject.toml index 553f807..38fe114 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "grpcio>=1.80.0", "grpcio-tools>=1.80.0", "grpcio-health-checking>=1.80.0", - "betterproto2==0.9.1", + "betterproto2==0.10.0", "cpex==0.1.0", ] @@ -16,7 +16,7 @@ proto = [ "requests==2.34.2", "grpcio>=1.80.0", "grpcio-tools>=1.80.0", - "betterproto2==0.9.1", + "betterproto2==0.10.0", "betterproto2_compiler==0.9.0", "structlog==25.5.0", ]