Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
boto3
botocore
awscli
opensearch-py
requests-aws4auth
pyyaml
retrying
strands-agents
# Core AWS packages
boto3>=1.35.0
botocore>=1.35.0
awscli>=1.40.0

# Search and authentication
opensearch-py>=2.0.0
requests-aws4auth>=1.3.0

# Utilities
pyyaml>=6.0
retrying>=1.3.0

# Strands packages
strands-agents>=1.5.0
strands-agents-tools>=0.2.3
langfuse
ragas
langchain-aws
pandas
datasets>=4.0.0

# Observability and evaluation
langfuse>=3.0.0
ragas>=0.3.0
langchain-aws>=0.2.0

# Data processing
pandas>=2.0.0

# Fix pyarrow compatibility with older datasets
pyarrow>=15.0.0,<21.0.0