diff --git a/pyproject.toml b/pyproject.toml index 2c1e180..4663d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requires-python = ">= 3.11, < 4" dependencies = [ "typing-extensions >= 4.12.0, < 5", "frequenz-client-reporting >= 0.18.0, < 0.20.0", - "frequenz-client-common >= 0.3.0, < 0.4", + "frequenz-client-common >= 0.3.0, < 0.5", ] dynamic = ["version"]