diff --git a/pyproject.toml b/pyproject.toml index 4f9521ed0..ae300c59a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "bentoml==1.4.23", + "bentoml==1.4.39", "typer", "questionary", "pyaml", @@ -41,7 +41,7 @@ dependencies = [ "dulwich", "tabulate", "uv", - "openai==1.90.0", + "openai==2.40.0", "huggingface-hub", "hf-xet", "typing-extensions>=4.12.2",