Skip to content

Commit 873d5fd

Browse files
authored
chore(deps): update langchain community and langchain(#512)
* chore(deps): update langchain community and langchain
1 parent 5c14754 commit 873d5fd

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ requests==2.32.0
99
requests-aws4auth==1.2.3
1010
opensearch-py==2.4.2
1111
numpy
12-
langchain==0.2.3
13-
langchain-community==0.2.4
12+
langchain==0.2.5
13+
langchain-community==0.2.5

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.32.0
88
requests-aws4auth==1.2.3
9-
langchain==0.2.3
10-
langchain-community==0.2.4
9+
langchain==0.2.5
10+
langchain-community==0.2.5
1111
opensearch-py==2.4.2
1212
sagemaker
1313
numpy

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ fastjsonschema==2.19.1
44
typing-extensions==4.7.0
55
boto3>=1.34.29
66
requests==2.32.0
7-
langchain==0.2.3
7+
langchain==0.2.5
88
pypdf==4.2.0
99
Pillow==10.3.0
10-
langchain-community==0.2.4
10+
langchain-community==0.2.5

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
redis
22
pypdf==4.2.0
3-
langchain==0.2.3
4-
langchain-community==0.2.4
3+
langchain==0.2.5
4+
langchain-community==0.2.5
55
urllib3<2
66
aws-xray-sdk
77
aws-lambda-powertools

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ boto3>=1.34.29
33
botocore>=1.34.29
44
requests==2.32.0
55
requests-aws4auth==1.2.3
6-
langchain==0.2.3
7-
langchain-community==0.2.4
6+
langchain==0.2.5
7+
langchain-community==0.2.5
88
nltk==3.8.1
99
urllib3<2
1010
aws-lambda-powertools

layers/langchain-common-deps/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ boto3>=1.34.29
22
botocore>=1.34.29
33
requests==2.32.0
44
requests-aws4auth==1.2.3
5-
langchain==0.2.3
5+
langchain==0.2.5
66
opensearch-py==2.4.2
77
openai==1.10.0

0 commit comments

Comments
 (0)