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/BentoML
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.13
Choose a base ref
...
head repository: bentoml/BentoML
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.14
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    0f207f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. fix: read stream before accessing response.text (#5091)

    * fix: read stream before accessing response.text
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6c3e00e View commit details
    Browse the repository at this point in the history
  2. fix: set manifest.dev for bare bento upload (#5092)

    * fix: set manifest.dev for bare bento upload
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9cfcf72 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix: pin pydantic to < 2.10 and restore cwd when building bento (#5093)

    * fix: set standalone_build to False to allow build many times
    
    Signed-off-by: Frost Ming <[email protected]>
    
    * fix: pin pydantic < 2.10
    
    Signed-off-by: Frost Ming <[email protected]>
    
    * fix: deps
    
    Signed-off-by: Frost Ming <[email protected]>
    
    ---------
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    eb15e32 View commit details
    Browse the repository at this point in the history
Loading