chore: remove pyyaml duplication in pyproject

Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
Sébastien Han 2025-11-17 09:42:48 +01:00
parent 97f535c4f1
commit f229ba2d97
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,6 @@ dependencies = [
"aiosqlite>=0.21.0", # server - for metadata store
"asyncpg", # for metadata store
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
"pyyaml>=6.0.2",
"starlette>=0.49.1",
]