Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ All versions prior to 0.9.0 are untracked.

* Improved error message when verifying bundles with rekor v2 entries
([#1565](https://github.com/sigstore/sigstore-python/pull/1565))
* Added cryptography 46 to list of compatible cryptography releases
([#1566](https://github.com/sigstore/sigstore-python/pull/1566))

## [3.6.5]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Topic :: Security :: Cryptography",
]
dependencies = [
"cryptography >= 42, < 46",
"cryptography >= 42, < 47",
"id >= 1.1.0",
"importlib_resources ~= 5.7; python_version < '3.11'",
"pyasn1 ~= 0.6",
Expand Down