Merge pull request #544 from subbareddyalamur/main

Add boto3 dependency for AWS Bedrock LLM Provider to pyproject.toml
This commit is contained in:
Rohan Verma 2025-12-09 21:19:52 -08:00 committed by GitHub
commit 74a06b28ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,7 @@ dependencies = [
"redis>=5.2.1", "redis>=5.2.1",
"chonkie[all]>=1.4.0", "chonkie[all]>=1.4.0",
"firecrawl-py>=4.9.0", "firecrawl-py>=4.9.0",
"boto3>=1.35.0"
] ]
[dependency-groups] [dependency-groups]