Skip to content

Commit

Permalink
chore(deps): fix dependabot issues (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
krokoko authored Jun 6, 2024
1 parent 9c8385a commit 696ac3c
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lambda/aws-contentgen-appsync-lambda/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ aws-xray-sdk==2.13.0
fastjsonschema==2.19.1
boto3>=1.28.69
botocore>=1.31.69
requests==2.31.0
requests==2.32.0
requests-aws4auth==1.2.3

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ typing-extensions
aiohttp
boto3>=1.34.66
botocore>=1.34.66
requests==2.31.0
requests==2.32.0
requests-aws4auth==1.2.3
opensearch-py==2.4.2
numpy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fastjsonschema
typing-extensions
boto3>=1.34.29
botocore>=1.34.29
requests==2.31.0
requests==2.32.0
requests-aws4auth==1.2.3
langchain==0.1.11
langchain-community<0.1, >0.0.25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import boto3
from io import BytesIO
from typing import List
from PyPDF2 import PdfReader
from pypdf import PdfReader
from langchain.document_loaders.base import BaseLoader

from aws_lambda_powertools import Logger, Tracer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ aws-xray-sdk==2.12.1
fastjsonschema==2.19.1
typing-extensions==4.7.0
boto3>=1.34.29
requests==2.31.0
requests==2.32.0
langchain==0.1.11
pypdf2==3.0.1
pypdf==4.2.0
Pillow==10.3.0
langchain-community<0.1, >0.0.25
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
from typing import Dict
from aiohttp import ClientError
import boto3
from PyPDF2 import PdfReader
from pypdf import PdfReader
import tempfile
import os

from aws_lambda_powertools import Logger, Tracer
from s3inmemoryloader import S3FileLoaderInMemory

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
redis
pypdf2==3.0.1
pypdf==4.2.0
langchain==0.1.11
urllib3<2
aws-xray-sdk
aws-lambda-powertools
requests==2.31.0
requests==2.32.0
requests-aws4auth==1.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from langchain.document_loaders.base import BaseLoader
from langchain.docstore.document import Document
from langchain.text_splitter import NLTKTextSplitter
from PyPDF2 import PdfReader
from pypdf import PdfReader
from aws_lambda_powertools import Logger, Tracer

logger = Logger(service="SUMMARY_DOCUMENT_READER")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws-lambda-powertools
aws-xray-sdk
boto3>=1.28.61
requests==2.31.0
requests==2.32.0
requests-aws4auth==1.2.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
redis
boto3>=1.34.29
botocore>=1.34.29
requests==2.31.0
requests==2.32.0
requests-aws4auth==1.2.3
langchain==0.1.11
nltk==3.8.1
Expand Down
2 changes: 1 addition & 1 deletion layers/langchain-common-deps/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3>=1.34.29
botocore>=1.34.29
requests==2.31.0
requests==2.32.0
requests-aws4auth==1.2.3
langchain==0.1.11
opensearch-py==2.4.2
Expand Down

0 comments on commit 696ac3c

Please sign in to comment.