Lytekit

Latest version: v0.15.14

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

Scan your dependencies

Page 3 of 69

1.13.8

What's Changed
* Backport to v1.13 - Fix array node map task for offloaded literal (2772) by eapolinario in https://github.com/flyteorg/flytekit/pull/2793


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.7...v1.13.8

1.13.7

What's Changed
* eager workflow: use event loop instead of asyncio.run by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2737
* [Flyte Deck] Fix Lazy Import Error for Pandas and Plotly by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2783
* Fixes for fast register by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2782
* Use uv in agent image by eapolinario in https://github.com/flyteorg/flytekit/pull/2780


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.6...v1.13.7

1.13.6

What's Changed
* Core/fix register remote by novahow in https://github.com/flyteorg/flytekit/pull/2303
* Deprecate scopes by pingsutw in https://github.com/flyteorg/flytekit/pull/2671
* Move vscode plugin to flytekit by pingsutw in https://github.com/flyteorg/flytekit/pull/2689
* Add Perian Job Platform agent by otarabai in https://github.com/flyteorg/flytekit/pull/2537
* Fix `test_real_config` func by unset `FLYTE_AWS_ENDPOINT` env by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2722
* Re-adding support for mashumaro discriminated classes by JackUrb in https://github.com/flyteorg/flytekit/pull/2613
* Streamline fast register options with new flag by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2690
* fix local test `test_list_containing_multiple_annotated_pandas_dataframes` fail by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2725
* add motherduck support for duckdb plugin by dansola in https://github.com/flyteorg/flytekit/pull/2680
* Add deprecation note to pyflyte serialize by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2716
* Better error for min_success_ratio<1 by pingsutw in https://github.com/flyteorg/flytekit/pull/2724
* Fix backfill command by pingsutw in https://github.com/flyteorg/flytekit/pull/2730
* Update eager: make sure client secret can be specified as env var by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2720
* Bump cryptography from 42.0.4 to 43.0.1 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2728
* Feat: Optionally use pigz to speed up tarball compression by fg91 in https://github.com/flyteorg/flytekit/pull/2729
* fix: Calculate the tag based on the name of the base image by pingsutw in https://github.com/flyteorg/flytekit/pull/2740
* Imgspec/copy auto by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2731
* GH-5732: Make `TypeEngine.lazy_import_transformers()` thread safe by Tom-Newton in https://github.com/flyteorg/flytekit/pull/2735
* Revert 2303 by pingsutw in https://github.com/flyteorg/flytekit/pull/2746
* reference lp example for flyteremote by dansola in https://github.com/flyteorg/flytekit/pull/2747
* Fix Get Literal Type Error for Attribute Access Compile in Flytepropeller by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2749
* Types/generic alias - assert fix only by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2743
* Fix: Prevent UnionTransformer type ambiguity in combination with PyTorchTypeTransformer by fg91 in https://github.com/flyteorg/flytekit/pull/2726
* add ollama to flytekit-inference by samhita-alla in https://github.com/flyteorg/flytekit/pull/2677
* pin duckdb version in plugin by dansola in https://github.com/flyteorg/flytekit/pull/2739
* feat(image_spec): validate container registry names by pingsutw in https://github.com/flyteorg/flytekit/pull/2748
* add resources to input downloader in the ollama plugin by samhita-alla in https://github.com/flyteorg/flytekit/pull/2754
* Read offloaded literals by eapolinario in https://github.com/flyteorg/flytekit/pull/2685
* Fix: Make flyte-iap catch when trying to generate token for service account from user credentials by fg91 in https://github.com/flyteorg/flytekit/pull/2738
* [Bug] Set bindings for ArrayNode by pvditt in https://github.com/flyteorg/flytekit/pull/2742
* [flyteagent] All agents return dict instead of literal map by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2762
* GH-5768: Better pyflyte boolean parsing by Tom-Newton in https://github.com/flyteorg/flytekit/pull/2764
* add dest_dir into pythonpath before loading modules by arbaobao in https://github.com/flyteorg/flytekit/pull/2692
* Fix reading Flyte secrets and using PERIAN secrets param by otarabai in https://github.com/flyteorg/flytekit/pull/2767
* Bump cryptography from 42.0.7 to 43.0.1 by dependabot in https://github.com/flyteorg/flytekit/pull/2736
* [Flyte Decks] support ydata-profiling in python 3.12 by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2766
* Update pyflyte defaults to use --copy behavior by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2755
* Enable Spark Fast Register by pingsutw in https://github.com/flyteorg/flytekit/pull/2765
* Add FlyteNonRecoverableSystemException by pingsutw in https://github.com/flyteorg/flytekit/pull/2700
* [Flytekit] Support extra copy commands in ImageSpec by mao3267 in https://github.com/flyteorg/flytekit/pull/2715
* Revert dev-requirements.in change for MacOS by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2769
* Propagate custom_info Dict through agent Resource by ddl-ebrown in https://github.com/flyteorg/flytekit/pull/2426
* Mock addPyFile in spark test by pingsutw in https://github.com/flyteorg/flytekit/pull/2770
* enabled copy-all for programmatic fast-registration via FlyteRemote by granthamtaylor in https://github.com/flyteorg/flytekit/pull/2768
* Do not copy flytekit itself during fast registration by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2775
* Add correct types to `Scalar` and `Primitive` constructors in `literals.py` by felixmulder in https://github.com/flyteorg/flytekit/pull/2778

New Contributors
* otarabai made their first contribution in https://github.com/flyteorg/flytekit/pull/2537
* ddl-ebrown made their first contribution in https://github.com/flyteorg/flytekit/pull/2426
* granthamtaylor made their first contribution in https://github.com/flyteorg/flytekit/pull/2768
* felixmulder made their first contribution in https://github.com/flyteorg/flytekit/pull/2778

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.5...v1.13.6

1.13.6b2

What's Changed
* Read offloaded literals by eapolinario in https://github.com/flyteorg/flytekit/pull/2685


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.6b1...v1.13.6b2

1.13.6b1

What's Changed
* pin duckdb version in plugin by dansola in https://github.com/flyteorg/flytekit/pull/2739
* feat(image_spec): validate container registry names by pingsutw in https://github.com/flyteorg/flytekit/pull/2748
* add resources to input downloader in the ollama plugin by samhita-alla in https://github.com/flyteorg/flytekit/pull/2754


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

1.13.6b0

What's Changed
* Core/fix register remote by novahow in https://github.com/flyteorg/flytekit/pull/2303
* Deprecate scopes by pingsutw in https://github.com/flyteorg/flytekit/pull/2671
* Move vscode plugin to flytekit by pingsutw in https://github.com/flyteorg/flytekit/pull/2689
* Add Perian Job Platform agent by otarabai in https://github.com/flyteorg/flytekit/pull/2537
* Fix `test_real_config` func by unset `FLYTE_AWS_ENDPOINT` env by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2722
* Re-adding support for mashumaro discriminated classes by JackUrb in https://github.com/flyteorg/flytekit/pull/2613
* Streamline fast register options with new flag by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2690
* fix local test `test_list_containing_multiple_annotated_pandas_dataframes` fail by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2725
* add motherduck support for duckdb plugin by dansola in https://github.com/flyteorg/flytekit/pull/2680
* Add deprecation note to pyflyte serialize by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2716
* Better error for min_success_ratio<1 by pingsutw in https://github.com/flyteorg/flytekit/pull/2724
* Fix backfill command by pingsutw in https://github.com/flyteorg/flytekit/pull/2730
* Update eager: make sure client secret can be specified as env var by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2720
* Bump cryptography from 42.0.4 to 43.0.1 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2728
* Feat: Optionally use pigz to speed up tarball compression by fg91 in https://github.com/flyteorg/flytekit/pull/2729
* fix: Calculate the tag based on the name of the base image by pingsutw in https://github.com/flyteorg/flytekit/pull/2740
* Imgspec/copy auto by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2731
* GH-5732: Make `TypeEngine.lazy_import_transformers()` thread safe by Tom-Newton in https://github.com/flyteorg/flytekit/pull/2735
* Revert 2303 by pingsutw in https://github.com/flyteorg/flytekit/pull/2746
* reference lp example for flyteremote by dansola in https://github.com/flyteorg/flytekit/pull/2747
* Fix Get Literal Type Error for Attribute Access Compile in Flytepropeller by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2749
* Types/generic alias - assert fix only by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2743
* Fix: Prevent UnionTransformer type ambiguity in combination with PyTorchTypeTransformer by fg91 in https://github.com/flyteorg/flytekit/pull/2726
* add ollama to flytekit-inference by samhita-alla in https://github.com/flyteorg/flytekit/pull/2677

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

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.5...v1.13.6b0

Page 3 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.