Skip to content

Commit

Permalink
psf/requests#6432 fix urllib3 error (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
HS-Gray authored May 10, 2023
1 parent 657bfb9 commit c437a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='tencentcloud-sdk-python',
install_requires=["requests>=2.27.0"],
install_requires=["requests>=2.27.0,<=2.28.0"],
version=tencentcloud.__version__,
description='Tencent Cloud SDK for Python',
long_description=open('README.rst').read(),
Expand Down

0 comments on commit c437a98

Please sign in to comment.