kalyc commented on a change in pull request #13266: Update Requests version to
2.20.0 to handle security risk
URL: https://github.com/apache/incubator-mxnet/pull/13266#discussion_r234775014
##########
File path: python/setup.py
##########
@@ -30,7 +30,7 @@
else:
from setuptools import setup
from setuptools.extension import Extension
- kwargs = {'install_requires': ['numpy<=1.15.2,>=1.8.2',
'requests<2.19.0,>=2.18.4', 'graphviz<0.9.0,>=0.8.1'], 'zip_safe': False}
+ kwargs = {'install_requires': ['numpy<=1.15.2,>=1.8.2',
'requests>=2.20.0', 'graphviz<0.9.0,>=0.8.1'], 'zip_safe': False}
Review comment:
Done @szha
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services