File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ccf"
7- version = " 6.0.22 "
7+ version = " 6.0.23 "
88authors = [
99 {
name =
" CCF Team" ,
email =
" [email protected] " },
1010]
@@ -17,7 +17,7 @@ classifiers = [
1717]
1818dependencies = [
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" ,
You can’t perform that action at this time.
0 commit comments