Spaces:
Sleeping
Sleeping
Commit ·
b899500
1
Parent(s): 668eeb0
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -29,9 +29,10 @@ google-generativeai>=0.8.0
|
|
| 29 |
litellm>=1.0.0
|
| 30 |
|
| 31 |
# AWS Bedrock + LangChain (for fallback system)
|
| 32 |
-
|
| 33 |
-
langchain
|
| 34 |
-
langchain-
|
| 35 |
-
langchain-
|
|
|
|
| 36 |
boto3>=1.34.0
|
| 37 |
botocore>=1.34.0
|
|
|
|
| 29 |
litellm>=1.0.0
|
| 30 |
|
| 31 |
# AWS Bedrock + LangChain (for fallback system)
|
| 32 |
+
# Using 0.2.x for AgentExecutor compatibility
|
| 33 |
+
langchain==0.2.16
|
| 34 |
+
langchain-aws==0.1.17
|
| 35 |
+
langchain-core==0.2.38
|
| 36 |
+
langchain-community==0.2.16
|
| 37 |
boto3>=1.34.0
|
| 38 |
botocore>=1.34.0
|