Lytekit

Latest version: v0.15.28

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

Scan your dependencies

Page 9 of 73

1.13.1a2

What's Changed
* Replace super(AsyncAgentBase) with super(DatabricksAgent) by pingsutw in https://github.com/flyteorg/flytekit/pull/2590


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.1a1...v1.13.1a2

1.13.1a1

What's Changed
* Add myself to code owners of flytekit-kf-pytorch by fg91 in https://github.com/flyteorg/flytekit/pull/2556
* Add run_policy to ElasticTask by bgedik in https://github.com/flyteorg/flytekit/pull/2555
* Added entrypoint to imagespec and default builder by pryce-turner in https://github.com/flyteorg/flytekit/pull/2553
* Set default width if fail to get terminal size by pingsutw in https://github.com/flyteorg/flytekit/pull/2558
* Disable rich traceback for papermill plugin by pingsutw in https://github.com/flyteorg/flytekit/pull/2559
* fix datetime in eager workflow by novahow in https://github.com/flyteorg/flytekit/pull/2541
* Fix CSS with Flyte decks by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2565
* Fix `FlyteDirectory` on Azure by Tom-Newton in https://github.com/flyteorg/flytekit/pull/2564
* Default image builder: Creates HOME if it does not exists by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2562
* Removes isodate requirement by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2568
* Read FLYTE_SDK_DEV_LOGGING_LEVEL from env by pingsutw in https://github.com/flyteorg/flytekit/pull/2571
* print native input/output when cache hit by pingsutw in https://github.com/flyteorg/flytekit/pull/2567
* Fix: Set OMP_NUM_THREADS by default in Elastic by fellhorn in https://github.com/flyteorg/flytekit/pull/2569
* Use logging level in env for default dev logger by pingsutw in https://github.com/flyteorg/flytekit/pull/2572
* Bump certifi from 2023.7.22 to 2024.7.4 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2566
* Allow for flytekit version to be specified in default image builder by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2563
* Removes jinja2 dependency by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2570
* Improve error when missing type annotations in task/workflow by pingsutw in https://github.com/flyteorg/flytekit/pull/2549
* Rename databricks task type by pingsutw in https://github.com/flyteorg/flytekit/pull/2574
* remove upper bound of plugin dependencies for flytekit-sqlalchemy by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2517
* Remove flytekitplugins-deck-standard in Dockerfile by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2582
* Bump certifi from 2024.2.2 to 2024.7.4 by dependabot in https://github.com/flyteorg/flytekit/pull/2581
* handle existing sagemaker deployments gracefully by samhita-alla in https://github.com/flyteorg/flytekit/pull/2400
* Use /opt/micromamba for default image builder by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2578
* Improve error message for missing return by pingsutw in https://github.com/flyteorg/flytekit/pull/2551
* Override Dataclass Serialization/Deserialization Behavior for `FlyteTypes` by `mashumaro` by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2554
* Fix FlyteDirectory docs rendering by ppiegaze in https://github.com/flyteorg/flytekit/pull/2584
* Make `openai_organization` Optional in OpenAI plugins by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2585
* Adds comet-ml plugin by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2550


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.0...v1.13.1a1

1.13.1a0

1.13.0

What's Changed
* Skip broken symlinks during calculation of digest (during fast registration) by eapolinario in https://github.com/flyteorg/flytekit/pull/2482
* Remove upper bound for docker and requests by pingsutw in https://github.com/flyteorg/flytekit/pull/2488
* Remove upper bound for deps `click` by austin362667 in https://github.com/flyteorg/flytekit/pull/2491
* Remove upper bound for deps `croniter` by austin362667 in https://github.com/flyteorg/flytekit/pull/2492
* Pin numpy version in dev requirements, only register type transformer if installed by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2485
* remove upper bound for deps `urllib3` by austin362667 in https://github.com/flyteorg/flytekit/pull/2496
* Remove upper bound for deps `statsd` by austin362667 in https://github.com/flyteorg/flytekit/pull/2495
* Update flytekitplugins-huggingface dependency by pingsutw in https://github.com/flyteorg/flytekit/pull/2494
* Improve error handling for docker client by pingsutw in https://github.com/flyteorg/flytekit/pull/2489
* Remove upper bound for deps `pytimeparse` by austin362667 in https://github.com/flyteorg/flytekit/pull/2493
* Adds callable option to get secrets for the W&B plugin by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2449
* Made FlyteFile.new_remote_file use name arg by pryce-turner in https://github.com/flyteorg/flytekit/pull/2499
* remove upper bound of plugin dependencies for flytekit-pydantic by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2515
* remove upper bound of plugin dependencies for flytekit-whylogs by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2520
* remove upper bound of plugin dependencies for flytekit-wandb by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2519
* feat(envd): Add switch for custom envd context by pingsutw in https://github.com/flyteorg/flytekit/pull/2500
* FLYTE_INTERNAL_IMAGE should have higher precedence by pingsutw in https://github.com/flyteorg/flytekit/pull/2523
* Add support for specifying execution cluster labels in pyflyte by va6996 in https://github.com/flyteorg/flytekit/pull/2422
* try removing multiple imports to resolve fast-mode issue by novahow in https://github.com/flyteorg/flytekit/pull/2110
* Run flytekit tasks on remote with local default values passed correctly by kumare3 in https://github.com/flyteorg/flytekit/pull/2525
* Adds support for wandb backlinks through FLYTE_EXECUTION_URL by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2497
* Fix flaky test_initialise_azure_file_provider_with_default_credential by pingsutw in https://github.com/flyteorg/flytekit/pull/2530
* Install numpy<2.0.0 for pandera plugin by pingsutw in https://github.com/flyteorg/flytekit/pull/2526
* refactor(core): Improve dataclass attribute serialization by pingsutw in https://github.com/flyteorg/flytekit/pull/2531
* Add filter support to recent_executions by pingsutw in https://github.com/flyteorg/flytekit/pull/2524
* modify the name of the dict transformer to typed dict by samhita-alla in https://github.com/flyteorg/flytekit/pull/2534
* Ensure that PythonAutoContainerTask has a container_image attribute by pingsutw in https://github.com/flyteorg/flytekit/pull/2527
* Catch silent subproc_execute failures by pryce-turner in https://github.com/flyteorg/flytekit/pull/2404
* fix: Prevent local files from being moved when using FlyteFile on local executions by ggydush in https://github.com/flyteorg/flytekit/pull/2476
* [fix] Validate interface variable names are python-valid by ddl-rliu in https://github.com/flyteorg/flytekit/pull/2538
* [Feature] Support positional arguments by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2522
* Adds a Default ImageSpec image builder by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2346
* Fix pandera plugin for 0.20 by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2545
* Fix `Flytefile` Remote Path Error by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2544
* Core/enable deck by novahow in https://github.com/flyteorg/flytekit/pull/2314
* Add thonmas and future outlier to CODEOWNERS by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2548
* Improve error message for ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/2498
* Improve error message for pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/2472
* Support s3 path for click Dir param type by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2547
* remove upper bound of plugin dependencies for flytekit-greatexpectations by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2506

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

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.12.3...v1.13.0

1.12.3

What's Changed
* Support Passing Dataclass Values via Command Line by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2446
* Fix output_prefix in do() method for ChatGPT Agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2457
* Fix CI by restricting hugging face dataset version by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2461
* Add escape for scalars to binding during union handling by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2460
* Prevent mutable default arguments by eapolinario in https://github.com/flyteorg/flytekit/pull/2443
* feat(bindings): Task arguments default value binding by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2401
* Use new fileaccess to build execution state by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2452
* Add Image builder `should_build` method for more customizable build behavior by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2458
* Async Agent Interface Refactor by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2467
* fix(core): Handle missing metadata in DictTransformer by pingsutw in https://github.com/flyteorg/flytekit/pull/2469
* Improve the error handling for dataclass by kumare3 in https://github.com/flyteorg/flytekit/pull/2466
* Enable string conversion for `Scalar` objects that contain a `schema` by redartera in https://github.com/flyteorg/flytekit/pull/2468
* Make the value in the label optional by pingsutw in https://github.com/flyteorg/flytekit/pull/2465
* Fix test_image_spec by pingsutw in https://github.com/flyteorg/flytekit/pull/2477
* Add copy all options to register script by bgedik in https://github.com/flyteorg/flytekit/pull/2464
* spelling by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2481
* Add identity to task execution metadata by noahjax in https://github.com/flyteorg/flytekit/pull/2315
* Add functionality for .flyteignore file by dansola in https://github.com/flyteorg/flytekit/pull/2479
* Fix the `uri` value of the input with Any type in the workflow when running remotely. by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2463
* fix: include remote file paths with special characters by RRK1000 in https://github.com/flyteorg/flytekit/pull/2478
* Fix: Fix deprecated numpy type and make numpy<2 explicit dependency by fg91 in https://github.com/flyteorg/flytekit/pull/2483
* Only transform the literal that matches the map task index by EngHabu in https://github.com/flyteorg/flytekit/pull/2484

New Contributors
* redartera made their first contribution in https://github.com/flyteorg/flytekit/pull/2468
* bgedik made their first contribution in https://github.com/flyteorg/flytekit/pull/2464
* dansola made their first contribution in https://github.com/flyteorg/flytekit/pull/2479
* Mecoli1219 made their first contribution in https://github.com/flyteorg/flytekit/pull/2463
* RRK1000 made their first contribution in https://github.com/flyteorg/flytekit/pull/2478

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.12.2...v1.12.3

1.12.3b0

What's Changed
* [MINOR] Support Passing Dataclass Values via Command Line by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2446
* Fix output_prefix in do() method for ChatGPT Agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2457
* Fix CI by restricting hugging face dataset version by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2461
* Add escape for scalars to binding during union handling by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2460
* Prevent mutable default arguments by eapolinario in https://github.com/flyteorg/flytekit/pull/2443
* feat(bindings): Task arguments default value binding by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2401
* Use new fileaccess to build execution state by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2452
* Add Image builder `should_build` method for more customizable build behavior by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2458
* Async Agent Interface Refactor by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2467
* fix(core): Handle missing metadata in DictTransformer by pingsutw in https://github.com/flyteorg/flytekit/pull/2469
* Improve the error handling for dataclass by kumare3 in https://github.com/flyteorg/flytekit/pull/2466
* Enable string conversion for `Scalar` objects that contain a `schema` by redartera in https://github.com/flyteorg/flytekit/pull/2468
* Make the value in the label optional by pingsutw in https://github.com/flyteorg/flytekit/pull/2465
* Fix test_image_spec by pingsutw in https://github.com/flyteorg/flytekit/pull/2477
* Add copy all options to register script by bgedik in https://github.com/flyteorg/flytekit/pull/2464
* spelling by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2481
* Add identity to task execution metadata by noahjax in https://github.com/flyteorg/flytekit/pull/2315
* Add functionality for .flyteignore file by dansola in https://github.com/flyteorg/flytekit/pull/2479

New Contributors
* redartera made their first contribution in https://github.com/flyteorg/flytekit/pull/2468
* bgedik made their first contribution in https://github.com/flyteorg/flytekit/pull/2464
* dansola made their first contribution in https://github.com/flyteorg/flytekit/pull/2479

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.12.2...v1.12.3-b0

Page 9 of 73

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.