fastapi==0.115.6
uvicorn[standard]==0.32.1
httpx==0.27.2
pydantic==2.9.2
sqlalchemy[asyncio]==2.0.36
asyncpg==0.29.*

# Phase 4.5 — fire-and-forget AgentLLMCallEvent emission to the global
# lineage_events Kafka topic. Sync producer running in a background
# thread; we never call flush/get so the hot path stays async-clean.
kafka-python-ng==2.2.3
