Skip to content

Commit

Permalink
feat(dependency): removed nltk dependency from summarization, dependa…
Browse files Browse the repository at this point in the history
…bot sec vulnerability reported
  • Loading branch information
Dinesh Sajwan committed Jul 4, 2024
1 parent b1205b8 commit ea50a01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import base64
from enum import Enum
import os
import nltk
import boto3
import tempfile
from aws_lambda_powertools import Logger, Tracer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ requests==2.32.0
requests-aws4auth==1.2.3
langchain==0.2.5
langchain-community==0.2.5
nltk==3.8.1
urllib3<2
aws-lambda-powertools
aws-xray-sdk

0 comments on commit ea50a01

Please sign in to comment.