Skip to content

v0.24.0

Compare
Choose a tag to compare
@eapolinario eapolinario released this 09 Nov 21:54
· 1475 commits to master since this release
4a49a01

General

We've added the following models to the top-level of the flytekit package. The classes will not move from their original locations, but importing from the top level will always be safer as we promise not to break these.

- Annotations, AuthRole, Labels
- WorkflowExecutionPhase
- Literal, LiteralType, Scalar, BlobType, Blob, BlobMetadata

Instead of from flytekit.models.common import Labels, Annotations, please now do

from flytekit import Labels, Annotations

What's Changed

New Contributors

Full Changelog: v0.23.1...v0.24.0