Bentoml

Latest version: v1.4.7

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

Scan your dependencies

Page 1 of 28

1.4.7

What's Changed
* docs(saml): add sso saml doc by ssheng in https://github.com/bentoml/BentoML/pull/5292
* docs: Add some diagrams for get started section by Sherlock113 in https://github.com/bentoml/BentoML/pull/5285
* fix: do not start dependency if it's from a URL or deployment by frostming in https://github.com/bentoml/BentoML/pull/5293
* feat: support pack_git_packages and fix add group for alpine by frostming in https://github.com/bentoml/BentoML/pull/5295
* fix: initialize async http client with async method by frostming in https://github.com/bentoml/BentoML/pull/5296
* feat: support --name option for bentoml build and bentoml code by frostming in https://github.com/bentoml/BentoML/pull/5297


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.6...v1.4.7

1.4.6

What's Changed
* docs: Add org token doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5277
* docs: remove openllm from examples overview by ssheng in https://github.com/bentoml/BentoML/pull/5278
* fix: format substitution by byronclark in https://github.com/bentoml/BentoML/pull/5279
* fix: add missing .route of __endpoint by reobroqn in https://github.com/bentoml/BentoML/pull/5281
* fix: non-standard ssh git url by frostming in https://github.com/bentoml/BentoML/pull/5282
* docs: Update adaptive batching doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5283
* docs: Add BentoOCR to example list by Sherlock113 in https://github.com/bentoml/BentoML/pull/5284
* docs: Update private repo notes by Sherlock113 in https://github.com/bentoml/BentoML/pull/5262
* fix: replace namespace import to `python_multipart` by yxtay in https://github.com/bentoml/BentoML/pull/5280
* docs: Fix format by Sherlock113 in https://github.com/bentoml/BentoML/pull/5287
* chore: better visibility by bojiang in https://github.com/bentoml/BentoML/pull/5288
* fix: on load bento for dependent services by frostming in https://github.com/bentoml/BentoML/pull/5286
* fix: visibility by bojiang in https://github.com/bentoml/BentoML/pull/5289
* fix: wrong error context by frostming in https://github.com/bentoml/BentoML/pull/5291

New Contributors
* byronclark made their first contribution in https://github.com/bentoml/BentoML/pull/5279
* reobroqn made their first contribution in https://github.com/bentoml/BentoML/pull/5281

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.5...v1.4.6

1.4.5

Not secure
What's Changed
* fix: loading service issue in worker by frostming in https://github.com/bentoml/BentoML/pull/5276


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.4...v1.4.5

1.4.4

Not secure
What's Changed
* feat: update readme by ssheng in https://github.com/bentoml/BentoML/pull/5259
* docs: Add update command to cloud deployment doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5260
* fix: fallback to v1 if pack git packages is set by frostming in https://github.com/bentoml/BentoML/pull/5261
* build: Smaller docker images by jeffmarshall in https://github.com/bentoml/BentoML/pull/5264
* feat(serve): add `--env` and inject service-defined envs to serving environment by aarnphm in https://github.com/bentoml/BentoML/pull/5263
* docs(tasks): update async tasks docs by ssheng in https://github.com/bentoml/BentoML/pull/5266
* feat(client): add task apis to client methods by frostming in https://github.com/bentoml/BentoML/pull/5265
* feat: default min replicas is None by yetone in https://github.com/bentoml/BentoML/pull/5268
* tests: banning pickle requests by frostming in https://github.com/bentoml/BentoML/pull/5269
* feat: Fail fast when running inside container by frostming in https://github.com/bentoml/BentoML/pull/5270
* docs(byoc): update aws byoc role template link by ssheng in https://github.com/bentoml/BentoML/pull/5272
* docs: Update langgraph example by Sherlock113 in https://github.com/bentoml/BentoML/pull/5273
* fix(supervisor): quit the arbiter correctly by frostming in https://github.com/bentoml/BentoML/pull/5274
* fix: preserve global options in requirements.txt by frostming in https://github.com/bentoml/BentoML/pull/5275

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

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.3...v1.4.4

1.4.3

Not secure
What's Changed
* docs: Update examples to use new APIs by Sherlock113 in https://github.com/bentoml/BentoML/pull/5252
* Add alt text to all images in documentation by devin-ai-integration in https://github.com/bentoml/BentoML/pull/5253
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/5254
* docs: update deprecated links by aarnphm in https://github.com/bentoml/BentoML/pull/5256
* docs: Add root input usage by Sherlock113 in https://github.com/bentoml/BentoML/pull/5257
* fix: reformat the code by frostming in https://github.com/bentoml/BentoML/pull/5258
* fix: forbid requests with pickle encoding at the entry service

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.2...v1.4.3

1.4.2

Not secure
What's Changed
* Fix RunPod unhashable model error by converting svc.models to hashable ids by rivaon in https://github.com/bentoml/BentoML/pull/5244
* fix(io): OpenAPI schema for multipart form request body by frostming in https://github.com/bentoml/BentoML/pull/5249
* fix: drop uv as a hard dependency by frostming in https://github.com/bentoml/BentoML/pull/5238
* docs: Update examples to use new HF API by Sherlock113 in https://github.com/bentoml/BentoML/pull/5242
* refactor: drop deepmerge dependency by frostming in https://github.com/bentoml/BentoML/pull/5250
* refactor: unify logic of loading service by frostming in https://github.com/bentoml/BentoML/pull/5232
* fix: collect requirements from image spec for codespaces by frostming in https://github.com/bentoml/BentoML/pull/5251

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

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.4.1...v1.4.2

Page 1 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.