# Skills API Lambda Dependencies

# FastAPI framework
fastapi==0.135.2

# ASGI adapter for AWS Lambda
mangum==0.21.0

# Pydantic for data validation
pydantic==2.12.5

# AWS SDK for Python (DynamoDB)
boto3==1.42.78

# ULID for unique identifiers
ulid-py==1.1.0
