0.45.5
UPDATE: a breaking update to one of our dependencies means that you should run the following update after installing this version of zenml
:
pip install 'bcrypt==4.0.1'
This minor release contains bugfixes and documentation improvements. Notably,
our sqlmodel
dependency has been pinned to 0.0.8 which fixes installation
errors following the release of 0.0.9.
What's Changed
- Add a 'how do I...' section into docs by @strickvl in #1953
- Bump
mypy
,ruff
andblack
by @strickvl in #1963 - Fix double slashes in weblogin by @schustmi in #1972
- SQLModel docs backport fixes by @strickvl in #1975
- Updated quickstart command in cloud quickstart by @AlexejPenner in #1977
- Make sure vertex job id is only lower case letter, number or dash by @AlexejPenner in #1978
- Fix DB initialization when using external authentication by @schustmi in #1965
- Pin SQLModel dependency to
0.0.8
by @strickvl in #1973 - Source code repository type not included in resolve source by @safoinme in #1982
- Prepare release 0.45.5 by @strickvl in #1981
Full Changelog: 0.45.4...0.45.5