Add boto3 dependency to pyproject.toml

This is required to add AWS Bedrock as LLM Provider
This commit is contained in:
subbareddyalamur 2025-12-10 10:15:52 +05:30 committed by GitHub
parent ec7608941f
commit 24c6683471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]