diff --git a/pyproject.toml b/pyproject.toml index 333d2805..2478cb9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pyOpenSSL >= 23.0.0", "requests", "securesystemslib", - "sigstore-protobuf-specs ~= 0.1.0", + "sigstore-protobuf-specs >= 0.1,< 0.3", "tuf >= 2.1,< 4.0", ] requires-python = ">=3.7"