Bentoml

Latest version: v1.4.7

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

Scan your dependencies

Page 3 of 28

1.3.20

Not secure
What's Changed
* Add logging for service cleanup hooks in new-style BentoML services by devin-ai-integration in https://github.com/bentoml/BentoML/pull/5171
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/5170
* fix: set the arbiter thread to be daemon thread by frostming in https://github.com/bentoml/BentoML/pull/5172
* chore(analytics): use utils `is_jupyter` to determine notebook state by aarnphm in https://github.com/bentoml/BentoML/pull/5173
* docs: Add comfyUI example doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5148
* fix: allow building bento without build config file by frostming in https://github.com/bentoml/BentoML/pull/5175
* fix: Remove distutils dependency by jaume-ferrarons in https://github.com/bentoml/BentoML/pull/5179
* docs: Add streaming and websocket docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/5180
* docs: Update ASGI decorator by Sherlock113 in https://github.com/bentoml/BentoML/pull/5182
* fix: allow usage like bentoml deploy service:MyService by frostming in https://github.com/bentoml/BentoML/pull/5181
* docs: Update Gradio example link by Sherlock113 in https://github.com/bentoml/BentoML/pull/5183
* fix: use a specific manylinux version as build platform for better compatibility by frostming in https://github.com/bentoml/BentoML/pull/5185
* feat(metrics): init zero for request count of apis by Haivilo in https://github.com/bentoml/BentoML/pull/5186

New Contributors
* devin-ai-integration made their first contribution in https://github.com/bentoml/BentoML/pull/5171
* jaume-ferrarons made their first contribution in https://github.com/bentoml/BentoML/pull/5179

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.19...v1.3.20

1.3.19

Not secure
What's Changed
* fix: turn off build log stream in jupyter notebook by frostming in https://github.com/bentoml/BentoML/pull/5165
* docs: Add notes for loading HF private models by Sherlock113 in https://github.com/bentoml/BentoML/pull/5166
* fix: patch annotations inside a container type by frostming in https://github.com/bentoml/BentoML/pull/5167


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.18...v1.3.19

1.3.18

Not secure
What's Changed
* docs: Simplify model composition doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5147
* docs: Restructure image folder and add alt for SEO by Sherlock113 in https://github.com/bentoml/BentoML/pull/5150
* docs: Fix links by Sherlock113 in https://github.com/bentoml/BentoML/pull/5153
* docs: Merge examples to io type doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5152
* fix: Permission issue of uv python installation directory by frostming in https://github.com/bentoml/BentoML/pull/5151
* fix: lazy safetensor patch by frostming in https://github.com/bentoml/BentoML/pull/5149
* docs: Clean up examples folder by Sherlock113 in https://github.com/bentoml/BentoML/pull/5154
* fix: use kantoku instead of circus by bojiang in https://github.com/bentoml/BentoML/pull/5155
* fix: Update lock file by frostming in https://github.com/bentoml/BentoML/pull/5156
* fix: use emoji code instead of emoji char by frostming in https://github.com/bentoml/BentoML/pull/5157
* fix: set model revision correctly by frostming in https://github.com/bentoml/BentoML/pull/5158
* fix: add missing secrets params in bentoml sdk by xianml in https://github.com/bentoml/BentoML/pull/5159
* fix: expose cloud api to get a single model by frostming in https://github.com/bentoml/BentoML/pull/5160
* fix: use the same spinner for bento and model apis by frostming in https://github.com/bentoml/BentoML/pull/5161
* fix: closed file descriptior issue by frostming in https://github.com/bentoml/BentoML/pull/5162


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.17...v1.3.18

1.3.17

Not secure
What's Changed
* docs: Simplify packaging docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/5116
* docs: Fix links by Sherlock113 in https://github.com/bentoml/BentoML/pull/5124
* docs: Update API tokens doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5125
* fix: image builder log stream doesn't work by frostming in https://github.com/bentoml/BentoML/pull/5126
* docs: Add GPU access messaging by Sherlock113 in https://github.com/bentoml/BentoML/pull/5127
* fix: disable markup and highlight for image log stream by frostming in https://github.com/bentoml/BentoML/pull/5129
* fix: don't override built-in function by frostming in https://github.com/bentoml/BentoML/pull/5131
* fix: add default install command for image spec by frostming in https://github.com/bentoml/BentoML/pull/5130
* docs: Update examples by Sherlock113 in https://github.com/bentoml/BentoML/pull/5128
* fix: loosen the constraints of opentelemetry dependencies by frostming in https://github.com/bentoml/BentoML/pull/5134
* fix: only honor ctx or context parameter with correct annotation by frostming in https://github.com/bentoml/BentoML/pull/5135
* fix: temp file is deleted unexpected on Windows by frostming in https://github.com/bentoml/BentoML/pull/5133
* docs: Update old comfyui doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5137
* feat: install packages into venv and chown by frostming in https://github.com/bentoml/BentoML/pull/5136
* docs: Update onboarding docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/5138
* fix: raise error when certfile is not given but ssl enabled and fix local dep by frostming in https://github.com/bentoml/BentoML/pull/5139
* fix: bad file descirptor issue when deploying bento by frostming in https://github.com/bentoml/BentoML/pull/5142
* feat: select a subset of files for huggingface models by frostming in https://github.com/bentoml/BentoML/pull/5144
* docs: Update example overview by Sherlock113 in https://github.com/bentoml/BentoML/pull/5143
* docs: Fix images by Sherlock113 in https://github.com/bentoml/BentoML/pull/5145
* fix: use content hash as the default model version by frostming in https://github.com/bentoml/BentoML/pull/5146


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.16...v1.3.17

1.3.16

Not secure
What's Changed
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/5108
* docs: Simplify Adaptive batching docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/5107
* docs: Update homepage messaging by Sherlock113 in https://github.com/bentoml/BentoML/pull/5105
* fix: add basic metrics and access logs for websocket by frostming in https://github.com/bentoml/BentoML/pull/5109
* fix: ensure all models to exists on deployment by frostming in https://github.com/bentoml/BentoML/pull/5110
* fix: enable image spec when image is explictly given by frostming in https://github.com/bentoml/BentoML/pull/5114
* fix: drop the redundant parameter for runner_service by frostming in https://github.com/bentoml/BentoML/pull/5115
* docs: Fix links by Sherlock113 in https://github.com/bentoml/BentoML/pull/5111
* feat: support post commands in image spec by frostming in https://github.com/bentoml/BentoML/pull/5118
* feat: add `--with-models` option to `bentoml pull` command by frostming in https://github.com/bentoml/BentoML/pull/5117
* docs: Update cloud deployment doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5119
* docs: Fix typo by Sherlock113 in https://github.com/bentoml/BentoML/pull/5121
* docs: Fix links by Sherlock113 in https://github.com/bentoml/BentoML/pull/5122
* fix: calculate bentofile path against cwd if given explicitly by frostming in https://github.com/bentoml/BentoML/pull/5123


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.15...v1.3.16

1.3.15

Not secure
What's Changed
* docs: doc refactoring by Sherlock113 in https://github.com/bentoml/BentoML/pull/5089
* docs: Fix invalid icon images by Sherlock113 in https://github.com/bentoml/BentoML/pull/5096
* docs: Update readme examples and add distributed service doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5097
* fix: protect model repository creation with a lock to avoid a race condition by frostming in https://github.com/bentoml/BentoML/pull/5095
* fix: generate schema compatible with pydantic>=2.10 by frostming in https://github.com/bentoml/BentoML/pull/5100
* docs: Modify 'metric' menu link on 'observability index' page by jin-daram in https://github.com/bentoml/BentoML/pull/5101
* fix: fix bug of serialization error and runner can't be shutdown by frostming in https://github.com/bentoml/BentoML/pull/5103
* feat(cli): Support passing key value pairs from reading a dotenv file by frostming in https://github.com/bentoml/BentoML/pull/5104
* fix: calculate readme file path from build ctx rather than cwd by frostming in https://github.com/bentoml/BentoML/pull/5106

New Contributors
* jin-daram made their first contribution in https://github.com/bentoml/BentoML/pull/5101

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

Page 3 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.