Skip to content

Commit 0d1fe20

Browse files
author
fengyikai
committed
- 允许安装 requests 2.20.0 到 3.0.0 之间的任何版本
- 可以自动获取安全补丁和 bug 修复 - 减少与其他包的版本冲突 - 保持向后兼容(避免 3.x 的破坏性更新)
1 parent cdd2b80 commit 0d1fe20

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ksyun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515

1616

17-
__version__ = '1.5.8.18'
17+
__version__ = '1.5.8.19'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
setup(
1414
name='kingsoftcloud-sdk-python',
15-
install_requires=["requests==2.27.1", "requests-aws4auth==1.0.1", "six"],
15+
install_requires=["requests>=2.20.0,<3.0.0", "requests-aws4auth>=1.0.1,<2.0.0", "six"],
1616
version=ksyun.__version__,
1717
description='Kingsoft Cloud SDK for Python',
1818
long_description=open('README.rst').read(),
1919
author='Kingsoft Cloud',
2020
url='https://github.com/ksyun/ksyun-sdk-python',
21-
maintainer_email="liuhuicheng1@kingsoft.com",
21+
maintainer_email="fengyikai@kingsoft.com",
2222
scripts=[],
2323
packages=find_packages(exclude=["tests*"]),
2424
license="Apache License 2.0",

0 commit comments

Comments
 (0)