diff --git a/pyproject.toml b/pyproject.toml index 4f9521ed0..91b8724ae 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.24", "typer", "questionary", "pyaml", @@ -41,7 +41,7 @@ dependencies = [ "dulwich", "tabulate", "uv", - "openai==1.90.0", + "openai==1.108.1", "huggingface-hub", "hf-xet", "typing-extensions>=4.12.2",