pypi flytekit 0.24.0
v0.24.0

latest releases: 1.16.4, 1.16.3, 1.16.2...
3 years ago

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

Don't miss a new flytekit release

NewReleases is sending notifications on new releases.