mirror of
https://github.com/yihong0618/xiaogpt.git
synced 2026-01-12 00:04:09 +08:00
fix: update another requirements
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
# Please do not edit it manually.
|
||||
|
||||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.12.11
|
||||
aiosignal==1.3.1
|
||||
aiohttp==3.12.15
|
||||
aiosignal==1.4.0
|
||||
annotated-types==0.6.0
|
||||
anyio==4.3.0
|
||||
async-timeout==4.0.3; python_version < "3.11"
|
||||
@@ -12,11 +12,12 @@ azure-cognitiveservices-speech==1.37.0
|
||||
beautifulsoup4==4.13.4
|
||||
cachetools==5.3.2
|
||||
certifi==2024.2.2
|
||||
cffi==1.17.1; platform_python_implementation == "PyPy"
|
||||
cffi==1.17.1
|
||||
charset-normalizer==3.3.2
|
||||
click==8.1.7
|
||||
colorama==0.4.6; platform_system == "Windows"
|
||||
dashscope==1.23.4
|
||||
cryptography==43.0.3
|
||||
dashscope==1.24.1
|
||||
dataclasses-json==0.6.3
|
||||
distro==1.9.0
|
||||
edge-tts==6.1.10
|
||||
@@ -32,10 +33,10 @@ google-generativeai==0.8.5
|
||||
google-search-results==2.4.2
|
||||
googleapis-common-protos==1.62.0
|
||||
greenlet==3.0.3; platform_machine == "win32" or platform_machine == "WIN32" or platform_machine == "AMD64" or platform_machine == "amd64" or platform_machine == "x86_64" or platform_machine == "ppc64le" or platform_machine == "aarch64"
|
||||
groq==0.26.0
|
||||
groq==0.31.0
|
||||
grpcio==1.60.0
|
||||
grpcio-status==1.60.0
|
||||
h11==0.16.0
|
||||
h11==0.14.0
|
||||
httpcore==1.0.5
|
||||
httplib2==0.22.0
|
||||
httpx-sse==0.4.0
|
||||
@@ -45,10 +46,10 @@ idna==3.7
|
||||
jiter==0.5.0
|
||||
jsonpatch==1.33
|
||||
jsonpointer==2.4
|
||||
langchain==0.3.25
|
||||
langchain-community==0.3.24
|
||||
langchain-core==0.3.64
|
||||
langchain-text-splitters==0.3.8
|
||||
langchain==0.3.27
|
||||
langchain-community==0.3.27
|
||||
langchain-core==0.3.74
|
||||
langchain-text-splitters==0.3.9
|
||||
langsmith==0.3.45
|
||||
lingua-language-detector==2.0.2; python_version < "3.13"
|
||||
markdown-it-py==3.0.0
|
||||
@@ -60,7 +61,7 @@ mutagen==1.47.0
|
||||
mypy-extensions==1.0.0
|
||||
numexpr==2.10.2
|
||||
numpy==1.26.3
|
||||
openai==1.85.0
|
||||
openai==1.99.6
|
||||
orjson==3.10.0; platform_python_implementation != "PyPy"
|
||||
ormsgpack==1.5.0
|
||||
packaging==23.2
|
||||
@@ -69,7 +70,7 @@ proto-plus==1.26.1
|
||||
protobuf==4.25.1
|
||||
pyasn1==0.5.1
|
||||
pyasn1-modules==0.3.0
|
||||
pycparser==2.22; platform_python_implementation == "PyPy"
|
||||
pycparser==2.22
|
||||
pydantic==2.8.2
|
||||
pydantic-core==2.20.1
|
||||
pydantic-settings==2.5.2
|
||||
@@ -81,7 +82,7 @@ python-dotenv==1.0.1
|
||||
pyyaml==6.0.2
|
||||
requests==2.31.0
|
||||
requests-toolbelt==1.0.0
|
||||
rich==14.0.0
|
||||
rich==14.1.0
|
||||
rsa==4.9
|
||||
setuptools==78.1.1
|
||||
six==1.17.0
|
||||
@@ -96,10 +97,10 @@ typing-extensions==4.12.2
|
||||
typing-inspect==0.9.0
|
||||
uritemplate==4.1.1
|
||||
urllib3==2.1.0
|
||||
volcengine-python-sdk==3.0.10
|
||||
volcengine-python-sdk==4.0.10
|
||||
websocket-client==1.8.0
|
||||
wsproto==1.2.0
|
||||
yarl==1.20.0
|
||||
zhipuai==2.1.5.20250526
|
||||
zhipuai==2.1.5.20250801
|
||||
zstandard==0.23.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user