Skip to content

Commit

Permalink
python: 0.3.0rc0, realign deps
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed Jan 18, 2024
1 parent 017af89 commit 09bb107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
betterproto[compiler]==2.0.0b5
betterproto[compiler]==2.0.0b6
12 changes: 4 additions & 8 deletions gen/pb-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ build-backend = "flit_core.buildapi"

[project]
name = "sigstore-protobuf-specs"
version = "0.2.3rc1"
version = "0.3.0rc0"
description = "A library for serializing and deserializing Sigstore messages"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "Sigstore Authors", email = "[email protected]" }
{ name = "Sigstore Authors", email = "[email protected]" },
]
classifiers = [
"License :: OSI Approved :: Apache Software License",
Expand All @@ -25,9 +25,7 @@ classifiers = [
"Topic :: Security",
"Topic :: Security :: Cryptography",
]
dependencies = [
"betterproto==2.0.0b6",
]
dependencies = ["betterproto==2.0.0b6"]
requires-python = ">=3.8"

[project.urls]
Expand All @@ -36,6 +34,4 @@ Issues = "https://github.com/sigstore/protobuf-specs/issues"
Source = "https://github.com/sigstore/protobuf-specs"

[project.optional-dependencies]
dev = [
"build",
]
dev = ["build"]

0 comments on commit 09bb107

Please sign in to comment.