Lytekit

Latest version: v0.15.14

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 69

1.4.0

What's Changed
* Support checkpointing in local mode from cached tasks by bethebunny in https://github.com/flyteorg/flytekit/pull/1457
* Deprecate FlyteSchema by pingsutw in https://github.com/flyteorg/flytekit/pull/1418
* Use scarf images by eapolinario in https://github.com/flyteorg/flytekit/pull/1434
* add undocumented objects/functions to flytekit api ref by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1502
* Use non-root user in default flytekit image by pingsutw in https://github.com/flyteorg/flytekit/pull/1417
* Fix PyTorch transformer by samhita-alla in https://github.com/flyteorg/flytekit/pull/1510
* Fix mypy errors by pingsutw in https://github.com/flyteorg/flytekit/pull/1313
* Compile the workflow only at compile time by pingsutw in https://github.com/flyteorg/flytekit/pull/1311
* Get the origin type when serializing dataclass by pingsutw in https://github.com/flyteorg/flytekit/pull/1508
* Remove requirements files by eapolinario in https://github.com/flyteorg/flytekit/pull/1511
* Delay initialization of SynchronousFlyteClient in FlyteRemote by eapolinario in https://github.com/flyteorg/flytekit/pull/1514
* Make flytekit comply with PEP-561 by pingsutw in https://github.com/flyteorg/flytekit/pull/1516
* Flytekit Auth system overhaul and pretty printing upgrade by kumare3 in https://github.com/flyteorg/flytekit/pull/1458
* Create non-root user after apt-get by eapolinario in https://github.com/flyteorg/flytekit/pull/1519
* Add root pyflyte reference to docs by eapolinario in https://github.com/flyteorg/flytekit/pull/1520
* Drop support for python 3.7 by eapolinario in https://github.com/flyteorg/flytekit/pull/1521
* DuckDB plugin by samhita-alla in https://github.com/flyteorg/flytekit/pull/1419
* add string as a valid input by samhita-alla in https://github.com/flyteorg/flytekit/pull/1527
* Add back attempt to use existing serialization settings when running by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1529
* update configuration docs, fix some docstrings by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1530
* Revert "Make flytekit comply with PEP-561 (1516)" by eapolinario in https://github.com/flyteorg/flytekit/pull/1532
* Failed to initialize FlyteInvalidInputException by pingsutw in https://github.com/flyteorg/flytekit/pull/1534


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.2...v1.4.0

1.4.0b1

What's Changed
* Support checkpointing in local mode from cached tasks by bethebunny in https://github.com/flyteorg/flytekit/pull/1457
* Deprecate FlyteSchema by pingsutw in https://github.com/flyteorg/flytekit/pull/1418
* Use scarf images by eapolinario in https://github.com/flyteorg/flytekit/pull/1434
* add undocumented objects/functions to flytekit api ref by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1502
* Use non-root user in default flytekit image by pingsutw in https://github.com/flyteorg/flytekit/pull/1417
* Fix PyTorch transformer by samhita-alla in https://github.com/flyteorg/flytekit/pull/1510
* Fix mypy errors by pingsutw in https://github.com/flyteorg/flytekit/pull/1313
* Compile the workflow only at compile time by pingsutw in https://github.com/flyteorg/flytekit/pull/1311
* Get the origin type when serializing dataclass by pingsutw in https://github.com/flyteorg/flytekit/pull/1508
* Remove requirements files by eapolinario in https://github.com/flyteorg/flytekit/pull/1511
* Delay initialization of SynchronousFlyteClient in FlyteRemote by eapolinario in https://github.com/flyteorg/flytekit/pull/1514
* Make flytekit comply with PEP-561 by pingsutw in https://github.com/flyteorg/flytekit/pull/1516
* Flytekit Auth system overhaul and pretty printing upgrade by kumare3 in https://github.com/flyteorg/flytekit/pull/1458
* Create non-root user after apt-get by eapolinario in https://github.com/flyteorg/flytekit/pull/1519
* Add root pyflyte reference to docs by eapolinario in https://github.com/flyteorg/flytekit/pull/1520
* Drop support for python 3.7 by eapolinario in https://github.com/flyteorg/flytekit/pull/1521
* DuckDB plugin by samhita-alla in https://github.com/flyteorg/flytekit/pull/1419


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.2...v1.4.0b1

1.4.0b0

What's Changed
* Flip the settings for channel and logger by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1415
* Preserving Exception in the LazyEntity fetch by kumare3 in https://github.com/flyteorg/flytekit/pull/1412
* [Docs] SynchronousFlyteClient API reference 3095 by ppiegaze in https://github.com/flyteorg/flytekit/pull/1416
* Return error code on fail by pingsutw in https://github.com/flyteorg/flytekit/pull/1408
* Wrap flyte entity in TaskNode by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1422
* Sqlalchemy multiline query by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1421
* Sklearn type transformer should be automatically loaded with import flytekit by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1423
* Bump isort to 5.12.0 by eapolinario in https://github.com/flyteorg/flytekit/pull/1427
* Fixes guess type bug in UnionTransformer by kumare3 in https://github.com/flyteorg/flytekit/pull/1426
* Add `pod_template` and `pod_template_name` arguments for `PythonAutoContainerTask`, its downstream tasks, and `task`. by ByronHsu in https://github.com/flyteorg/flytekit/pull/1425

New Contributors
* ppiegaze made their first contribution in https://github.com/flyteorg/flytekit/pull/1416
* ByronHsu made their first contribution in https://github.com/flyteorg/flytekit/pull/1425

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.1...v1.4.0b0

1.3.4

What's Changed
* [v1.3 Backport] Filter out remote entity when generating pb (1545) by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1548

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.3...v1.3.4

1.3.3

What's Changed
* Pin fsspec by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1540


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.2...v1.3.3

1.3.2

What's Changed
* Flip the settings for channel and logger by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1415
* Preserving Exception in the LazyEntity fetch by kumare3 in https://github.com/flyteorg/flytekit/pull/1412
* [Docs] SynchronousFlyteClient API reference 3095 by ppiegaze in https://github.com/flyteorg/flytekit/pull/1416
* Return error code on fail by pingsutw in https://github.com/flyteorg/flytekit/pull/1408
* Wrap flyte entity in TaskNode by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1422
* Sqlalchemy multiline query by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1421
* Sklearn type transformer should be automatically loaded with import flytekit by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1423
* Bump isort to 5.12.0 by eapolinario in https://github.com/flyteorg/flytekit/pull/1427
* Fixes guess type bug in UnionTransformer by kumare3 in https://github.com/flyteorg/flytekit/pull/1426
* Add `pod_template` and `pod_template_name` arguments for `PythonAutoContainerTask`, its downstream tasks, and `task`. by ByronHsu in https://github.com/flyteorg/flytekit/pull/1425
* Auto Backfill workflow by kumare3 in https://github.com/flyteorg/flytekit/pull/1420
* Fix primitive decoder when evaluating Promise by samhita-alla in https://github.com/flyteorg/flytekit/pull/1432
* set maximum python version to 3.10 by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1433
* Revert "Remove project/domain from being overridden with execution values in serialized context (1378)" by eapolinario in https://github.com/flyteorg/flytekit/pull/1460

New Contributors
* ppiegaze made their first contribution in https://github.com/flyteorg/flytekit/pull/1416
* ByronHsu made their first contribution in https://github.com/flyteorg/flytekit/pull/1425

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.1...v1.3.2

Page 18 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.