From 970ce7d3316b3198b8866ffa1d73d316ea31dbd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 14:01:18 -0400 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 3 updates (#1196) Bumps the production-dependencies group with 3 updates in the / directory: [bentoml](https://github.com/bentoml/bentoml), [openai](https://github.com/openai/openai-python) and [hatch-vcs](https://github.com/ofek/hatch-vcs). Updates `bentoml` from 1.4.13 to 1.4.15 - [Release notes](https://github.com/bentoml/bentoml/releases) - [Commits](https://github.com/bentoml/bentoml/compare/v1.4.13...v1.4.15) Updates `openai` from 1.78.0 to 1.82.1 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.78.0...v1.82.1) Updates `hatch-vcs` from 0.4.0 to 0.5.0 - [Release notes](https://github.com/ofek/hatch-vcs/releases) - [Changelog](https://github.com/ofek/hatch-vcs/blob/master/HISTORY.md) - [Commits](https://github.com/ofek/hatch-vcs/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: bentoml dependency-version: 1.4.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: openai dependency-version: 1.82.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: hatch-vcs dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]