# Core dependencies
httpx>=0.28.1  # HTTP client for async/sync requests
pydantic>=2.11.4  # Data validation and settings management
typing-extensions>=4.13.2  # Backported typing features
python-dateutil>=2.9.0  # Date/time utilities

# Authentication
Authlib>=1.5.2  # OAuth2 client library

# Development dependencies
ruff>=0.11.10  # Fast Python linter
pytest>=8.0.0  # Testing framework
pytest-asyncio>=0.23.5  # Async test support
pytest-cov>=4.1.0  # Test coverage
