diff --git a/pyproject.toml b/pyproject.toml index ed08cff..fcf2bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "openfeature-sdk==0.4.2", "typing_extensions==4.9.0", "httpx==0.27.2", - "protobuf==5.29.5" + "protobuf>=5.29.5,<7.0.0" ] requires-python = ">=3.9"