pydantic>=2.0.0

[all]
asyncpg>=0.29.0
prometheus-client>=0.19.0
cryptography>=41.0.0
langchain>=0.1.0
langchain-core>=0.1.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.0.0
ruff>=0.1.0

[langchain]
langchain>=0.1.0
langchain-core>=0.1.0

[postgresql]
asyncpg>=0.29.0

[prometheus]
prometheus-client>=0.19.0
