Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps the production-dependencies group with 2 updates in the / directory: bentoml and openai.

Updates bentoml from 1.4.23 to 1.4.24

Release notes

Sourced from bentoml's releases.

v1.4.24

What's Changed

New Contributors

Full Changelog: bentoml/BentoML@v1.4.23...v1.4.24

Commits
  • 34e4086 feat: enforce requirement for at least one dependency attribute in Dependency...
  • fae85d2 docs: Add traffic config ref link (#5471)
  • 101270a feat: implement reverse proxy for custom command services (#5465)
  • 552df78 feat: Allow bento description to be passed to service decorator (#5470)
  • 8a8e573 docs: Add split staging and prod doc (#5463)
  • 18ba360 feat: Adding label as cli command for cloud deployment (#5467)
  • 3d0d527 fix: adding build args option to apply cli command (#5468)
  • 3c08403 fix: replace questionary with rich-toolkit (#5460)
  • 822bd80 chore(deps): bump actions/setup-python from 5 to 6 (#5462)
  • 772422a fix: use abspath instead of realpath in safe_extract_tarfile function (#5461)
  • Additional commits viewable in compare view

Updates openai from 1.90.0 to 1.108.1

Release notes

Sourced from openai's releases.

v1.108.1

1.108.1 (2025-09-19)

Full Changelog: v1.108.0...v1.108.1

Features

  • api: add reasoning_text (18d8e12)

Chores

  • types: change optional parameter type from NotGiven to Omit (acc190a)

v1.108.0

1.108.0 (2025-09-17)

Full Changelog: v1.107.3...v1.108.0

Features

  • api: type updates for conversations, reasoning_effort and results for evals (c2ee28c)

Chores

  • internal: update pydantic dependency (369d10a)

v1.107.3

1.107.3 (2025-09-15)

Full Changelog: v1.107.2...v1.107.3

Chores

  • api: docs and spec refactoring (9bab5da)
  • tests: simplify get_platform test (0b1f6a2)

v1.107.2

1.107.2 (2025-09-12)

Full Changelog: v1.107.1...v1.107.2

Chores

  • api: Minor docs and type updates for realtime (ab6a10d)
  • tests: simplify get_platform test (01f03e0)

v1.107.1

1.107.1 (2025-09-10)

... (truncated)

Changelog

Sourced from openai's changelog.

1.108.1 (2025-09-19)

Full Changelog: v1.108.0...v1.108.1

Features

  • api: add reasoning_text (18d8e12)

Chores

  • types: change optional parameter type from NotGiven to Omit (acc190a)

1.108.0 (2025-09-17)

Full Changelog: v1.107.3...v1.108.0

Features

  • api: type updates for conversations, reasoning_effort and results for evals (c2ee28c)

Chores

  • internal: update pydantic dependency (369d10a)

1.107.3 (2025-09-15)

Full Changelog: v1.107.2...v1.107.3

Chores

  • api: docs and spec refactoring (9bab5da)
  • tests: simplify get_platform test (0b1f6a2)

1.107.2 (2025-09-12)

Full Changelog: v1.107.1...v1.107.2

Chores

  • api: Minor docs and type updates for realtime (ab6a10d)
  • tests: simplify get_platform test (01f03e0)

1.107.1 (2025-09-10)

Full Changelog: v1.107.0...v1.107.1

Chores

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 2 updates

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


Updates `bentoml` from 1.4.23 to 1.4.24
- [Release notes](https://github.com/bentoml/bentoml/releases)
- [Commits](bentoml/BentoML@v1.4.23...v1.4.24)

Updates `openai` from 1.90.0 to 1.108.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.90.0...v1.108.1)

---
updated-dependencies:
- dependency-name: bentoml
  dependency-version: 1.4.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: openai
  dependency-version: 1.108.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 22, 2025
@dependabot dependabot bot requested a review from aarnphm as a code owner September 22, 2025 07:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 22, 2025
@github-actions github-actions bot enabled auto-merge (squash) September 22, 2025 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants