0.45.3
UPDATE: a breaking update to two of our dependencies means that you should run the following update after installing this version of zenml
:
pip install 'bcrypt==4.0.1' 'sqlmodel==0.0.8'
This minor update fixes a database migration bug that you could potentially encounter while upgrading your ZenML version and relates to use of the ExternalArtifact
object.
PROBLEMS?: If you upgraded to ZenML v0.45.2 and are experiencing issues with your database, please either reach out to us on Slack directly or feel free to use this migration script that will manually fix the issue. (Please do backup your database before using the migration script so as to prevent any data loss!)
This release also includes a bugfix from @cameronraysmith relating to the
resolution of our Helm chart OCI location. Thank you!
What's Changed
- fix: match chart name in docs to publish workflow by @cameronraysmith in #1942
- Evaluate YAML based config early + OSS-2511 by @avishniakov in #1876
- Fixing nullable parameter to avoid extra migrations by @bcdurak in #1955
- Pin Helm version to avoid 400 Bad Request error by @wjayesh in #1958
external_input_artifact
backward compatibility with alembic by @avishniakov in #1957- Fix nlp template link by @htahir1 in #1960
- handle NULLs in migration by @avishniakov in #1961
- Prepare release 0.45.3 by @strickvl in #1959
New Contributors
- @cameronraysmith made their first contribution in #1942
Full Changelog: 0.45.2...0.45.3