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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-03 14:01:18 -04:00
committed by GitHub
parent fea502b218
commit 970ce7d331

View File

@@ -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]