Skip to content

Commit 970ce7d

Browse files
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](bentoml/BentoML@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](openai/openai-python@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](ofek/hatch-vcs@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fea502b commit 970ce7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: Implementation :: PyPy",
3131
]
3232
dependencies = [
33-
"bentoml==1.4.13",
33+
"bentoml==1.4.15",
3434
"typer",
3535
"questionary",
3636
"pyaml",
@@ -41,7 +41,7 @@ dependencies = [
4141
"dulwich",
4242
"tabulate",
4343
"uv",
44-
"openai==1.78.0",
44+
"openai==1.82.1",
4545
"huggingface-hub",
4646
"hf-xet",
4747
"typing-extensions>=4.12.2",
@@ -85,7 +85,7 @@ Twitter = "https://twitter.com/bentomlai"
8585
src-dir = "src/openllm"
8686

8787
[build-system]
88-
requires = ["hatchling==1.27.0", "hatch-vcs==0.4.0"]
88+
requires = ["hatchling==1.27.0", "hatch-vcs==0.5.0"]
8989
build-backend = 'hatchling.build'
9090

9191
[dependency-groups]

0 commit comments

Comments
 (0)