Lytekit

Latest version: v0.15.28

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

Scan your dependencies

Page 14 of 73

1.10.7b0

Re-releasing the same release to a `1.10.7` number so as to match the coming main flyte release.

Below are the original release notes:

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

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

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

1.10.3

What's Changed
* Flyin - Enhance code server installation based on system architecture by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2016
* changing permissions of /tmp by pingsutw in https://github.com/flyteorg/flytekit/pull/2026
* removes references to unused plugins by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2025
* Separate agent from pyflyte serve by chaohengstudent in https://github.com/flyteorg/flytekit/pull/2019
* Flyin - vscode resume task by troychiu in https://github.com/flyteorg/flytekit/pull/2017
* Run databricks task locally by pingsutw in https://github.com/flyteorg/flytekit/pull/1951
* Fix flyin image by setting py to 3.10 by ByronHsu in https://github.com/flyteorg/flytekit/pull/2031
* Generate version with setuptools_scm and migrate to pyproject.toml by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2028
* Fix Flyin Dockerfile by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2040
* Flyin - fix vscode task path by troychiu in https://github.com/flyteorg/flytekit/pull/2042
* add monodocs ci build in flytekit by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2035
* Support Databricks Agent API 2.1 and Console URL by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1935
* Configures ruff to also run isort by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2043
* Adds setuptools and wheel back in the CI for plugins by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2044
* Add support failure node by kumare3 in https://github.com/flyteorg/flytekit/pull/840
* Add various executions phases which are available in flyteidl, but not in flytekit by mdjong1 in https://github.com/flyteorg/flytekit/pull/2022
* Flyin - VSCode default directory by troychiu in https://github.com/flyteorg/flytekit/pull/2046
* Monodocs dev build by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2048
* Fix warnings in package building by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2051
* Inject version into the build environment by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2052
* Run commands in imageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1909
* Add log_links to GetTaskResponse by pingsutw in https://github.com/flyteorg/flytekit/pull/2021
* feat: add `source code` deck by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2038
* Logger improvements by kumare3 in https://github.com/flyteorg/flytekit/pull/2053
* Preserve stacktrace by RRap0so in https://github.com/flyteorg/flytekit/pull/2056
* Update vscode decorator by pingsutw in https://github.com/flyteorg/flytekit/pull/2018
* Agent uploads input.pb even if task input is None by pingsutw in https://github.com/flyteorg/flytekit/pull/2054
* Fix Base Agent Bug by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2057
* Plugins lazy module loading by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2049
* Add support pandas 2 in flytekit by pingsutw in https://github.com/flyteorg/flytekit/pull/1818
* Enable the flytekit to be pluggable by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2039
* async s3fs plugin by troychiu in https://github.com/flyteorg/flytekit/pull/1936
* Enable python 3.12 by eapolinario in https://github.com/flyteorg/flytekit/pull/2005
* Fixes type hint for configure_pyflyte_cli in plugin by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2065
* Bump apache-airflow from 2.7.3 to 2.8.0 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2066
* Fix: Handle SIGTERM in kubeflow pytorch elastic training plugin by fg91 in https://github.com/flyteorg/flytekit/pull/2064
* unpin envd and add `extra_path` to imagespec by samhita-alla in https://github.com/flyteorg/flytekit/pull/2063
* Change Flyin VScode Default Extensions by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2058
* Allows Secret groups to be optional and configurable by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2062
* [Core feature] Allow dictionaries to be passed to execute workflows that take dataclasses by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2013
* Flyin - fix the wrong usage of context. by troychiu in https://github.com/flyteorg/flytekit/pull/2070
* Error when multiple configuration plugins are installed by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2069
* Fix Get the Secret Bug from OS Environment Variable by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2077
* Generalized subproc_execute and added tests by pryce-turner in https://github.com/flyteorg/flytekit/pull/2072
* Improve error handling for local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/2068
* Download specific files in FlyteDirectory by pingsutw in https://github.com/flyteorg/flytekit/pull/2059
* Constraint the full fsspec family by honnix in https://github.com/flyteorg/flytekit/pull/2087
* Update default template used by pyflyte init by neverett in https://github.com/flyteorg/flytekit/pull/2041
* Support PodTemplate in ArrayNode by hamersaw in https://github.com/flyteorg/flytekit/pull/2088
* Remove unnecessary newline in plugin README by douenergy in https://github.com/flyteorg/flytekit/pull/2090
* Fix file not found error by austin362667 in https://github.com/flyteorg/flytekit/pull/2079
* add monodocs redirect banner by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2091
* Accelerator docs by kumare3 in https://github.com/flyteorg/flytekit/pull/2076
* Remote workflow & task execution by kumare3 in https://github.com/flyteorg/flytekit/pull/2094
* Print log links in local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/2097
* Bump fonttools from 4.41.1 to 4.43.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2092
* add monodocs index page in flytekit by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2100
* add monodocs redirects to the flytekit readthedocs project by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2095
* Local Sync Agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2085
* Bump jinja2 from 3.1.2 to 3.1.3 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2103
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/flyteorg/flytekit/pull/2104
* Enhance Airflow Plugin by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2099
* Bump jinja2 from 3.1.2 to 3.1.3 in /plugins/flytekit-onnx-pytorch by dependabot in https://github.com/flyteorg/flytekit/pull/2102
* Bump jinja2 from 3.1.2 to 3.1.3 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2101
* Remove storage as a task resource option by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2078
* Fix Flyin Plugin VSCode download bug by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1991
* Adds conda support to envd plugin by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2020
* Fix is_deferrable in airflow agent by pingsutw in https://github.com/flyteorg/flytekit/pull/2109
* Use Latest FlyteIdl in Integration Test by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2105
* Changes default destination dir to be "working dir" by kumare3 in https://github.com/flyteorg/flytekit/pull/2108
* Fix typos and run spellcheck in CI by eapolinario in https://github.com/flyteorg/flytekit/pull/2074
* Add lru_cache to ImageBuildEngine.build by pingsutw in https://github.com/flyteorg/flytekit/pull/2112
* Skip errors when running pyflyte register by pingsutw in https://github.com/flyteorg/flytekit/pull/2111
* Option to disable local caching by bstadlbauer in https://github.com/flyteorg/flytekit/pull/2106
* Omit '=' from auto-generated version by eapolinario in https://github.com/flyteorg/flytekit/pull/2117
* Pass in env vars in FlyteRemote register_script by knordstrom-muon in https://github.com/flyteorg/flytekit/pull/2120
* [Bug] Map task caching failures by pvditt in https://github.com/flyteorg/flytekit/pull/2113
* Check envd version before building images by pingsutw in https://github.com/flyteorg/flytekit/pull/2122
* Bump pillow from 10.1.0 to 10.2.0 by dependabot in https://github.com/flyteorg/flytekit/pull/2128
* Support mashumaro DataClassORJSONMixin by quinten-flwls in https://github.com/flyteorg/flytekit/pull/2080

New Contributors
* mdjong1 made their first contribution in https://github.com/flyteorg/flytekit/pull/2022
* RRap0so made their first contribution in https://github.com/flyteorg/flytekit/pull/2056
* neverett made their first contribution in https://github.com/flyteorg/flytekit/pull/2041
* douenergy made their first contribution in https://github.com/flyteorg/flytekit/pull/2090
* austin362667 made their first contribution in https://github.com/flyteorg/flytekit/pull/2079
* knordstrom-muon made their first contribution in https://github.com/flyteorg/flytekit/pull/2120
* pvditt made their first contribution in https://github.com/flyteorg/flytekit/pull/2113
* quinten-flwls made their first contribution in https://github.com/flyteorg/flytekit/pull/2080

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

1.10.3b6

What's Changed
* Use Latest FlyteIdl in Integration Test by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2105
* Changes default destination dir to be "working dir" by kumare3 in https://github.com/flyteorg/flytekit/pull/2108
* Fix typos and run spellcheck in CI by eapolinario in https://github.com/flyteorg/flytekit/pull/2074
* Add lru_cache to ImageBuildEngine.build by pingsutw in https://github.com/flyteorg/flytekit/pull/2112
* Skip errors when running pyflyte register by pingsutw in https://github.com/flyteorg/flytekit/pull/2111


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

1.10.3b5

What's Changed
* Plugins lazy module loading by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2049
* Add support pandas 2 in flytekit by pingsutw in https://github.com/flyteorg/flytekit/pull/1818
* Enable the flytekit to be pluggable by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2039
* async s3fs plugin by troychiu in https://github.com/flyteorg/flytekit/pull/1936
* Enable python 3.12 by eapolinario in https://github.com/flyteorg/flytekit/pull/2005
* Fixes type hint for configure_pyflyte_cli in plugin by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2065
* Bump apache-airflow from 2.7.3 to 2.8.0 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2066
* Fix: Handle SIGTERM in kubeflow pytorch elastic training plugin by fg91 in https://github.com/flyteorg/flytekit/pull/2064
* unpin envd and add `extra_path` to imagespec by samhita-alla in https://github.com/flyteorg/flytekit/pull/2063
* Change Flyin VScode Default Extensions by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2058
* Allows Secret groups to be optional and configurable by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2062
* [Core feature] Allow dictionaries to be passed to execute workflows that take dataclasses by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2013
* Flyin - fix the wrong usage of context. by troychiu in https://github.com/flyteorg/flytekit/pull/2070
* Error when multiple configuration plugins are installed by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2069
* Fix Get the Secret Bug from OS Environment Variable by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2077
* Generalized subproc_execute and added tests by pryce-turner in https://github.com/flyteorg/flytekit/pull/2072
* Improve error handling for local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/2068
* Download specific files in FlyteDirectory by pingsutw in https://github.com/flyteorg/flytekit/pull/2059
* Constraint the full fsspec family by honnix in https://github.com/flyteorg/flytekit/pull/2087
* Update default template used by pyflyte init by neverett in https://github.com/flyteorg/flytekit/pull/2041
* Support PodTemplate in ArrayNode by hamersaw in https://github.com/flyteorg/flytekit/pull/2088
* Remove unnecessary newline in plugin README by douenergy in https://github.com/flyteorg/flytekit/pull/2090
* Fix file not found error by austin362667 in https://github.com/flyteorg/flytekit/pull/2079
* add monodocs redirect banner by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2091
* Accelerator docs by kumare3 in https://github.com/flyteorg/flytekit/pull/2076
* Remote workflow & task execution by kumare3 in https://github.com/flyteorg/flytekit/pull/2094
* Print log links in local execution by pingsutw in https://github.com/flyteorg/flytekit/pull/2097
* Bump fonttools from 4.41.1 to 4.43.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2092
* add monodocs index page in flytekit by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2100
* add monodocs redirects to the flytekit readthedocs project by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2095
* Local Sync Agent by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2085
* Bump jinja2 from 3.1.2 to 3.1.3 in /plugins/flytekit-airflow by dependabot in https://github.com/flyteorg/flytekit/pull/2103
* Bump jinja2 from 3.1.2 to 3.1.3 by dependabot in https://github.com/flyteorg/flytekit/pull/2104
* Enhance Airflow Plugin by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2099
* Bump jinja2 from 3.1.2 to 3.1.3 in /plugins/flytekit-onnx-pytorch by dependabot in https://github.com/flyteorg/flytekit/pull/2102
* Bump jinja2 from 3.1.2 to 3.1.3 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2101
* Remove storage as a task resource option by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2078
* Fix Flyin Plugin VSCode download bug by Future-Outlier in https://github.com/flyteorg/flytekit/pull/1991
* Adds conda support to envd plugin by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2020
* Fix is_deferrable in airflow agent by pingsutw in https://github.com/flyteorg/flytekit/pull/2109

New Contributors
* neverett made their first contribution in https://github.com/flyteorg/flytekit/pull/2041
* douenergy made their first contribution in https://github.com/flyteorg/flytekit/pull/2090
* austin362667 made their first contribution in https://github.com/flyteorg/flytekit/pull/2079

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

1.10.3b4

What's Changed
* Fix warnings in package building by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2051
* Inject version into the build environment by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2052
* Run commands in imageSpec by pingsutw in https://github.com/flyteorg/flytekit/pull/1909
* Add log_links to GetTaskResponse by pingsutw in https://github.com/flyteorg/flytekit/pull/2021
* feat: add `source code` deck by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2038
* Logger improvements by kumare3 in https://github.com/flyteorg/flytekit/pull/2053
* Preserve stacktrace by RRap0so in https://github.com/flyteorg/flytekit/pull/2056
* Update vscode decorator by pingsutw in https://github.com/flyteorg/flytekit/pull/2018
* Agent uploads input.pb even if task input is None by pingsutw in https://github.com/flyteorg/flytekit/pull/2054
* Fix Base Agent Bug by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2057

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

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

1.10.3b3

What's Changed
* Add support failure node by kumare3 in https://github.com/flyteorg/flytekit/pull/840
* Add various executions phases which are available in flyteidl, but not in flytekit by mdjong1 in https://github.com/flyteorg/flytekit/pull/2022
* Flyin - VSCode default directory by troychiu in https://github.com/flyteorg/flytekit/pull/2046
* Monodocs dev build by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2048

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

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

Page 14 of 73

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.