diff --git a/pyproject.toml b/pyproject.toml index fe008762..c37d6f47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.6.1, < 5", "frequenz-api-dispatch == 1.0.0-rc1", - "frequenz-client-base >= 0.8.0, < 0.9.0", + "frequenz-client-base >= 0.8.0, < 0.10.0", "frequenz-client-common >= 0.1.0, < 0.4.0", "grpcio >= 1.66.1, < 2", "python-dateutil >= 2.8.2, < 3.0",