Skip to content

Commit 3eefb9e

Browse files
facutuescawoodruffw
authored andcommitted
Pin sigstore-python to released version
1 parent abd962e commit 3eefb9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"License :: OSI Approved :: Apache Software License",
1717
]
18-
# TODO pin sigstore since we deppend on Bundle._inner, which is an object from the protobuf models and could change
19-
dependencies = ["cryptography", "pydantic", "sigstore @ git+https://github.com/sigstore/sigstore-python.git@7583a787ab808d3780e1fcdae86b8420fde939b8"]
18+
dependencies = ["cryptography", "pydantic", "sigstore==3.0.0rc1"]
2019
requires-python = ">=3.9"
2120

2221
[project.optional-dependencies]

0 commit comments

Comments
 (0)