Skip to content

Commit a4e4089

Browse files
dineshSajwanDinesh Sajwan
and
Dinesh Sajwan
authored
feat(versionupgrade): bump langchain version from 0.1.14 to 0.1.11 (#310)
Co-authored-by: Dinesh Sajwan <[email protected]>
1 parent 201640b commit a4e4089

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lambda/aws-qa-appsync-opensearch/question_answering/src/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ requests==2.31.0
99
requests-aws4auth==1.2.3
1010
opensearch-py==2.4.2
1111
numpy
12-
langchain==0.1.4
13-
langchain-community==0.0.16
12+
langchain==0.1.11
13+
langchain-community<0.1, >0.0.25
1414
opensearch-py

lambda/aws-rag-appsync-stepfn-opensearch/embeddings_job/src/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ boto3>=1.34.29
66
botocore>=1.34.29
77
requests==2.31.0
88
requests-aws4auth==1.2.3
9-
langchain==0.1.4
10-
langchain-community==0.0.16
9+
langchain==0.1.11
10+
langchain-community<0.1, >0.0.25
1111
opensearch-py==2.4.2
1212
sagemaker
1313
numpy

lambda/aws-rag-appsync-stepfn-opensearch/s3_file_transformer/src/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ fastjsonschema
44
typing-extensions
55
boto3
66
requests
7-
langchain==0.1.4
7+
langchain==0.1.11
88
pypdf2

lambda/aws-summarization-appsync-stepfn/document_reader/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
redis
22
pypdf2
3-
langchain==0.1.4
3+
langchain==0.1.11
44
urllib3<2
55
aws-xray-sdk
66
aws-lambda-powertools

lambda/aws-summarization-appsync-stepfn/summary_generator/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ boto3>=1.34.29
33
botocore>=1.34.29
44
requests==2.31.0
55
requests-aws4auth==1.2.3
6-
langchain==0.1.4
6+
langchain==0.1.11
77
nltk==3.8.1
88
urllib3<2
99
aws-lambda-powertools

0 commit comments

Comments
 (0)