suhail commited on
Commit
7bcaef4
·
1 Parent(s): 59fe2a7
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,22 +1,22 @@
1
- fastapi==0.116.0
2
  sqlmodel==0.0.14
3
- pydantic[email]==2.5.0
4
- pydantic-settings==2.1.0
 
5
  uvicorn[standard]==0.24.0
6
  alembic==1.13.0
7
- psycopg2-binary==2.9.9
8
  python-dotenv==1.0.0
9
  pytest==7.4.3
10
- httpx==0.25.2
11
- PyJWT==2.8.0
12
- passlib[bcrypt]==1.7.4
13
- python-multipart==0.0.6
14
 
15
- # Add this line (or replace if bcrypt is already listed)
16
- bcrypt==4.3.0 # Last stable version before the 5.0 break
 
 
 
17
 
18
  # AI Chatbot dependencies
19
- google-generativeai==0.3.2 # Gemini API client
20
- tiktoken==0.5.2 # Token counting (optional)
21
- mcp==1.20.0 # Official MCP SDK for tool server
22
- cohere==4.37 # Cohere API client (optional provider)
 
1
+ fastapi==0.116.0
2
  sqlmodel==0.0.14
3
+ pydantic>=2.11.0,<3.0.0
4
+ pydantic-settings==2.5.2
5
+
6
  uvicorn[standard]==0.24.0
7
  alembic==1.13.0
8
+ psycopg[binary]==3.2.1
9
  python-dotenv==1.0.0
10
  pytest==7.4.3
 
 
 
 
11
 
12
+ httpx==0.27.2
13
+ PyJWT>=2.10.1,<3.0.0
14
+ passlib[bcrypt]==1.7.4
15
+ python-multipart>=0.0.9
16
+ bcrypt==4.3.0
17
 
18
  # AI Chatbot dependencies
19
+ google-generativeai==0.3.2
20
+ tiktoken==0.5.2
21
+ mcp==1.20.0
22
+ cohere==4.37