Skip to content

Commit 5ac3666

Browse files
pin sigstore to v3 while working on v4 migration (#534)
Signed-off-by: Spencer Schrock <[email protected]>
1 parent 542d0db commit 5ac3666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies = [
3232
"click",
3333
"cryptography",
3434
"in-toto-attestation",
35-
"sigstore",
35+
"sigstore-protobuf-specs == 0.3.2",
36+
"sigstore==3.6.5",
3637
"typing_extensions",
3738
]
3839
requires-python = ">=3.9"

0 commit comments

Comments
 (0)