Skip to content

Commit 83eb952

Browse files
committed
Lock 'cryptography' library (<43.0.0) +
v43.0.0 break some code in TGBOX. Will be used 43+ in `tgbox` v1.6 + Bump version to v1.5.1
1 parent 07f37c0 commit 83eb952

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
extras_require = {
4747
'fast': [
48-
'cryptography',
48+
'cryptography<43.0.0',
4949
'cryptg==0.4.0'
5050
],
5151
'doc': [

tgbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.5'
1+
VERSION = '1.5.1'

0 commit comments

Comments
 (0)