Bentoml

Latest version: v1.3.22

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

Scan your dependencies

Page 22 of 26

0.6.1

Not secure
* Bugfix: `bentoml serve-gunicorn` command was broken in 0.6.0, which also breaks the API Server docker container. This is a minor release including a fix this issue https://github.com/bentoml/BentoML/issues/499

0.6.0

Not secure
The biggest change in release 0.6.0 is revamped BentoML CLI, introducing new model/deployment management commands and new syntax for CLI inferencing.

1. New commands for managing your model repository:

> bentoml list

BENTO_SERVICE CREATED_AT APIS ARTIFACTS
IrisClassifier:20200123004254_CB6865 2020-01-23 08:43 predict::DataframeHandler model::SklearnModelArtifact
IrisClassifier:20200122010013_E0292E 2020-01-22 09:00 predict::DataframeHandler clf::PickleArtifact

> bentoml get IrisClassifier

> bentoml get IrisClassifier:20200123004254_CB6865

> bentoml get IrisClassifier:latest



2. Add support for using saved BentoServices by `name:version` tag instead of {saved_path}, here are some example commands:


> bentoml serve {saved_path}

> bentoml serve IrisClassifier:latest

> bentoml serve IrisClassifier:20200123004254_CB6865

0.5.8

Not secure
* Fixed an issue with API server docker image build, where updating conda to newly released version causes the build to fail
* Documentation updates
* Removed the option to configure API endpoint output format by setting the HTTP header

0.5.7

Not secure
* SageMaker model serving deployment improvements:
* Added num_of_gunicorn_workers_per_instance deployment option
* Gunicorn worker count can be set automatically based on host CPU now
* Improved testing for SageMaker model serving deployment

0.5.6

Not secure
Minor bug fixes:

* AWS Lambda deployment - fix default namespace validation error (452)
* Tensorflow SavedModel artifact - use concrete_function instead of input auto-reshape (451)

0.5.5

Not secure
* Minor bug fixes for AWS Lambda deployment creation and error handling

Page 22 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.