Bentoml

Latest version: v1.4.4

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

Scan your dependencies

Page 5 of 27

1.3.5

What's Changed
* chore(ci): release workflow fix by frostming in https://github.com/bentoml/BentoML/pull/4962
* fix: on_deployment failed to run for serve_grpc by frostming in https://github.com/bentoml/BentoML/pull/4963


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.4...v1.3.5

1.3.4post1

What's Changed
* chore(ci): release workflow fix by frostming in https://github.com/bentoml/BentoML/pull/4962


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.4...v1.3.4post1

1.3.4

What's Changed
* fix: don't use temporary directory for temp bento copying by sauyon in https://github.com/bentoml/BentoML/pull/4938
* refactor: path spec ignore pattern checks children files only by frostming in https://github.com/bentoml/BentoML/pull/4939
* fix: improve exception handling for pynvml by rlleshi in https://github.com/bentoml/BentoML/pull/4943
* doc: update cloud deploy with yaml guide by ssheng in https://github.com/bentoml/BentoML/pull/4944
* doc: fix instructions of http testing by frostming in https://github.com/bentoml/BentoML/pull/4945
* chore(deps): bump protobufjs from 7.2.4 to 7.2.6 in /grpc-client/node by dependabot in https://github.com/bentoml/BentoML/pull/4647
* chore(deps): bump transformers from 4.30.0 to 4.38.0 in /examples/inference-graph by dependabot in https://github.com/bentoml/BentoML/pull/4695
* chore(deps): bump h2 from 0.3.24 to 0.3.26 in /grpc-client/rust by dependabot in https://github.com/bentoml/BentoML/pull/4635
* chore(deps): bump tar from 6.1.11 to 6.2.1 in /grpc-client/node by dependabot in https://github.com/bentoml/BentoML/pull/4650
* chore(deps): bump mio from 0.8.8 to 0.8.11 in /grpc-client/rust by dependabot in https://github.com/bentoml/BentoML/pull/4550
* fix: bentoml.serve to support serving new SDK services from a bento by frostming in https://github.com/bentoml/BentoML/pull/4946
* docs: Let search engine ignore 1.1 doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4950
* docs: Update readme example links by Sherlock113 in https://github.com/bentoml/BentoML/pull/4951
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4953
* fix: don't pull models if already exists when puling bento by frostming in https://github.com/bentoml/BentoML/pull/4954
* feat: lock packages for linux by default by frostming in https://github.com/bentoml/BentoML/pull/4955
* chore(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory by dependabot in https://github.com/bentoml/BentoML/pull/4957
* docs: Add function calling example doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4956
* docs: Add a placeholder RAG doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4959
* fix: support pydantic 2.9 by frostming in https://github.com/bentoml/BentoML/pull/4960
* fix: retry for model and bento upload failure by frostming in https://github.com/bentoml/BentoML/pull/4961
* fix: reload plugin missing file changes by frostming in https://github.com/bentoml/BentoML/pull/4958

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

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.3...v1.3.4

1.3.3

What's Changed
* fix: restore keras.save_model compatibility with Keras 3 by rmarquis in https://github.com/bentoml/BentoML/pull/4922
* fix(cli): do not hide output behind a spinner for building bento by frostming in https://github.com/bentoml/BentoML/pull/4923
* feat: expose client url and sync client by frostming in https://github.com/bentoml/BentoML/pull/4925
* fix: always preserve str and bytes when serializing by frostming in https://github.com/bentoml/BentoML/pull/4929
* fix(cloud-client): raise error if multipart push fails by Haivilo in https://github.com/bentoml/BentoML/pull/4932
* feat: Pass torch kwargs to bentoml.pytorch.load_model by TokeReines in https://github.com/bentoml/BentoML/pull/4930
* docs: Add function calling example link by Sherlock113 in https://github.com/bentoml/BentoML/pull/4934
* fix: pydantic/numpy patching causes `Cannot interpret 'numpy.float16 | numpy.float32' as a data type` by frostming in https://github.com/bentoml/BentoML/pull/4933
* fix: uploading large files saving to disk instead of memory by frostming in https://github.com/bentoml/BentoML/pull/4935

New Contributors
* rmarquis made their first contribution in https://github.com/bentoml/BentoML/pull/4922
* TokeReines made their first contribution in https://github.com/bentoml/BentoML/pull/4930

**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.2...v1.3.3

1.3.2

What's Changed
* fix: press text by xianml in https://github.com/bentoml/BentoML/pull/4898
* ci: pre-commit autoupdate by pre-commit-ci in https://github.com/bentoml/BentoML/pull/4897
* docs: Update doc images by Sherlock113 in https://github.com/bentoml/BentoML/pull/4901
* fix: fix resource type by FogDong in https://github.com/bentoml/BentoML/pull/4904
* fix: direct return response if tracer id is null by FogDong in https://github.com/bentoml/BentoML/pull/4899
* docs: update azure byoc instructions by ssheng in https://github.com/bentoml/BentoML/pull/4905
* fix: metrics duration defined with min,max,factor not taking effect by frostming in https://github.com/bentoml/BentoML/pull/4903
* refactor: store the cloud context into the container instead of passing it around by frostming in https://github.com/bentoml/BentoML/pull/4907
* docs: Update README.md by parano in https://github.com/bentoml/BentoML/pull/4906
* docs: Update messages by Sherlock113 in https://github.com/bentoml/BentoML/pull/4910
* docs: Update index.rst by Sherlock113 in https://github.com/bentoml/BentoML/pull/4913
* doc: update the HTTP behavior test instruction by frostming in https://github.com/bentoml/BentoML/pull/4915
* docs: Add metrics doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4912
* feat(cli): reload option for start-http-server by frostming in https://github.com/bentoml/BentoML/pull/4916
* chore: update pdm.lock file witht the lock targets by frostming in https://github.com/bentoml/BentoML/pull/4911
* fix(build): preserve the index url options in requirements.txt file by frostming in https://github.com/bentoml/BentoML/pull/4914
* fix: try to fix the timeout test cases by frostming in https://github.com/bentoml/BentoML/pull/4917
* doc: update CI status badge by frostming in https://github.com/bentoml/BentoML/pull/4918


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.1...v1.3.2

1.3.1

What's Changed
* docs: Add 2 examples by Sherlock113 in https://github.com/bentoml/BentoML/pull/4872
* docs: update theme to match branding by ssheng in https://github.com/bentoml/BentoML/pull/4874
* docs: Add task doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4873
* fix: set prometheus env before importing service by frostming in https://github.com/bentoml/BentoML/pull/4875
* docs: Add API docs by Sherlock113 in https://github.com/bentoml/BentoML/pull/4877
* fix: inject prometheus env from arbiter by frostming in https://github.com/bentoml/BentoML/pull/4878
* fix: Don't run bentoml.build_bentofile in subprocess by frostming in https://github.com/bentoml/BentoML/pull/4876
* docs: update azure byoc instructions by ssheng in https://github.com/bentoml/BentoML/pull/4881
* docs(azure): update azure byoc instructions by ssheng in https://github.com/bentoml/BentoML/pull/4882
* fix(framework): transformers vs 1.3.0 "TypeError: __init__() got an unexpected keyword argument 'task'" by frostming in https://github.com/bentoml/BentoML/pull/4880
* fix: silence git output by frostming in https://github.com/bentoml/BentoML/pull/4883
* fix: surface config error on bento build by frostming in https://github.com/bentoml/BentoML/pull/4888
* docs: Refactor tasks doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4890
* Docs: Sync the BYOC doc with blog and update BentoCloud guides index page by Sherlock113 in https://github.com/bentoml/BentoML/pull/4891
* fix: move user setup to base template to make custom base image work by frostming in https://github.com/bentoml/BentoML/pull/4893
* fix: Cannot define custom duration histogram buckets via `bentoml.service(metrics=...)` by frostming in https://github.com/bentoml/BentoML/pull/4895


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.0...v1.3.1

Page 5 of 27

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.