From 24c6683471bc152aa01bf6e93bcf2d37106ffeb5 Mon Sep 17 00:00:00 2001 From: subbareddyalamur Date: Wed, 10 Dec 2025 10:15:52 +0530 Subject: [PATCH] Add boto3 dependency to pyproject.toml This is required to add AWS Bedrock as LLM Provider --- surfsense_backend/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/surfsense_backend/pyproject.toml b/surfsense_backend/pyproject.toml index 1951afdd0..e6961c2c5 100644 --- a/surfsense_backend/pyproject.toml +++ b/surfsense_backend/pyproject.toml @@ -49,6 +49,7 @@ dependencies = [ "redis>=5.2.1", "chonkie[all]>=1.4.0", "firecrawl-py>=4.9.0", + "boto3>=1.35.0" ] [dependency-groups]