Skip to content

Commit bcd3ca9

Browse files
authored
Merge pull request #75 from moserda/main
Bump langchain python packages
2 parents 1526a9e + 5708298 commit bcd3ca9

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
boto3
22
botocore
33
faiss-cpu==1.7.4
4-
langchain==0.3.0
5-
langchain-community==0.2.19
6-
langchain-aws==0.1.13
4+
langchain==0.3.21
5+
langchain-community==0.3.20
6+
langchain-aws==0.2.17
77
pypdf==3.17.0
88
urllib3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
boto3
22
botocore
3-
faiss-cpu
4-
langchain==0.2.12
5-
langchain-community==0.2.10
6-
langchain-aws==0.1.13
3+
faiss-cpu==1.7.4
4+
langchain==0.3.21
5+
langchain-community==0.3.20
6+
langchain-aws==0.2.17
77
urllib3

backend/template.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Globals:
1616
Variables:
1717
LOG_LEVEL: INFO
1818
Layers:
19-
- !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV2-Arm64:51
19+
- !Sub arn:aws:lambda:${AWS::Region}:017000801446:layer:AWSLambdaPowertoolsPythonV3-python311-arm64:7
2020

2121
Parameters:
2222
Frontend:
@@ -420,6 +420,7 @@ Resources:
420420
BranchName: main
421421
AppId: !GetAtt AmplifyApp.AppId
422422
EnableAutoBuild: true
423+
Stage: PRODUCTION
423424

424425
Outputs:
425426
CognitoUserPool:

0 commit comments

Comments
 (0)