# Skills API Lambda Dependencies

# FastAPI framework
fastapi==0.136.1

# ASGI adapter for AWS Lambda
mangum==0.21.0

# Pydantic for data validation
pydantic==2.13.4

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

# ULID for unique identifiers
ulid-py==1.1.0
