Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"bentoml==1.4.15",
"bentoml==1.4.16",
"typer",
"questionary",
"pyaml",
Expand All @@ -41,7 +41,7 @@ dependencies = [
"dulwich",
"tabulate",
"uv",
"openai==1.84.0",
"openai==1.90.0",
"huggingface-hub",
"hf-xet",
"typing-extensions>=4.12.2",
Expand Down