Skip to content

Commit 3d3dae3

Browse files
committed
修正版本兼容性问题
1 parent 40493af commit 3d3dae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# For a discussion on single-sourcing the version across setup.py and the
3838
# project code, see
3939
# https://packaging.python.org/en/latest/single_source_version.html
40-
version='1.2', # Required. eg. 1.2.3
40+
version='1.3', # Required. eg. 1.2.3
4141

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

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

0 commit comments

Comments
 (0)