# Testing requirements for Python SDK observability
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0

# OpenTelemetry for observability testing
opentelemetry-api>=1.20.0
opentelemetry-sdk>=1.20.0
opentelemetry-instrumentation>=0.41b0

# HTTP client for testing
httpx>=0.24.0
requests>=2.31.0

# Async support
aiohttp>=3.8.0

# Data validation
pydantic>=2.0.0

# Time/date utilities
python-dateutil>=2.8.0

# JSON handling
orjson>=3.9.0
