bentoml / bentoctl

Fast model deployment on any cloud 🚀
https://bentoml.com
Other
175 stars 30 forks source link

fix: pin bentoml version to 1.0.0a7 #164

Closed jjmachan closed 2 years ago

jjmachan commented 2 years ago

Description

The current changes with the latest bentoml release breaks 3 operators

  1. aws-lambda
  2. aws-sagemaker
  3. azure-functions

We are working on the fixes but in the mean time we are pinning it to previous version until we merge the changes into the operator closes:

codecov[bot] commented 2 years ago

Codecov Report

Merging #164 (76e229f) into main (f49e0c7) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #164   +/-   ##
=======================================
  Coverage   60.39%   60.39%           
=======================================
  Files          24       24           
  Lines        1121     1121           
=======================================
  Hits          677      677           
  Misses        444      444           
Flag Coverage Δ
unit-tests 60.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

jjmachan commented 2 years ago

remove rich and importlib pins to avoid any version conflicts with what is specified in bentoml. Poetry will figure out the versions for these libs that work with bentoml.