Lytekit

Latest version: v0.15.28

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

Scan your dependencies

Page 22 of 73

1.3.3

What's Changed
* Pin fsspec by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1540


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.2...v1.3.3

1.3.2

What's Changed
* Flip the settings for channel and logger by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1415
* Preserving Exception in the LazyEntity fetch by kumare3 in https://github.com/flyteorg/flytekit/pull/1412
* [Docs] SynchronousFlyteClient API reference 3095 by ppiegaze in https://github.com/flyteorg/flytekit/pull/1416
* Return error code on fail by pingsutw in https://github.com/flyteorg/flytekit/pull/1408
* Wrap flyte entity in TaskNode by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1422
* Sqlalchemy multiline query by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1421
* Sklearn type transformer should be automatically loaded with import flytekit by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1423
* Bump isort to 5.12.0 by eapolinario in https://github.com/flyteorg/flytekit/pull/1427
* Fixes guess type bug in UnionTransformer by kumare3 in https://github.com/flyteorg/flytekit/pull/1426
* Add `pod_template` and `pod_template_name` arguments for `PythonAutoContainerTask`, its downstream tasks, and `task`. by ByronHsu in https://github.com/flyteorg/flytekit/pull/1425
* Auto Backfill workflow by kumare3 in https://github.com/flyteorg/flytekit/pull/1420
* Fix primitive decoder when evaluating Promise by samhita-alla in https://github.com/flyteorg/flytekit/pull/1432
* set maximum python version to 3.10 by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1433
* Revert "Remove project/domain from being overridden with execution values in serialized context (1378)" by eapolinario in https://github.com/flyteorg/flytekit/pull/1460

New Contributors
* ppiegaze made their first contribution in https://github.com/flyteorg/flytekit/pull/1416
* ByronHsu made their first contribution in https://github.com/flyteorg/flytekit/pull/1425

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.3.1...v1.3.2

1.3.1

Patching in https://github.com/flyteorg/flytekit/pull/1414.

In https://github.com/flyteorg/flytekit/pull/1200 we added code to help users fill in a git repo link when registering [DescriptionEntities](https://github.com/flyteorg/flyteidl/blob/c1c892a064c13e543697860451f6a7d3771dc240/protos/flyteidl/admin/task.proto#L60). Didn't realize at the time this would fail if the git binary was not installed.

1.3.0

User Facing Changes
-D/-d
In `pyflyte` the `-d` switch was overloaded, used for both `domain` and the `destination-dir` that flytekit will extract user code into when using the fast-register feature. The latter has been updated to `-D`. This may require some users to change commands in CI/CD if the short form of these switches is used.

Protobuf Support
In May of last year Google [announced](https://developers.google.com/protocol-buffers/docs/news/2022-05-06) a breaking change to the support for protobuf in python. Starting with this release we moved to this new version of the protobuf tooling, specifically, this affects some of the flytekit dependencies, including `grpcio` and `grpcio-status`.

Some flytekit dependencies, namely `tensorflow` haven't upgraded yet to the new protobuf version yet (more details in https://github.com/tensorflow/tensorflow/issues/53234), so for the time being, flytekit v1.2.x will be maintained for bug fixes (and possibly features as well).

----------
Additional
Please see [Flyte 1.3 Release Notes](https://github.com/flyteorg/flyte/releases/tag/v1.3.0) for additional changes (Databricks, Human-in-the-loop Tasks, Dask, and FlyteRemote updates) and usage.

----------
What's Changed
* Sanitize query template input in sqlite task by eapolinario in https://github.com/flyteorg/flytekit/pull/1359
* TypeTransformer for reading and writing from TensorFlowRecord format by ryankarlos in https://github.com/flyteorg/flytekit/pull/1240
* Bump numpy from 1.21.6 to 1.22.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1170
* Update ray plugin dependency by pingsutw in https://github.com/flyteorg/flytekit/pull/1361
* Bring in buf protobufs by eapolinario in https://github.com/flyteorg/flytekit/pull/1363
* Set default format of structured dataset to empty by pingsutw in https://github.com/flyteorg/flytekit/pull/1159
* Adds CLI reference for pyflyte by samhita-alla in https://github.com/flyteorg/flytekit/pull/1362
* Update plugins requirements files versions by eapolinario in https://github.com/flyteorg/flytekit/pull/1365
* Signaling by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1133
* Adding created and updated at to ExecutionClosure model by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1371
* Restrict numpy due to deprecated aliases by eapolinario in https://github.com/flyteorg/flytekit/pull/1376
* Add Databricks config to Spark Job by pingsutw in https://github.com/flyteorg/flytekit/pull/1358
* Add overwrite_cache option the to calls of remote and local executions by hfurkanvural in https://github.com/flyteorg/flytekit/pull/1375
* Remove project/domain from being overridden with execution values in serialized context by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1378
* Use TaskSpec instead of TaskTemplate for fetch_task and avoid network when loading module by kumare3 in https://github.com/flyteorg/flytekit/pull/1348
* Register Databricks config by pingsutw in https://github.com/flyteorg/flytekit/pull/1379
* PodSpec should not require primary_container name by kumare3 in https://github.com/flyteorg/flytekit/pull/1380
* fix(pyflyte register): change -d to -D for --destination-dir as -d is already used for --domain by mcloney-ddm in https://github.com/flyteorg/flytekit/pull/1381
* [Snyk] Security upgrade torch from 1.12.1 to 1.13.1 by snyk-bot in https://github.com/flyteorg/flytekit/pull/1374
* Handle Optional[FlyteFile] in Dataclass type transformer by eapolinario in https://github.com/flyteorg/flytekit/pull/1393
* Update flyte deck plugin's dependency by pingsutw in https://github.com/flyteorg/flytekit/pull/1395
* add FastSerializationSettings to docs by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1386
* Added more pod tests and an example pod task by kumare3 in https://github.com/flyteorg/flytekit/pull/1382
* Convert default value of dict to json string in pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/1399
* docs: update register help, non-fast version is supported by pbrogan12 in https://github.com/flyteorg/flytekit/pull/1402
* Update log level for structured dataset by pingsutw in https://github.com/flyteorg/flytekit/pull/1394
* Add Niels to code owners by pingsutw in https://github.com/flyteorg/flytekit/pull/1404
* Signal use by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1398
* User Documentation Proposal by pingsutw in https://github.com/flyteorg/flytekit/pull/1200
* Add support MLFlow plugin by kumare3 in https://github.com/flyteorg/flytekit/pull/1274
* fix remote API reference by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1405
* Read structured dataset from a folder by pingsutw in https://github.com/flyteorg/flytekit/pull/1406
* Update default config to work out-of-the-box with flytectl demo by cosmicBboy in https://github.com/flyteorg/flytekit/pull/1384
* Add dask plugin patch by bstadlbauer in https://github.com/flyteorg/flytekit/pull/1366

New Contributors
* hfurkanvural made their first contribution in https://github.com/flyteorg/flytekit/pull/1375
* mcloney-ddm made their first contribution in https://github.com/flyteorg/flytekit/pull/1381
* pbrogan12 made their first contribution in https://github.com/flyteorg/flytekit/pull/1402

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.2.5...v1.3.0

1.3.0b6

1.3.0b5

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

Page 22 of 73

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.