Skip to content

Commit

Permalink
1. Fix the bug 'ThreadWithReturnValue' object has no attribute '_return'
Browse files Browse the repository at this point in the history
2. upgrade python telegram bot version to 20.6
  • Loading branch information
yym68686 committed Nov 22, 2023
1 parent 9ccc598 commit 6fcc5c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--index-url https://pypi.python.org/simple/
tiktoken
requests
python-telegram-bot[webhook,rate-limiter]==20.4
python-telegram-bot[webhook,rate-limiter]==20.6

# langchain
chromadb
Expand All @@ -10,7 +10,8 @@ fake_useragent
openai==0.28.1
google-api-python-client
unstructured[md,pdf]
duckduckgo-search==3.8.5
duckduckgo-search==3.9.6
# duckduckgo-search==3.8.5
langchain==0.0.271
oauth2client==3.0.0
# oauth2client==3.0.0
g4f==0.1.8.8

0 comments on commit 6fcc5c4

Please sign in to comment.