Skip to content

Commit b08aa86

Browse files
committed
v2.0 修正 openai 代理异常问题
1 parent abddc3c commit b08aa86

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.9', # Required. eg. 1.2.3
40+
version='2.0', # 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==1.42.0', 'tencentcloud-sdk-python==3.0.681'], # Optional
146+
install_requires=['py-color-log>=1.0.4', 'requests>=2.22.0', 'openai==1.42.0', 'httpx==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)