qdrant-client>=1.7.0
pydantic>=2.0.0
typing-extensions>=4.0.0

[all-providers]
openai>=1.0.0
cohere>=4.0.0
mistralai>=0.0.7
huggingface-hub>=0.17.0
requests>=2.31.0

[cohere]
cohere>=4.0.0

[dev]
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0
ruff>=0.1.0
twine>=6.1.0

[huggingface]
huggingface-hub>=0.17.0
requests>=2.31.0

[mistral]
mistralai>=0.0.7

[openai]
openai>=1.0.0

[test]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
python-dotenv>=1.0.0
