mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-24 00:24:41 -04:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user