8000 pyproject: pin protobuf-specs (#1149) · sigstore/sigstore-python@011237b · GitHub
[go: up one dir, main page]

Skip to content

Commit 011237b

Browse files
authored
pyproject: pin protobuf-specs (#1149)
This project's versioning isn't semver and is subject to big changes due to protobuf/codegen, so we should keep it strictly pinned. Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 2691f4f commit 011237b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies = [
3737
"requests",
3838
"rich ~= 13.0",
3939
"rfc8785 ~= 0.1.2",
40-
"sigstore-protobuf-specs ~= 0.3.2",
41-
# NOTE(ww): Under active development, so strictly pinned.
40+
# NOTE(ww): Both under active development, so strictly pinned.
41+
"sigstore-protobuf-specs == 0.3.2",
4242
"sigstore-rekor-types == 0.0.13",
4343
"tuf ~= 5.0",
4444
"platformdirs ~= 4.2",

0 commit comments

Comments
 (0)
0