Lytekit

Latest version: v0.15.14

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

Scan your dependencies

Page 6 of 69

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

1.12.2

What's Changed
* Fix `__annotations__` key not found by austin362667 in https://github.com/flyteorg/flytekit/pull/2391
* Fix get_task_inputs in flytekitpluugins-interactive by pingsutw in https://github.com/flyteorg/flytekit/pull/2398
* fix(import): Fix relative import path error by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2397
* pickle dictionary when it isn't JSON serializable by samhita-alla in https://github.com/flyteorg/flytekit/pull/2390
* Deprecate `cron_expression` by eapolinario in https://github.com/flyteorg/flytekit/pull/2402
* Use uv in CI and to build images by eapolinario in https://github.com/flyteorg/flytekit/pull/2403
* feat: Support ftp when using FlyteFile by ggydush in https://github.com/flyteorg/flytekit/pull/2409
* fix(ImageSpec): Ensure all APIErrors return a value by pingsutw in https://github.com/flyteorg/flytekit/pull/2408
* Adds jinja2 to dependnecies by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2413
* refactor(click_types): skip serialization for default values by pingsutw in https://github.com/flyteorg/flytekit/pull/2418
* Fix UV install in Makefile by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2421
* Adds flytekitplugin.wandb by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2405
* Set lower bound for flytekit in envd plugin by pingsutw in https://github.com/flyteorg/flytekit/pull/2430
* build: Exclude broken requests versions by pingsutw in https://github.com/flyteorg/flytekit/pull/2434
* Expand urllib3 to include v2 by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2431
* add openai batch API agent by samhita-alla in https://github.com/flyteorg/flytekit/pull/2353
* Check for None before lazy loading by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2435
* convert jsonl to lowercase and update default image by samhita-alla in https://github.com/flyteorg/flytekit/pull/2438
* Bump requests from 2.31.0 to 2.32.2 in /plugins/flytekit-onnx-pytorch by dependabot in https://github.com/flyteorg/flytekit/pull/2437
* update openai batch test and workflow by samhita-alla in https://github.com/flyteorg/flytekit/pull/2440
* fix(ImageSpec): Do not build image during executions by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2410
* Bump requests from 2.31.0 to 2.32.2 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2441
* Configure default logger before upgrade_to_rich_logging by pingsutw in https://github.com/flyteorg/flytekit/pull/2423
* Remove databricks token from the task config by pingsutw in https://github.com/flyteorg/flytekit/pull/2429
* Remote fetch array node by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2442
* add output prefix to `do()` method in sync agent & update boto agent by samhita-alla in https://github.com/flyteorg/flytekit/pull/2450
* Make error messages in LaunchPlan.get_or_create actionable by fg91 in https://github.com/flyteorg/flytekit/pull/2451
* Bump jinja2 from 3.1.3 to 3.1.4 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2392
* Fix DBT plugin test by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2454
* Add . to the PYTHONPATH in ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/2447
* Remove pod-plugin and scikit-learn from official docker image by eapolinario in https://github.com/flyteorg/flytekit/pull/2455
* Add ImageConfig to the serialization context for dynamic task by pingsutw in https://github.com/flyteorg/flytekit/pull/2456
* Only run CI checks using protobuf 4 by eapolinario in https://github.com/flyteorg/flytekit/pull/2459


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

1.12.1rc1

What's Changed
* Fix DBT plugin test by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2454
* Add . to the PYTHONPATH in ImageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/2447
* Remove pod-plugin and scikit-learn from official docker image by eapolinario in https://github.com/flyteorg/flytekit/pull/2455
* Add ImageConfig to the serialization context for dynamic task by pingsutw in https://github.com/flyteorg/flytekit/pull/2456


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.12.1-rc0...v1.12.1-rc1

Page 6 of 69

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.