Skip to content

Commit cd7348e

Browse files
committed
Update to use cryptography 1.8.2
Fixed a compilation bug affecting OpenSSL 1.1.0f
1 parent c83634d commit cd7348e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ecdsa==0.13
2-
cryptography==1.8.1
2+
cryptography==1.8.2

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
__version__ = "1.2.3"
6+
__version__ = "1.2.4"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)