Skip to content

Commit

Permalink
fix: #421
Browse files Browse the repository at this point in the history
Signed-off-by: yihong0618 <[email protected]>
  • Loading branch information
yihong0618 committed Jan 8, 2024
1 parent e4b30b4 commit fa6b013
Showing 1 changed file with 49 additions and 43 deletions.
92 changes: 49 additions & 43 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,84 +1,90 @@
# This file is @generated by PDM.
# Please do not edit it manually.

aiohttp==3.9.0
aiohttp==3.9.1
aiosignal==1.3.1
annotated-types==0.6.0
anyio==3.7.1
async-timeout==4.0.3
attrs==23.1.0
anyio==4.2.0
async-timeout==4.0.3; python_version < "3.11"
attrs==23.2.0
bardapi==0.1.38
beautifulsoup4==4.12.2
BingImageCreator==0.5.0
bingimagecreator==0.5.0
browser-cookie3==0.19.1
cachetools==5.3.2
certifi==2023.7.22
charset-normalizer==3.3.2
colorama==0.4.6
dataclasses==0.6
dataclasses-json==0.6.1
dataclasses-json==0.6.3
deep-translator==1.11.4
distro==1.8.0
distro==1.9.0
edge-tts==6.1.9
EdgeGPT==0.1.26
exceptiongroup==1.1.3
frozenlist==1.4.0
google-api-core==2.12.0
google-auth==2.23.4
google-cloud-core==2.3.3
google-cloud-translate==3.12.1
edgegpt==0.1.26
exceptiongroup==1.2.0; python_version < "3.11"
frozenlist==1.4.1
google-ai-generativelanguage==0.4.0
google-api-core==2.15.0
google-auth==2.26.1
google-cloud-core==2.4.1
google-cloud-translate==3.14.0
google-generativeai==0.3.2
google-search-results==2.4.2
googleapis-common-protos==1.61.0
grpcio==1.59.2
grpcio-status==1.59.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"
grpcio==1.60.0
grpcio-status==1.60.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
httpcore==1.0.1
httpx==0.25.1
httpcore==1.0.2
httpx==0.26.0
hyperframe==6.0.1
idna==3.4
idna==3.6
jeepney==0.8.0; "bsd" in sys_platform and python_version >= "3.7" or sys_platform == "linux" and python_version >= "3.7"
jsonpatch==1.33
jsonpointer==2.4
langchain==0.0.343
langchain==0.1.0
langchain-community==0.0.9
langchain-core==0.1.7
langdetect==1.0.9
langsmith==0.0.63
lz4==4.3.2
langsmith==0.0.77
lz4==4.3.3
markdown-it-py==3.0.0
marshmallow==3.20.1
mdurl==0.1.2
miservice-fork==2.2.1
multidict==6.0.4
mypy-extensions==1.0.0
numexpr==2.8.6
numpy==1.24.4
openai==1.2.2
numexpr==2.8.8
numpy==1.26.3
openai==1.6.1
packaging==23.2
prompt-toolkit==3.0.39
proto-plus==1.22.3
protobuf==4.25.0
pyasn1==0.5.0
prompt-toolkit==3.0.43
proto-plus==1.23.0
protobuf==4.25.1
pyasn1==0.5.1
pyasn1-modules==0.3.0
pycryptodomex==3.19.0
pydantic==2.4.2
pydantic-core==2.10.1
pygments==2.16.1
PyJWT==2.8.0
PyYAML==6.0.1
regex==2023.10.3
pycryptodomex==3.19.1
pydantic==2.5.3
pydantic-core==2.14.6
pygments==2.17.2
pyjwt==2.8.0
pyyaml==6.0.1
regex==2023.12.25
requests==2.31.0
rich==13.6.0
rich==13.7.0
rsa==4.9
six==1.16.0
sniffio==1.3.0
soupsieve==2.5
SQLAlchemy==2.0.23
sqlalchemy==2.0.25
tenacity==8.2.3
tqdm==4.66.1
typing-extensions==4.8.0
typing-extensions==4.9.0
typing-inspect==0.9.0
urllib3==2.0.7
wcwidth==0.2.9
urllib3==2.1.0
wcwidth==0.2.13
websockets==12.0
yarl==1.9.2
yarl==1.9.4
zhipuai==1.0.7

0 comments on commit fa6b013

Please sign in to comment.