Skip to content

Commit

Permalink
Bump cdk and langchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
bigadsoleiman committed Feb 8, 2024
1 parent 86342eb commit d12a7d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ SOFTWARE.

The following Python packages may be included in this product:

- langchain==0.0.331
- langchain==0.1.5

These packages each contain the following license and notice below:

Expand Down
2 changes: 1 addition & 1 deletion lib/shared/file-import-batch-job/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy==1.26.0
cfnresponse==1.1.2
aws_requests_auth==0.4.3
requests-aws4auth==1.2.3
langchain==0.0.331
langchain==0.1.5
opensearch-py==2.3.1
psycopg2-binary==2.9.7
pgvector==0.2.2
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/layers/common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy==1.26.0
cfnresponse==1.1.2
aws_requests_auth==0.4.3
requests-aws4auth==1.2.3
langchain==0.0.331
langchain==0.1.5
opensearch-py==2.3.1
psycopg2-binary==2.9.7
pgvector==0.2.2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "20.1.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"aws-cdk": "2.125.0",
"aws-cdk": "2.126.0",
"eslint": "^8.45.0",
"graphql": "^16.8.1",
"prettier": "^3.0.3",
Expand All @@ -42,7 +42,7 @@
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "^2.114.1-alpha.0",
"@aws-cdk/aws-cognito-identitypool-alpha": "^2.114.1-alpha.0",
"@cdklabs/generative-ai-cdk-constructs": "^0.1.50",
"aws-cdk-lib": "2.125.0",
"aws-cdk-lib": "2.126.0",
"cdk-nag": "2.27.170",
"commander": "^11.0.0",
"constructs": "^10.0.0",
Expand Down

0 comments on commit d12a7d7

Please sign in to comment.