Skip to content

Commit 378d656

Browse files
chore(deps): bump the production-dependencies group with 2 updates (#1187)
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.11 to 1.4.12 - [Release notes](https://github.com/bentoml/bentoml/releases) - [Commits](bentoml/BentoML@v1.4.11...v1.4.12) Updates `openai` from 1.76.0 to 1.77.0 - [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.76.0...v1.77.0) --- updated-dependencies: - dependency-name: bentoml dependency-version: 1.4.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: openai dependency-version: 1.77.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 e167158 commit 378d656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 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.11",
33+
"bentoml==1.4.12",
3434
"typer",
3535
"questionary",
3636
"pyaml",
@@ -41,7 +41,7 @@ dependencies = [
4141
"dulwich",
4242
"tabulate",
4343
"uv",
44-
"openai==1.76.0",
44+
"openai==1.77.0",
4545
"huggingface-hub",
4646
"hf-xet",
4747
"typing-extensions>=4.12.2",

0 commit comments

Comments
 (0)