🍱 BentoML released v1.0.7
as a patch to quickly fix a critical module import issue introduced in v1.0.6
. The import error manifests in the import of any modules under io.*
or models.*
. The following is an example of a typical error message and traceback. Please upgrade to v1.0.7
to address this import issue.
packages/anyio/_backends/_asyncio.py", line 21, in <module>
from io import IOBase
ImportError: cannot import name 'IOBase' from 'bentoml.io'
What's Changed
- test(grpc): e2e + unit tests by @aarnphm in #2984
- feat: support multipart upload for large bento and model by @yetone in #3044
- fix(config): respect
api_server.workers
by @judahrand in #3049 - chore(lint): remove unused import by @aarnphm in #3051
- fix(import): namespace collision by @aarnphm in #3058
New Contributors
- @judahrand made their first contribution in #3049
Full Changelog: v1.0.6...v1.0.7