# Temporal worker dependencies
temporalio>=1.5.0
pydantic>=2.0.0

# Storage (MinIO/S3)
boto3>=1.34.0

# Configuration
pyyaml>=6.0.0

# HTTP Client (for real-time stats reporting)
httpx>=0.27.0

# A2A Agent Communication (for LLM-based secret detection)
a2a-sdk[all]>=0.1.0
