Skip to content

Commit

Permalink
pin cryptography lib to 2.7 (#8515)
Browse files Browse the repository at this point in the history
### Problem

Cryptography==2.8 is a transient dep of requests and pyopenssl. Pip resolves a manylinux2010 whl from pypi which breaks the pants.pex build in the release script. Probably fixed by pex-tool/pex#778

### Solution

pin to last working version

### Result
 
unblocks release
  • Loading branch information
Henry Fuller authored and wisechengyi committed Oct 21, 2019
1 parent 2710a7f commit b23efc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ beautifulsoup4>=4.6.0,<4.7
cffi==1.12.3
contextlib2==0.5.5
coverage>=4.5,<4.6
# TODO remove this pin once we resolve https://github.com/pantsbuild/pants/issues/8502
cryptography==2.7
dataclasses==0.6
docutils==0.14
fasteners==0.14.1
Expand Down

0 comments on commit b23efc4

Please sign in to comment.