Bentoml

Latest version: v1.3.14

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

Scan your dependencies

Page 2 of 25

1.3.8

What's Changed
* doc: Update shieldgemma doc name by Sherlock113 in https://github.com/bentoml/BentoML/pull/4999
* fix: tolerate build error when watching for changes by frostming in https://github.com/bentoml/BentoML/pull/5000
* doc: correct the requirements by frostming in https://github.com/bentoml/BentoML/pull/5001
* fix: expose errors occurring before the first yield of stream response by frostming in https://github.com/bentoml/BentoML/pull/5002
* doc: fix endpoint url related typos by ssheng in https://github.com/bentoml/BentoML/pull/5007
* docs: Add CUDA version notes by Sherlock113 in https://github.com/bentoml/BentoML/pull/5004
* docs: Add new project examples by Sherlock113 in https://github.com/bentoml/BentoML/pull/5010
* docs: Clean up examples by Sherlock113 in https://github.com/bentoml/BentoML/pull/5011
* docs: Update adaptive batching doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/5012
* docs: Refactor more examples section by Sherlock113 in https://github.com/bentoml/BentoML/pull/5014
* ci: pre-commit autoupdate [skip ci] by pre-commit-ci in https://github.com/bentoml/BentoML/pull/5009
* feat: upload setup.sh to the remote dev by frostming in https://github.com/bentoml/BentoML/pull/5016
* feat: always make an HTTP call when calling self API methods by frostming in https://github.com/bentoml/BentoML/pull/5017
* feat: gradio integration by parano in https://github.com/bentoml/BentoML/pull/5008
* Fix a typo by snowsky in https://github.com/bentoml/BentoML/pull/5018
* docs: Add quotation marks to python versions by Sherlock113 in https://github.com/bentoml/BentoML/pull/5019

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

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

1.3.7

What's Changed
* fix: do not initialize cloud client when building bento by frostming in https://github.com/bentoml/BentoML/pull/4998


**Full Changelog**: https://github.com/bentoml/BentoML/compare/v1.3.6...v1.3.7

1.3.6

What's Changed
* doc: include cli commands in secret doc by ssheng in https://github.com/bentoml/BentoML/pull/4968
* fix: switch back to post-release version scheme by frostming in https://github.com/bentoml/BentoML/pull/4969
* doc: Add documentation about platform option of bentoml build by frostming in https://github.com/bentoml/BentoML/pull/4966
* fix: only add bentoml requirement if absent by frostming in https://github.com/bentoml/BentoML/pull/4973
* fix: null filename causes parsing failure for image input by frostming in https://github.com/bentoml/BentoML/pull/4976
* doc: add instruction for `bentoml.IODescriptor` by frostming in https://github.com/bentoml/BentoML/pull/4975
* chore: update login error message by xianml in https://github.com/bentoml/BentoML/pull/4952
* chore: remove grpc client by aarnphm in https://github.com/bentoml/BentoML/pull/4983
* fix: persist trace across internal requests by frostming in https://github.com/bentoml/BentoML/pull/4982
* feat: expose request id and trace id in request scope by frostming in https://github.com/bentoml/BentoML/pull/4977
* fix: add secrets in update/apply commands by xianml in https://github.com/bentoml/BentoML/pull/4985
* feat: development of release 1.4 by frostming in https://github.com/bentoml/BentoML/pull/4984
* doc: update quick start to use bentoml importing context manager by frostming in https://github.com/bentoml/BentoML/pull/4986
* fix: make spinner optional for backward compatibility by frostming in https://github.com/bentoml/BentoML/pull/4987
* fix: don't initialize cloud client until needed by frostming in https://github.com/bentoml/BentoML/pull/4989
* doc: fix typo in model composition by ssheng in https://github.com/bentoml/BentoML/pull/4991
* refactor: unify same schema by frostming in https://github.com/bentoml/BentoML/pull/4988
* fix(framework): export unsloth lazily by aarnphm in https://github.com/bentoml/BentoML/pull/4992
* fix: compare bento manifest and dependency client by frostming in https://github.com/bentoml/BentoML/pull/4993
* fix: structure bento manifest by frostming in https://github.com/bentoml/BentoML/pull/4994
* fix: allow setting timeout for cloud client; hf api; manifest eq by frostming in https://github.com/bentoml/BentoML/pull/4995
* fix: with_defaults for docker option and show diff report for bento manifest comparison by frostming in https://github.com/bentoml/BentoML/pull/4996
* docs: Add ShieldGemma example doc by Sherlock113 in https://github.com/bentoml/BentoML/pull/4997


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

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

Page 2 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.