Skip to content

Commit 447e66c

Browse files
authored
Release 3.6.5 prep and allow cryptography45 (#1498)
1 parent baf3a6b commit 447e66c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Security :: Cryptography",
2727
]
2828
dependencies = [
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",

sigstore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
* `sigstore.sign`: creation of Sigstore signatures
2626
"""
2727

28-
__version__ = "3.6.4"
28+
__version__ = "3.6.5"

0 commit comments

Comments
 (0)