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.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 3.6.5]
12
+
11
13
### Fixed
12
14
13
15
* Fixed verified time handling so that additional timestamps cannot break
14
16
otherwise valid signature bundles ([ #1492 ] ( https://github.com/sigstore/sigstore-python/pull/1492 ) )
15
17
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
+
16
24
## [ 3.6.4]
17
25
18
26
### Fixed
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
26
26
" Topic :: Security :: Cryptography" ,
27
27
]
28
28
dependencies = [
29
- " cryptography >= 42, < 45 " ,
29
+ " cryptography >= 42, < 46 " ,
30
30
" id >= 1.1.0" ,
31
31
" importlib_resources ~= 5.7; python_version < '3.11'" ,
32
32
" pyasn1 ~= 0.6" ,
Original file line number Diff line number Diff line change 25
25
* `sigstore.sign`: creation of Sigstore signatures
26
26
"""
27
27
28
- __version__ = "3.6.4 "
28
+ __version__ = "3.6.5 "
You can’t perform that action at this time.
0 commit comments