Merge remote-tracking branch 'origin/main' into rm-strong-typing-openapi-gen

This commit is contained in:
Ashwin Bharambe 2025-11-14 10:21:07 -08:00
commit 9381673405
38 changed files with 5203 additions and 68 deletions

View file

@ -51,6 +51,7 @@ dependencies = [
"asyncpg", # for metadata store
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
"pyyaml>=6.0.2",
"starlette>=0.49.1",
]
[project.optional-dependencies]