Skip to content

Commit

Permalink
1.7.0+fs7
Browse files Browse the repository at this point in the history
Includes pinning to single version of requests.

Very unfortunate since this will force us to upgrade pants
for any loosely-configured consumer of requests.

But the cryptography stack is basicallt broken for our version
of Python,pex and pip.

Unwinding that is a backbreaker, should be sometime in 2021
and I hate to think of it
  • Loading branch information
mateor committed Feb 15, 2021
1 parent 1bb56b4 commit f0627cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ pystache==0.5.3
pytest-cov>=2.5,<2.6
pytest>=3.4,<4.0
pywatchman==1.4.1
requests<=2.23.0 # Removed [security] set, the unpinned cryptography is unbuildable for python2.7
requests==2.24.0 # Pants must match version.
requests_futures>=0.9.4,<0.10
scandir==1.2
setproctitle==1.1.10
setuptools==30.0.0
subprocess32==3.2.7
six>=1.9.0,<2
thrift>=0.9.1
urllib3<1.24,>=1.21.1
urllib3<1.26,>=1.20
wheel==0.29.0
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0+fs6
1.7.0+fs7

0 comments on commit f0627cf

Please sign in to comment.