diff --git a/pyproject.toml b/pyproject.toml index 3a45cba..383039a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.6.1, < 5", - "frequenz-client-reporting >= 0.18.0, < 0.19.0", + "frequenz-client-reporting >= 0.18.0, < 0.20.0", "frequenz-client-common >= 0.3.0, < 0.4", ] dynamic = ["version"]