We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea502b commit 970ce7dCopy full SHA for 970ce7d
pyproject.toml
@@ -30,7 +30,7 @@ classifiers = [
30
"Programming Language :: Python :: Implementation :: PyPy",
31
]
32
dependencies = [
33
- "bentoml==1.4.13",
+ "bentoml==1.4.15",
34
"typer",
35
"questionary",
36
"pyaml",
@@ -41,7 +41,7 @@ dependencies = [
41
"dulwich",
42
"tabulate",
43
"uv",
44
- "openai==1.78.0",
+ "openai==1.82.1",
45
"huggingface-hub",
46
"hf-xet",
47
"typing-extensions>=4.12.2",
@@ -85,7 +85,7 @@ Twitter = "https://twitter.com/bentomlai"
85
src-dir = "src/openllm"
86
87
[build-system]
88
-requires = ["hatchling==1.27.0", "hatch-vcs==0.4.0"]
+requires = ["hatchling==1.27.0", "hatch-vcs==0.5.0"]
89
build-backend = 'hatchling.build'
90
91
[dependency-groups]
0 commit comments