numpy<2.0.0,>=1.24.0
redis>=5.0.0
hnswlib>=0.8.0
sentence-transformers>=2.2.0
faiss-cpu>=1.7.4
PyYAML>=6.0
pydantic>=2.0.0
pydantic-settings>=2.0.0

[all]
llm-cache[dev,graph,openai,qdrant]

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
fakeredis>=2.20.0
black>=23.0.0
ruff>=0.1.0
mypy>=1.7.0
types-redis>=4.6.0
types-PyYAML>=6.0.0

[graph]
neo4j>=5.0.0
networkx>=3.0

[openai]
openai>=1.0.0
tiktoken>=0.5.0

[qdrant]
qdrant-client>=1.7.0
