Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cdk/lambda/llmAnalysisFunction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --output-file=./llmAnalysisFunction/requirements.txt ./llmAnalysisFunction/requirements.in
#
boto3==1.39.14
# via -r ./llmAnalysisFunction/requirements.in
# via -r requirements.in
botocore==1.39.14
# via
# boto3
Expand All @@ -25,7 +25,7 @@ jmespath==1.0.1
# boto3
# botocore
opensearch-py==3.0.0
# via -r ./llmAnalysisFunction/requirements.in
# via -r requirements.in
python-dateutil==2.9.0.post0
# via
# botocore
Expand All @@ -36,7 +36,7 @@ s3transfer==0.13.1
# via boto3
six==1.17.0
# via python-dateutil
urllib3==2.5.0
urllib3==2.6.0
# via
# botocore
# opensearch-py
Expand Down