Skip to content

Commit 7e33f42

Browse files
Copilotachamayou
andauthored
Allow cryptography 46.x in Python package (#7663)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: achamayou <[email protected]>
1 parent d886b28 commit 7e33f42

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.23]
9+
10+
[6.0.23]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.23
11+
12+
### Changed
13+
14+
- Updated the Python `cryptography` package constraint to allow 46.x versions (`< 47`).
15+
816
## [6.0.22]
917

1018
[6.0.22]: https://github.com/microsoft/CCF/releases/tag/ccf-6.0.22

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ccf"
7-
version = "6.0.22"
7+
version = "6.0.23"
88
authors = [
99
{ name="CCF Team", email="[email protected]" },
1010
]
@@ -17,7 +17,7 @@ classifiers = [
1717
]
1818
dependencies = [
1919
"loguru >= 0.5, == 0.*",
20-
"cryptography >= 44,< 46",
20+
"cryptography >= 44,< 47",
2121
"string-color >= 1.2.1, == 1.*",
2222
"pycose >= 1.0.1, == 1.*",
2323
"setuptools >= 74,< 81",

0 commit comments

Comments
 (0)