github bentoml/BentoML v1.0.7
BentoML - v1.0.7

latest releases: v1.3.7, v1.3.6, v1.3.5...
24 months ago

🍱 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

Don't miss a new BentoML release

NewReleases is sending notifications on new releases.