Lytekit

Latest version: v0.15.28

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

Scan your dependencies

Page 17 of 73

1.8.2

What's Changed
* [v1.8 Patch] Restrict grpcio<1.53.1 by eapolinario in https://github.com/flyteorg/flytekit/pull/1769


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.8.1...v1.8.2

1.8.1

What's Changed
* Fix: Remove broken option to pass str value as `nproc_per_node` in `task_config=Elastic` by fg91 in https://github.com/flyteorg/flytekit/pull/1736
* Carry over hash from literal maps in cache key computation by nicholasjng in https://github.com/flyteorg/flytekit/pull/1720
* Fix: Improve error handling in elastic tasks by fg91 in https://github.com/flyteorg/flytekit/pull/1739
* Detect if min_success_ratio is set and adjust interface of map_task accordingly by eapolinario in https://github.com/flyteorg/flytekit/pull/1740
* don't make network calls in unit tests by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1744
* fix marshmallow-enum bug by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1746
* Use utf-8 to encode flyte deck by pingsutw in https://github.com/flyteorg/flytekit/pull/1714

New Contributors
* nicholasjng made their first contribution in https://github.com/flyteorg/flytekit/pull/1720

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.8.0...v1.8.1

1.8.0

What's Changed
* Support configuring pip index url with the image spec by yini7777 in https://github.com/flyteorg/flytekit/pull/1692
* Improve error message for pyflyte-fast-execute by pingsutw in https://github.com/flyteorg/flytekit/pull/1686
* Feat: Allow disabling rich tracebacks via env var by fg91 in https://github.com/flyteorg/flytekit/pull/1695
* Fix task type version in pytorch and mpi task plugin by yubofredwang in https://github.com/flyteorg/flytekit/pull/1690
* get_transformer returns pickle transformer if type is unsupported by pingsutw in https://github.com/flyteorg/flytekit/pull/1694
* Add Cuda to ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1688
* Feat: Warn when doing local torch elastic training with nnodes > 1 by fg91 in https://github.com/flyteorg/flytekit/pull/1697
* Fix config of user facing execution parameters in spawning elastic tasks by fg91 in https://github.com/flyteorg/flytekit/pull/1677
* Union | optional return types supported by kumare3 in https://github.com/flyteorg/flytekit/pull/1703
* Fail registration if output isn't Optional when using map tasks with min_success_ratio < 1 by pingsutw in https://github.com/flyteorg/flytekit/pull/1709
* Add bigquery project and location to metadata by pingsutw in https://github.com/flyteorg/flytekit/pull/1702
* Generate decks at local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/1699
* Improve task type hint by pingsutw in https://github.com/flyteorg/flytekit/pull/1711
* Detect upstream nodes from container nested promises by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1707
* Add Iterator Transformer by pingsutw in https://github.com/flyteorg/flytekit/pull/1710
* Always a default image and streamline image handling serialize vs package by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1610
* Remove ensure literal by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1706
* Fix a bug in gx integration by XinEDprob in https://github.com/flyteorg/flytekit/pull/1675
* Update pythonbuild.yml: add hugging face plugin to CI by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1684
* add imagespec cache by RichhLi in https://github.com/flyteorg/flytekit/pull/1717
* Add requirements to imageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1698
* Memory reduction change by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1716
* use getattr to access task_def.disable_deck in entrypoint by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1724
* Add a couple tests by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1722
* Csvtransform by ChungYujoyce in https://github.com/flyteorg/flytekit/pull/1671
* add private registry support by RichhLi in https://github.com/flyteorg/flytekit/pull/1705
* update docs around pyflyte run by samhita-alla in https://github.com/flyteorg/flytekit/pull/1728
* fix Image Spec requirements.txt hash by RichhLi in https://github.com/flyteorg/flytekit/pull/1731

New Contributors
* yini7777 made their first contribution in https://github.com/flyteorg/flytekit/pull/1692
* XinEDprob made their first contribution in https://github.com/flyteorg/flytekit/pull/1675
* RichhLi made their first contribution in https://github.com/flyteorg/flytekit/pull/1717

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.0...v1.8.0

1.7.1

What's Changed
* [v1.7 Patch] Gate grpc to <1.53.1 by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1770


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.0...v1.7.1

1.7.1b1

What's Changed
* Feat: Warn when doing local torch elastic training with nnodes > 1 by fg91 in https://github.com/flyteorg/flytekit/pull/1697
* Fix config of user facing execution parameters in spawning elastic tasks by fg91 in https://github.com/flyteorg/flytekit/pull/1677
* Union | optional return types supported by kumare3 in https://github.com/flyteorg/flytekit/pull/1703
* Fail registration if output isn't Optional when using map tasks with min_success_ratio < 1 by pingsutw in https://github.com/flyteorg/flytekit/pull/1709
* Add bigquery project and location to metadata by pingsutw in https://github.com/flyteorg/flytekit/pull/1702
* Generate decks at local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/1699
* Improve task type hint by pingsutw in https://github.com/flyteorg/flytekit/pull/1711
* Detect upstream nodes from container nested promises by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1707
* Add Iterator Transformer by pingsutw in https://github.com/flyteorg/flytekit/pull/1710
* Always a default image and streamline image handling serialize vs package by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1610
* Remove ensure literal by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1706


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.1b0...v1.7.1b1

1.7.1b0

What's Changed
* Support configuring pip index url with the image spec by yini7777 in https://github.com/flyteorg/flytekit/pull/1692
* Improve error message for pyflyte-fast-execute by pingsutw in https://github.com/flyteorg/flytekit/pull/1686
* Feat: Allow disabling rich tracebacks via env var by fg91 in https://github.com/flyteorg/flytekit/pull/1695
* Fix task type version in pytorch and mpi task plugin by yubofredwang in https://github.com/flyteorg/flytekit/pull/1690
* get_transformer returns pickle transformer if type is unsupported by pingsutw in https://github.com/flyteorg/flytekit/pull/1694
* Add Cuda to ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1688

New Contributors
* yini7777 made their first contribution in https://github.com/flyteorg/flytekit/pull/1692

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.7.0...v1.7.1b0

Page 17 of 73

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.