MLDeveloper commited on
Commit
a3bcba5
·
verified ·
1 Parent(s): f716166

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -11,7 +11,7 @@ uvicorn==0.24.0
11
  requests==2.31.0
12
 
13
  # ===============================
14
- # Configuration
15
  # ===============================
16
  python-dotenv==1.0.0
17
  pydantic==2.5.0
@@ -21,8 +21,8 @@ pydantic-settings==2.1.0
21
  # Agent / LLM Stack
22
  # ===============================
23
  langchain==0.1.0
24
- langchain-core==0.1.0
25
  langchain-openai==0.0.5
 
26
 
27
  # ===============================
28
  # LLM Providers
@@ -35,6 +35,6 @@ anthropic==0.7.0
35
  sqlalchemy==2.0.23
36
 
37
  # ===============================
38
- # Networking (IMPORTANT)
39
  # ===============================
40
  httpx==0.24.1
 
11
  requests==2.31.0
12
 
13
  # ===============================
14
+ # Config
15
  # ===============================
16
  python-dotenv==1.0.0
17
  pydantic==2.5.0
 
21
  # Agent / LLM Stack
22
  # ===============================
23
  langchain==0.1.0
 
24
  langchain-openai==0.0.5
25
+ # ❌ DO NOT pin langchain-core manually
26
 
27
  # ===============================
28
  # LLM Providers
 
35
  sqlalchemy==2.0.23
36
 
37
  # ===============================
38
+ # Networking
39
  # ===============================
40
  httpx==0.24.1