Lytekit

Latest version: v0.15.14

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

Scan your dependencies

Page 13 of 69

1.9.1

What's Changed
* Add type annotations for base task compile method by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1789
* Beautified pyflyte run even for every task and workflow by kumare3 in https://github.com/flyteorg/flytekit/pull/1783
* Async Agent by pingsutw in https://github.com/flyteorg/flytekit/pull/1712
* Add type annotations for configuration file by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1792
* Add type annotations for tensorflow model test transformation by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1791
* Add Azure-specific headers when uploading to blob storage by devictr in https://github.com/flyteorg/flytekit/pull/1784
* Add async delete function in base_agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1800
* Add support for execution name prefixes by troychiu in https://github.com/flyteorg/flytekit/pull/1803
* Remove ref in output by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1794
* Inherit directly from DataClassJsonMixin instead of using dataclass_json for improved static type checking by ringohoffman in https://github.com/flyteorg/flytekit/pull/1801
* Async file sensor by pingsutw in https://github.com/flyteorg/flytekit/pull/1790
* Eager workflows to support async workflows by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1579
* Enable SecretsManager.get to load and return bytes by ysysys3074 in https://github.com/flyteorg/flytekit/pull/1798
* Batch upload flyte directory by pingsutw in https://github.com/flyteorg/flytekit/pull/1806

New Contributors
* devictr made their first contribution in https://github.com/flyteorg/flytekit/pull/1784
* ysysys3074 made their first contribution in https://github.com/flyteorg/flytekit/pull/1798

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.9.0...v1.9.1

1.9.0

What's Changed
* Improve error handling in ShellTask by pradithya in https://github.com/flyteorg/flytekit/pull/1732
* use default settings for timeline deck width by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1748
* Raise an exception in case of local execution of raw containers tasks by eapolinario in https://github.com/flyteorg/flytekit/pull/1745
* Update contributing.rst by eapolinario in https://github.com/flyteorg/flytekit/pull/1753
* Skip problematic pyyaml versions by eapolinario in https://github.com/flyteorg/flytekit/pull/1752
* Fail CI tests faster by eapolinario in https://github.com/flyteorg/flytekit/pull/1756
* Run unit tests on macos-latest by eapolinario in https://github.com/flyteorg/flytekit/pull/1749
* add rdzv_configs to kfpytorch elastic by Nan2018 in https://github.com/flyteorg/flytekit/pull/1751
* Fix: Disable rich logging handler when env var `FLYTE_SDK_RICH_TRACEBACKS=0` is set by fg91 in https://github.com/flyteorg/flytekit/pull/1760
* Throw warning for nested Task functions by oliverhu in https://github.com/flyteorg/flytekit/pull/1727
* Remove dependency on responses by honnix in https://github.com/flyteorg/flytekit/pull/1762
* Fix mlflow test error by pingsutw in https://github.com/flyteorg/flytekit/pull/1766
* Use phrase 'git revision SHA1' in comments and docs by DavidMertz in https://github.com/flyteorg/flytekit/pull/1761
* Dockerize docs requirements generation by eapolinario in https://github.com/flyteorg/flytekit/pull/1764
* Restrict grpcio<1.53.1 by eapolinario in https://github.com/flyteorg/flytekit/pull/1767
* Array node map task by eapolinario in https://github.com/flyteorg/flytekit/pull/1640
* Add agent ctrl-c handler to call the delete function. (Reupload) by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1782
* Add tags to execution by pingsutw in https://github.com/flyteorg/flytekit/pull/1723
* Add type transformer for datetime.date by troychiu in https://github.com/flyteorg/flytekit/pull/1786

New Contributors
* Nan2018 made their first contribution in https://github.com/flyteorg/flytekit/pull/1751
* oliverhu made their first contribution in https://github.com/flyteorg/flytekit/pull/1727
* DavidMertz made their first contribution in https://github.com/flyteorg/flytekit/pull/1761
* Future-Outlier made their first contribution in https://github.com/flyteorg/flytekit/pull/1782
* troychiu made their first contribution in https://github.com/flyteorg/flytekit/pull/1786

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

1.9.0a0

https://github.com/flyteorg/flytekit/pull/1660

1.8.3

What's Changed
* Backport dep fixes to v1.8 by honnix in https://github.com/flyteorg/flytekit/pull/1774


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

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

Page 13 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.