Lytekit

Latest version: v0.15.28

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

Scan your dependencies

Page 13 of 73

1.10.8b4

1.10.8b3

What's Changed
* Remove trailing '=' character from generated image tag hash value by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2240
* Simpler dev images by eapolinario in https://github.com/flyteorg/flytekit/pull/2243
* Only have one flyteidl entry in pyproject toml by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2245


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.10.8b2...v1.10.8b3

1.10.8b2

What's Changed
* Add SyncAgentBase by pingsutw in https://github.com/flyteorg/flytekit/pull/2146
* Use disk-space-reclaimer only when running envd tests by pingsutw in https://github.com/flyteorg/flytekit/pull/2225
* Dep: Pin grpcio in flytekit-identity-aware-proxy to version that allo… by fg91 in https://github.com/flyteorg/flytekit/pull/2212
* Fix: Handle overriding of container image in backend by fg91 in https://github.com/flyteorg/flytekit/pull/2176
* Fixes failing test related to TaskNodeOverrides by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2230
* ci(build-image): Fix incomplete double quote in yaml file by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2209
* Add agent slim image by pingsutw in https://github.com/flyteorg/flytekit/pull/2231
* Add health check servicer for agent by pingsutw in https://github.com/flyteorg/flytekit/pull/2232
* Bump orjson from 3.9.10 to 3.9.15 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2216
* ChatGPT Agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2226
* Add `--overwrite-cache` in `pyflyte backfill` cli by ChungYujoyce in https://github.com/flyteorg/flytekit/pull/2214
* Add `default_project` in `register_launch_plan` by ChungYujoyce in https://github.com/flyteorg/flytekit/pull/2215
* Fix Monodocs build by pingsutw in https://github.com/flyteorg/flytekit/pull/2235
* Enhance default image to check FLYTE_INTERNAL_IMAGE by ddl-rliu in https://github.com/flyteorg/flytekit/pull/2223
* Define a __str__ method for FlyteException by noahjax in https://github.com/flyteorg/flytekit/pull/2203

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

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

1.10.8b1

different column for trigger

1.10.8b0

What's Changed
* Extends config plugin API to customize the default OAuth success html by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2189


**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.10.7...v1.10.8b0

1.10.7

What's Changed
* Extends ImageSpec to accept image names from plugin and have priority for plugins by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2119
* Use logger in data_persistence.py by eapolinario in https://github.com/flyteorg/flytekit/pull/2129
* Adjust tar method to iterate over files/dirs in dir rather than strip… by neilisaur in https://github.com/flyteorg/flytekit/pull/2131
* Include exception type in error messages by Tom-Newton in https://github.com/flyteorg/flytekit/pull/2130
* Adds get_default_image into configuration plugin by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2133
* Add 3.12 as classifier by honnix in https://github.com/flyteorg/flytekit/pull/2135
* Fixing copy-all version of tar file creation as well by neilisaur in https://github.com/flyteorg/flytekit/pull/2134
* Bump pillow from 10.1.0 to 10.2.0 in /plugins/flytekit-onnx-pytorch by dependabot in https://github.com/flyteorg/flytekit/pull/2127
* Bump aiohttp from 3.8.6 to 3.9.2 by dependabot in https://github.com/flyteorg/flytekit/pull/2137
* Bump aiohttp from 3.9.1 to 3.9.2 in /plugins/flytekit-spark by dependabot in https://github.com/flyteorg/flytekit/pull/2140
* Bump aiohttp from 3.9.0 to 3.9.2 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2139
* Bump aiohttp from 3.9.1 to 3.9.2 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2138
* Bump pillow from 10.1.0 to 10.2.0 in /plugins/flytekit-onnx-tensorflow by dependabot in https://github.com/flyteorg/flytekit/pull/2126
* Envvars local execution by eapolinario in https://github.com/flyteorg/flytekit/pull/2132
* `node_dependency_hints` for dynamic tasks by Tom-Newton in https://github.com/flyteorg/flytekit/pull/2015
* Warn user when overriding requests but not limits by fg91 in https://github.com/flyteorg/flytekit/pull/2151
* Improve error message for pyflyte run by pingsutw in https://github.com/flyteorg/flytekit/pull/2142
* Remove upper version bound from protobuf by pingsutw in https://github.com/flyteorg/flytekit/pull/2144
* Agent Metadata Servicer by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2012
* Fix: Improve error handling in workflow compilation when output binding fails by fg91 in https://github.com/flyteorg/flytekit/pull/2047
* Add metadata to literal by pingsutw in https://github.com/flyteorg/flytekit/pull/2147
* Add _literal_map_to_python_input to base task by pingsutw in https://github.com/flyteorg/flytekit/pull/2150
* Fix: Allow both '*_test.py' and '*test_.py' test module naming convention for nested tasks by fg91 in https://github.com/flyteorg/flytekit/pull/2155
* Fix: Limit grpcio version in flytekit-identity-aware-proxy due to regression by fg91 in https://github.com/flyteorg/flytekit/pull/2156
* [Refactor] Rename flyin to flyteinteractive by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2157
* install latest flyteidl with monodocs build by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2162
* Bump fastapi from 0.108.0 to 0.109.1 by dependabot in https://github.com/flyteorg/flytekit/pull/2161
* Replace Agent State with Agent Phase by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2123
* install latest flyteidl with monodocs build by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2163
* Bump pillow from 10.0.1 to 10.2.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2125
* Remove docs gh workflows by eapolinario in https://github.com/flyteorg/flytekit/pull/2164
* Remove kubernetes from dependencies by pingsutw in https://github.com/flyteorg/flytekit/pull/2148
* Fix lint error caused by 2164 by eapolinario in https://github.com/flyteorg/flytekit/pull/2166
* Add support Union[FlyteDirectory, FlyteFile] by pingsutw in https://github.com/flyteorg/flytekit/pull/2149
* Bump cryptography from 41.0.6 to 42.0.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2165
* Remove upper version bound from fsspec by pingsutw in https://github.com/flyteorg/flytekit/pull/2143
* Use python3.8 to generate dev-requirements.txt for Great Expectations by pingsutw in https://github.com/flyteorg/flytekit/pull/2168
* Modify recursive paths by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2121
* Force tests in a module to be run by the same worker by eapolinario in https://github.com/flyteorg/flytekit/pull/2177
* art id proto by wild-endeavor in https://github.com/flyteorg/flytekit/pull/1928
* add env vars option in pyflyte package by fiedlerNr9 in https://github.com/flyteorg/flytekit/pull/2171
* Build python 3.12 default flytekit image by eapolinario in https://github.com/flyteorg/flytekit/pull/2181
* Fix airflow sensor by pingsutw in https://github.com/flyteorg/flytekit/pull/2169
* Remove asynchronous flag from base agent by pingsutw in https://github.com/flyteorg/flytekit/pull/2141
* Update Base Agent Logs by Rich Progress Feature by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2159
* Fix Base Agent Input Bug by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2186
* Bump grpcio from 1.53.0 to 1.53.2 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2187
* Disable rich logger in the default image by pingsutw in https://github.com/flyteorg/flytekit/pull/2185
* Enhance error logging in pyflyte by ddl-rliu in https://github.com/flyteorg/flytekit/pull/2190
* Do not lazy-load pyspark.ml by eapolinario in https://github.com/flyteorg/flytekit/pull/2184
* Bump flyteidl to 1.10.7 by eapolinario in https://github.com/flyteorg/flytekit/pull/2192

New Contributors
* neilisaur made their first contribution in https://github.com/flyteorg/flytekit/pull/2131
* MortalHappiness made their first contribution in https://github.com/flyteorg/flytekit/pull/2157
* ddl-rliu made their first contribution in https://github.com/flyteorg/flytekit/pull/2190

**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.10.3...v1.10.7

Page 13 of 73

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.