# Core dependencies
wrapt>=1.14.0
python-dotenv>=1.0.0

# OpenAI SDK for testing
openai>=1.0.0

# Testing dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0

# Optional telemetry dependencies
grpcio>=1.50.0
opentelemetry-api>=1.20.0
opentelemetry-sdk>=1.20.0
opentelemetry-exporter-otlp>=1.20.0

# Development dependencies
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
isort>=5.12.0

# Additional testing utilities
requests>=2.28.0
aiohttp>=3.8.0