Bentoml

Latest version: v1.3.14

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 25

1.3.14

What's Changed
* docs: update `buf.yaml` reference by emmanuel-ferdman in https://github.com/bentoml/BentoML/pull/5090
* fix: read stream before accessing response.text by frostming in https://github.com/bentoml/BentoML/pull/5091
* fix: set manifest.dev for bare bento upload by frostming in https://github.com/bentoml/BentoML/pull/5092
* fix: pin pydantic to < 2.10 and restore cwd when building bento by frostming in https://github.com/bentoml/BentoML/pull/5093

New Contributors
* emmanuel-ferdman made their first contribution in https://github.com/bentoml/BentoML/pull/5090

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.13...v1.3.14

1.3.13

What's Changed
* fix: build git repo with uv by frostming in https://github.com/bentoml/BentoML/pull/5085
* fix: use the model_id in bento by frostming in https://github.com/bentoml/BentoML/pull/5087
* fix: create dir before move by frostming in https://github.com/bentoml/BentoML/pull/5088


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.12...v1.3.13

1.3.12

What's Changed
* fix: correct file response for internal service calling by frostming in https://github.com/bentoml/BentoML/pull/5071
* docs: Add explanations for model loading acceleration by Sherlock113 in https://github.com/bentoml/BentoML/pull/5066
* docs: Refactor examples by Sherlock113 in https://github.com/bentoml/BentoML/pull/5065
* docs: Update codespaces desc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5072
* fix: don't ignore empty dirs when unpacking model and bento by frostming in https://github.com/bentoml/BentoML/pull/5073
* docs: Remove dead link by Sherlock113 in https://github.com/bentoml/BentoML/pull/5075
* docs: Add doc canonical link by Sherlock113 in https://github.com/bentoml/BentoML/pull/5076
* doc: add comfyui example by ssheng in https://github.com/bentoml/BentoML/pull/5077
* doc: update comfyui to include export instructions by ssheng in https://github.com/bentoml/BentoML/pull/5078
* doc: update diffusion models to include comfyui by ssheng in https://github.com/bentoml/BentoML/pull/5079
* docs: Update examples index by Sherlock113 in https://github.com/bentoml/BentoML/pull/5080
* fix: move monitoring project to tests folder by frostming in https://github.com/bentoml/BentoML/pull/5081
* docs: Update example list by Sherlock113 in https://github.com/bentoml/BentoML/pull/5083
* fix: check dependency close method (5082) by yxtay in https://github.com/bentoml/BentoML/pull/5084
* fix: empty doc for bare built bento by xianml in https://github.com/bentoml/BentoML/pull/5086

New Contributors
* yxtay made their first contribution in https://github.com/bentoml/BentoML/pull/5084

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.11...v1.3.12

1.3.11

What's Changed
* fix: spark usage following API change by frostming in https://github.com/bentoml/BentoML/pull/5052
* docs: Add model loading doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5049
* doc: suggest to use pip for CUDA first by bojiang in https://github.com/bentoml/BentoML/pull/5054
* docs: Update build-options.rst by Sherlock113 in https://github.com/bentoml/BentoML/pull/5055
* fix: use the model revision in bento info for huggingface models by frostming in https://github.com/bentoml/BentoML/pull/5053
* feat: Adding SDK support for deployment labels by jianshen92 in https://github.com/bentoml/BentoML/pull/5057
* fix: postpone the model id normalization for huggingface models by frostming in https://github.com/bentoml/BentoML/pull/5060
* chore: upload descripiton to remote bento store by xianml in https://github.com/bentoml/BentoML/pull/5047
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/5061
* feat: Add task_id to request inference context by Leon-Sander in https://github.com/bentoml/BentoML/pull/5059
* chore: copy existing README.md instead of creating a new one by xianml in https://github.com/bentoml/BentoML/pull/5063
* feat: allow extending bentoml with extra commands by frostming in https://github.com/bentoml/BentoML/pull/5064
* fix: remove the version limit of pynvml by frostming in https://github.com/bentoml/BentoML/pull/5068

New Contributors
* Leon-Sander made their first contribution in https://github.com/bentoml/BentoML/pull/5059

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.10...v1.3.11

1.3.10

What's Changed
* fix: [bug bash] prefetch url by xianml in https://github.com/bentoml/BentoML/pull/5028
* fix: trigger reset when system package changes; find dependent by frostming in https://github.com/bentoml/BentoML/pull/5027
* fix(decorator): reject wrapper as dunder methods by aarnphm in https://github.com/bentoml/BentoML/pull/5030
* fix: upload a flag file after project ready by frostming in https://github.com/bentoml/BentoML/pull/5029
* fix: update spinner with the service readyz status by frostming in https://github.com/bentoml/BentoML/pull/5031
* docs: Add IO tables by Sherlock113 in https://github.com/bentoml/BentoML/pull/5032
* docs: Create secrets for deployment by Sherlock113 in https://github.com/bentoml/BentoML/pull/5034
* doc: api docs for build and build_bentofile by frostming in https://github.com/bentoml/BentoML/pull/5035
* feat: validate required envs when creating deployment by frostming in https://github.com/bentoml/BentoML/pull/5033
* docs: fix links by Sherlock113 in https://github.com/bentoml/BentoML/pull/5036
* docs: Add Gradio integration by Sherlock113 in https://github.com/bentoml/BentoML/pull/5040
* fix: remove duplicate logs by frostming in https://github.com/bentoml/BentoML/pull/5038
* docs: Add byoc request quota by Sherlock113 in https://github.com/bentoml/BentoML/pull/5037
* feat: Opt-in bento image support by frostming in https://github.com/bentoml/BentoML/pull/5039
* feat: support reading build config and dependencies from pyproject.toml by frostming in https://github.com/bentoml/BentoML/pull/5042
* docs: Add doc for external deployment dependency by Sherlock113 in https://github.com/bentoml/BentoML/pull/5043
* docs: Add Base Hyperlint Config by bllchmbrs in https://github.com/bentoml/BentoML/pull/5041
* fix: reconstruct build config for getting requirement by frostming in https://github.com/bentoml/BentoML/pull/5045
* docs: Add LangGraph example doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5046
* docs: Add codespaces doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5044

New Contributors
* bllchmbrs made their first contribution in https://github.com/bentoml/BentoML/pull/5041

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.9...v1.3.10

1.3.9

What's Changed
* fix: add a flag to mark dev bento by frostming in https://github.com/bentoml/BentoML/pull/5021
* docs: Fix typo by Sherlock113 in https://github.com/bentoml/BentoML/pull/5022
* fix: circus graceful shutdown by bojiang in https://github.com/bentoml/BentoML/pull/5024
* fix: emit deprecation warings for legacy APIs by frostming in https://github.com/bentoml/BentoML/pull/5023
* fix: skip safetensor patching if not installed by frostming in https://github.com/bentoml/BentoML/pull/5025
* doc: update aws byoc by ssheng in https://github.com/bentoml/BentoML/pull/5026


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.8...v1.3.9

Page 1 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.