pydantic>=2.7.0
cryptography>=42.0.0
fastapi>=0.110.0
uvicorn>=0.28.0

[dev]
pytest>=8.2.0
ruff>=0.5.0

[postgres]
pgvector>=0.2.5
psycopg2-binary>=2.9.9
sqlalchemy>=2.0.0

[yaml]
pyyaml>=6.0.1
