Skip to content

Commit

Permalink
Pin sigstore-python to released version
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca authored and woodruffw committed May 2, 2024
1 parent abd962e commit 3eefb9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
# TODO pin sigstore since we deppend on Bundle._inner, which is an object from the protobuf models and could change
dependencies = ["cryptography", "pydantic", "sigstore @ git+https://github.com/sigstore/sigstore-python.git@7583a787ab808d3780e1fcdae86b8420fde939b8"]
dependencies = ["cryptography", "pydantic", "sigstore==3.0.0rc1"]
requires-python = ">=3.9"

[project.optional-dependencies]
Expand Down

0 comments on commit 3eefb9e

Please sign in to comment.