diff --git a/pyproject.toml b/pyproject.toml index f49a851f..d7e29a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "bentoml==1.4.13", + "bentoml==1.4.15", "typer", "questionary", "pyaml", @@ -41,7 +41,7 @@ dependencies = [ "dulwich", "tabulate", "uv", - "openai==1.78.0", + "openai==1.82.1", "huggingface-hub", "hf-xet", "typing-extensions>=4.12.2", @@ -85,7 +85,7 @@ Twitter = "https://twitter.com/bentomlai" src-dir = "src/openllm" [build-system] -requires = ["hatchling==1.27.0", "hatch-vcs==0.4.0"] +requires = ["hatchling==1.27.0", "hatch-vcs==0.5.0"] build-backend = 'hatchling.build' [dependency-groups]