Skip to content

Commit accb2da

Browse files
author
yuniszhang
committed
解决certifi新版本不支持python2的问题
1 parent 61610c7 commit accb2da

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

qcloud_cos/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.1.9.17'
1+
__version__ = '5.1.9.18'

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
certifi<=2021.10.8;python_version<'3.0' # certifi新版本不支持python2,这里需要使用低版本
12
requests>=2.8
23
dicttoxml
34
six

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def long_description():
1616

1717
setup(
1818
name='cos-python-sdk-v5',
19-
version='1.9.17',
19+
version='1.9.18',
2020
url='https://www.qcloud.com/',
2121
license='MIT',
2222
author='tiedu, lewzylu, channingliu',

0 commit comments

Comments
 (0)