Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bentoml/OpenLLM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.9
Choose a base ref
...
head repository: bentoml/OpenLLM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.10
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 19, 2024

  1. chore(deps): bump openai from 1.38.0 to 1.41.0 (#1065)

    * chore(deps): bump openai from 1.38.0 to 1.41.0
    
    Bumps [openai](https://github.com/openai/openai-python) from 1.38.0 to 1.41.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.38.0...v1.41.0)
    
    ---
    updated-dependencies:
    - dependency-name: openai
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    dependabot[bot] and pre-commit-ci[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    501fe75 View commit details
    Browse the repository at this point in the history
  2. ci: pre-commit autoupdate [pre-commit.ci] (#1061)

    * ci: pre-commit autoupdate [pre-commit.ci]
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.5.7](astral-sh/ruff-pre-commit@v0.5.6...v0.5.7)
    
    * ci: auto fixes from pre-commit.ci
    
    For more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3e5b91d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#1060)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@89ef406...834a144)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    81d2f8d View commit details
    Browse the repository at this point in the history
  4. fix(cloud): respect user-set BENTOML_HOME (#1067)

    Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
    aarnphm authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    308c63b View commit details
    Browse the repository at this point in the history
  5. ci: pre-commit autoupdate [pre-commit.ci] (#1066)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.7...v0.6.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c10cf12 View commit details
    Browse the repository at this point in the history
Loading