ItsCxdy commited on
Commit
62acaa1
·
verified ·
1 Parent(s): a573be2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
- python-telegram-bot==20.7
2
- httpx==0.25.2
3
 
4
  # LangChain libraries (compatible set)
5
- langchain==0.3.0
6
- langchain-community==0.3.0
7
- langchain-huggingface==0.3.0
8
 
9
- chromadb==0.5.3
10
- sentence-transformers==3.0.1
11
- huggingface-hub==0.23.2
12
 
13
- python-dotenv==1.0.1
14
- requests==2.32.3
15
- typing-extensions==4.12.2
16
- pydantic==2.8.2
 
1
+ python-telegram-bot
2
+ httpx
3
 
4
  # LangChain libraries (compatible set)
5
+ langchain
6
+ langchain-community
7
+ langchain-huggingface
8
 
9
+ chromadb
10
+ sentence-transformers
11
+ huggingface-hub
12
 
13
+ python-dotenv
14
+ requests
15
+ typing-extensions
16
+ pydantic