Lytekit

Latest version: v0.15.28

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

Scan your dependencies

Page 26 of 73

1.2.4

What's Changed
* [Snyk] Security upgrade cookiecutter from 1.7.3 to 2.1.1 by snyk-bot in https://github.com/flyteorg/flytekit/pull/1250
* fix: pass gpu resource request and limit in ContainerTask by flixr in https://github.com/flyteorg/flytekit/pull/1249
* Fixing Fast Registration for non root dirs by kumare3 in https://github.com/flyteorg/flytekit/pull/1255
* vaex structured dataset and native types implementation by ryankarlos in https://github.com/flyteorg/flytekit/pull/1230
* MyPy Cleanup Incompatible Types Errors by ryankarlos in https://github.com/flyteorg/flytekit/pull/1245
* Install fsspec plugin in default image by eapolinario in https://github.com/flyteorg/flytekit/pull/1256
* [Snyk] Security upgrade jupyter-core from 4.10.0 to 4.11.2 by snyk-bot in https://github.com/flyteorg/flytekit/pull/1267
* [Snyk] Security upgrade jupyter-core from 4.11.1 to 4.11.2 by snyk-bot in https://github.com/flyteorg/flytekit/pull/1266
* [Snyk] Security upgrade jupyter-core from 4.10.0 to 4.11.2 by snyk-bot in https://github.com/flyteorg/flytekit/pull/1262
* [Snyk] Security upgrade jupyter-core from 4.11.1 to 4.11.2 by EngHabu in https://github.com/flyteorg/flytekit/pull/1261
* Bump joblib from 1.1.0 to 1.2.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/1210
* Update to include request and error message fix 2522 by jerempy in https://github.com/flyteorg/flytekit/pull/1235
* Add support dict in dynamic by pingsutw in https://github.com/flyteorg/flytekit/pull/1264
* Remove use TypeVar to denote the extension of a Flytefile 2870 by jerempy in https://github.com/flyteorg/flytekit/pull/1236
* Update papermill container's command by pingsutw in https://github.com/flyteorg/flytekit/pull/1260
* Update cookiecutter checkout branch by eapolinario in https://github.com/flyteorg/flytekit/pull/1268
* Add support flyteDir in union type by pingsutw in https://github.com/flyteorg/flytekit/pull/1270
* Do not fail if push to codecov fails by eapolinario in https://github.com/flyteorg/flytekit/pull/1301
* [Snyk] Security upgrade wheel from 0.37.1 to 0.38.0 by eapolinario in https://github.com/flyteorg/flytekit/pull/1303
* Build arm images by andrewwdye in https://github.com/flyteorg/flytekit/pull/1305
* add support for dbt freshness by kiliangojek in https://github.com/flyteorg/flytekit/pull/1257
* [Snyk] Security upgrade jupyter-core from 4.10.0 to 4.11.2 by eapolinario in https://github.com/flyteorg/flytekit/pull/1265
* Bump wheel to 0.38.0 by eapolinario in https://github.com/flyteorg/flytekit/pull/1308
* add missing secret_requests to ContainerTask by flixr in https://github.com/flyteorg/flytekit/pull/1307
* Auto Display of Deck in Jupyter notebook by kumare3 in https://github.com/flyteorg/flytekit/pull/1161
* Bump requirements and restrict grpcio and grpcio-status by eapolinario in https://github.com/flyteorg/flytekit/pull/1309
* Download chinook.zip only once in the tests by pingsutw in https://github.com/flyteorg/flytekit/pull/1312
* Allow for environment variables to be defined in the pod spec by eapolinario in https://github.com/flyteorg/flytekit/pull/1330

New Contributors
* flixr made their first contribution in https://github.com/flyteorg/flytekit/pull/1249
* ryankarlos made their first contribution in https://github.com/flyteorg/flytekit/pull/1230
* jerempy made their first contribution in https://github.com/flyteorg/flytekit/pull/1235
* kiliangojek made their first contribution in https://github.com/flyteorg/flytekit/pull/1257

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.2.3...v1.2.4

1.2.3

What's Changed
* Make decks opt-in by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1251


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.2.2...v1.2.3

1.2.2

What's Changed
* Update control_plane.rst doc by Ln11211 in https://github.com/flyteorg/flytekit/pull/1229
* Fix the failing tests when run on a system that has a GPU available. by dennisobrien in https://github.com/flyteorg/flytekit/pull/1213
* Adds support for modifying allow_pickle and mmap_mode in numpy array type by samhita-alla in https://github.com/flyteorg/flytekit/pull/1209
* Use console endpoint config if available by andrewwdye in https://github.com/flyteorg/flytekit/pull/1233
* Stable local cache keys even in the case of nested dictionaries by eapolinario in https://github.com/flyteorg/flytekit/pull/1231
* DBT Plugin Api reference by arpitbhardwaj in https://github.com/flyteorg/flytekit/pull/1232
* Set reasonable defaults for pandas dataframe default renderer by eapolinario in https://github.com/flyteorg/flytekit/pull/1238
* Walk inheritance hierarchy before checking `is_dataclass` in type_engine by rahul-theorem in https://github.com/flyteorg/flytekit/pull/1239
* 3006 - Added a version constraint for grpcio and grpcio-status by dennisobrien in https://github.com/flyteorg/flytekit/pull/1248
* Install sklearn in default image and unify dockerfiles by eapolinario in https://github.com/flyteorg/flytekit/pull/1246
* Add support using dict in pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/1247

New Contributors
* dennisobrien made their first contribution in https://github.com/flyteorg/flytekit/pull/1213
* arpitbhardwaj made their first contribution in https://github.com/flyteorg/flytekit/pull/1232

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.2.1...v1.2.2

1.2.2b1

What's Changed
* 3006 - Added a version constraint for grpcio and grpcio-status by dennisobrien in https://github.com/flyteorg/flytekit/pull/1248
* Install sklearn in default image and unify dockerfiles by eapolinario in https://github.com/flyteorg/flytekit/pull/1246
* Add support using dict in pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/1247


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

1.2.2b0

What's Changed
* Update control_plane.rst doc by Ln11211 in https://github.com/flyteorg/flytekit/pull/1229
* Fix the failing tests when run on a system that has a GPU available. by dennisobrien in https://github.com/flyteorg/flytekit/pull/1213
* Adds support for modifying allow_pickle and mmap_mode in numpy array type by samhita-alla in https://github.com/flyteorg/flytekit/pull/1209
* Use console endpoint config if available by andrewwdye in https://github.com/flyteorg/flytekit/pull/1233
* Stable local cache keys even in the case of nested dictionaries by eapolinario in https://github.com/flyteorg/flytekit/pull/1231
* DBT Plugin Api reference by arpitbhardwaj in https://github.com/flyteorg/flytekit/pull/1232
* Set reasonable defaults for pandas dataframe default renderer by eapolinario in https://github.com/flyteorg/flytekit/pull/1238
* Walk inheritance hierarchy before checking `is_dataclass` in type_engine by rahul-theorem in https://github.com/flyteorg/flytekit/pull/1239

New Contributors
* dennisobrien made their first contribution in https://github.com/flyteorg/flytekit/pull/1213
* arpitbhardwaj made their first contribution in https://github.com/flyteorg/flytekit/pull/1232

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.2.1...v1.2.2b0

1.2.1

What's Changed
* Add support chain multiple tasks by pingsutw in https://github.com/flyteorg/flytekit/pull/1222
* Fix handling of Optional in the DataclassTransformer by eapolinario in https://github.com/flyteorg/flytekit/pull/1225
* Bump protobuf versions in requirements by eapolinario in https://github.com/flyteorg/flytekit/pull/1228
* Enable use of image stanza in `pyflyte register` and other small changes by eapolinario in https://github.com/flyteorg/flytekit/pull/1227
* Handle special characters in snowflake query by pingsutw in https://github.com/flyteorg/flytekit/pull/1221
* [Docs] Added doc on how to handle a large response when using FlyteRemote.sync by Ln11211 in https://github.com/flyteorg/flytekit/pull/1212
* Updates flytekit API reference guide by samhita-alla in https://github.com/flyteorg/flytekit/pull/1204

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

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.2.0...v1.2.1

Page 26 of 73

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.