Skip to content

Commit 0128eff

Browse files
lesebashwinb
andauthored
chore: remove pyyaml and starlette duplication in pyproject (#4172)
Signed-off-by: Sébastien Han <seb@redhat.com> Co-authored-by: Ashwin Bharambe <ashwin.bharambe@gmail.com>
1 parent f648cac commit 0128eff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies = [
3838
"pyjwt[crypto]>=2.10.0", # Pull crypto to support RS256 for jwt. Requires 2.10.0+ for ssl_context support.
3939
"pydantic>=2.11.9",
4040
"rich",
41-
"starlette",
4241
"termcolor",
4342
"tiktoken",
4443
"pillow",
@@ -50,7 +49,6 @@ dependencies = [
5049
"aiosqlite>=0.21.0", # server - for metadata store
5150
"asyncpg", # for metadata store
5251
"sqlalchemy[asyncio]>=2.0.41", # server - for conversations
53-
"pyyaml>=6.0.2",
5452
"starlette>=0.49.1",
5553
]
5654

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)