chore(deps): bump the production-dependencies group with 2 updates (#1190)

Bumps the production-dependencies group with 2 updates: [bentoml](https://github.com/bentoml/bentoml) and [openai](https://github.com/openai/openai-python).


Updates `bentoml` from 1.4.12 to 1.4.13
- [Release notes](https://github.com/bentoml/bentoml/releases)
- [Commits](https://github.com/bentoml/bentoml/compare/v1.4.12...v1.4.13)

Updates `openai` from 1.77.0 to 1.78.0
- [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.77.0...v1.78.0)

---
updated-dependencies:
- dependency-name: bentoml
  dependency-version: 1.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 1.78.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-05-12 19:11:31 -04:00
committed by GitHub
parent 217a6caa49
commit 08f15b956c

View File

@@ -30,7 +30,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"bentoml==1.4.12",
"bentoml==1.4.13",
"typer",
"questionary",
"pyaml",
@@ -41,7 +41,7 @@ dependencies = [
"dulwich",
"tabulate",
"uv",
"openai==1.77.0",
"openai==1.78.0",
"huggingface-hub",
"hf-xet",
"typing-extensions>=4.12.2",