Skip to content

BentoML - v1.0.7

Compare
Choose a tag to compare
@ssheng ssheng released this 03 Oct 00:59
· 1478 commits to main since this release
47e884f

🍱 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

New Contributors

Full Changelog: v1.0.6...v1.0.7