Skip to content

Commit

Permalink
修正版本兼容性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy289065406 committed Nov 8, 2023
1 parent 40493af commit 3d3dae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2', # Required. eg. 1.2.3
version='1.3', # Required. eg. 1.2.3

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -143,7 +143,7 @@
#
# For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['py-color-log>=1.0.4', 'requests>=2.22.0', 'openai>=0.27.2', 'tencentcloud-sdk-python==3.0.681'], # Optional
install_requires=['py-color-log>=1.0.4', 'requests>=2.22.0', 'openai==0.27.2', 'tencentcloud-sdk-python==3.0.681'], # Optional

# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand Down

0 comments on commit 3d3dae3

Please sign in to comment.