File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,19 @@ All versions prior to 0.9.0 are untracked.
88
99## [ Unreleased]
1010
11+ ## [ 3.6.5]
12+
1113### Fixed
1214
1315* Fixed verified time handling so that additional timestamps cannot break
1416 otherwise valid signature bundles ([ #1492 ] ( https://github.com/sigstore/sigstore-python/pull/1492 ) )
1517
18+ ### Changed
19+
20+ * Added cryptography 45 to list of compatible cryptography releases
21+ ([ #1498 ] ( https://github.com/sigstore/sigstore-python/pull/1498 ) )
22+
23+
1624## [ 3.6.4]
1725
1826### Fixed
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626 " Topic :: Security :: Cryptography" ,
2727]
2828dependencies = [
29- " cryptography >= 42, < 45 " ,
29+ " cryptography >= 42, < 46 " ,
3030 " id >= 1.1.0" ,
3131 " importlib_resources ~= 5.7; python_version < '3.11'" ,
3232 " pyasn1 ~= 0.6" ,
Original file line number Diff line number Diff line change 2525* `sigstore.sign`: creation of Sigstore signatures
2626"""
2727
28- __version__ = "3.6.4 "
28+ __version__ = "3.6.5 "
You can’t perform that action at this time.
0 commit comments