Lytekit

Latest version: v0.15.6

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

Scan your dependencies

Page 1 of 62

1.12.0b4

What's Changed
* Use correct plugin in agent image by eapolinario in https://github.com/flyteorg/flytekit/pull/2317
* Add Python Dependency Deck by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2264
* Bump pillow from 10.2.0 to 10.3.0 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2321
* Ensure that annotations are dropped in the case of the dataclass and dict type transformers by eapolinario in https://github.com/flyteorg/flytekit/pull/2318
* refactor(core): Improve task module extraction logic by pingsutw in https://github.com/flyteorg/flytekit/pull/2290
* Bump pillow from 10.2.0 to 10.3.0 in /plugins/flytekit-onnx-tensorflow by dependabot in https://github.com/flyteorg/flytekit/pull/2320
* Bump pillow from 10.2.0 to 10.3.0 in /plugins/flytekit-onnx-pytorch by dependabot in https://github.com/flyteorg/flytekit/pull/2319
* Run ignore query by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2322
* Stop requiring users to import `dataclasses_json` or `DataClassJSONMixin` for dataclass by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2279


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

1.12.0b3

What's Changed
* Move SageMakerEndpointMetadata to agent.py by pingsutw in https://github.com/flyteorg/flytekit/pull/2310
* Add samhita-alla to CODEOWNERS by pingsutw in https://github.com/flyteorg/flytekit/pull/2311
* Add way to create FlyteFile/Directory from remote location by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2312
* allow specifying version for the tritonserver image in sagemaker agent by samhita-alla in https://github.com/flyteorg/flytekit/pull/2313
* Ignore duplicate handler errors when lazy loading by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2316


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

1.12.0b2

What's Changed
* Add task execution metadata to agent create by noahjax in https://github.com/flyteorg/flytekit/pull/2282
* [flytekitplugins] Rename ChatGPT module to OpenAI module by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2263
* Add support for execution of reference entities by troychiu in https://github.com/flyteorg/flytekit/pull/1808
* Add serial marker to cache related tests by pingsutw in https://github.com/flyteorg/flytekit/pull/2300
* feat: Support pep604 union operator by ggydush in https://github.com/flyteorg/flytekit/pull/2298
* Partition limit by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2301
* Make artifact documentation visible by neverett in https://github.com/flyteorg/flytekit/pull/2302
* remove secrets in sagemaker agent by samhita-alla in https://github.com/flyteorg/flytekit/pull/2308
* Adapt flytekit ray plugin to kuberay 1.1.0 by ByronHsu in https://github.com/flyteorg/flytekit/pull/2274
* Remove post-execute hook from ray task by yundai424 in https://github.com/flyteorg/flytekit/pull/2305
* Gz encoding by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2306
* fix limit option by novahow in https://github.com/flyteorg/flytekit/pull/2292

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

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

1.12.0b1

What's Changed
* Addl artf testing by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2256
* Fix monodocs by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2261
* entrypoint.py: Explicitly import exit from sys by WebOfNakedFancies in https://github.com/flyteorg/flytekit/pull/2259
* Capitalize flyte deck header names by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2254
* Remove verbose debug message by austin362667 in https://github.com/flyteorg/flytekit/pull/2227
* [CI] Add a cache for flytekit:dev by pingsutw in https://github.com/flyteorg/flytekit/pull/2257
* Enable remote workflow to be invoked in conditional branch by ysysys3074 in https://github.com/flyteorg/flytekit/pull/1890
* feat: implement force push functionality in ImageSpec by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2234
* Make array_node_map_task the default map_task by eapolinario in https://github.com/flyteorg/flytekit/pull/2242
* Add Ray Autoscaler to the Flyte-Ray plugin by Yicheng-Lu-llll in https://github.com/flyteorg/flytekit/pull/1937
* Migrate over to using datetime.now(timezone.utc) by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2270
* cache ignore portion by troychiu in https://github.com/flyteorg/flytekit/pull/2275
* Fix CI Error by restricting s3fs version by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2283
* Add support for Union[FlyteFile, FlyteDirectory] as input by pingsutw in https://github.com/flyteorg/flytekit/pull/2273
* Update flyteinteractive Jupyter: Move to `ClassDecorator` by fiedlerNr9 in https://github.com/flyteorg/flytekit/pull/2278
* Setting interruptible on ArrayNode sub node metadata by hamersaw in https://github.com/flyteorg/flytekit/pull/2288
* Add extra-index-url to ImageSpec by cjidboon94 in https://github.com/flyteorg/flytekit/pull/2269
* pre-commit: upgrade hook `shellcheck-py` by austin362667 in https://github.com/flyteorg/flytekit/pull/2285
* Core/cli recover by novahow in https://github.com/flyteorg/flytekit/pull/2294
* Sagemaker inference agent by kumare3 in https://github.com/flyteorg/flytekit/pull/2027
* Pass additional fields to agent create by noahjax in https://github.com/flyteorg/flytekit/pull/2272
* feat: Add retry mechanism to file access methods by pingsutw in https://github.com/flyteorg/flytekit/pull/2287
* pyflyte run spark task by pingsutw in https://github.com/flyteorg/flytekit/pull/2280
* Create envd context for users by pingsutw in https://github.com/flyteorg/flytekit/pull/2266
* [CI] Add an action to remove cache from runners by pingsutw in https://github.com/flyteorg/flytekit/pull/2265
* feat: Support ImageSpec as base image by pingsutw in https://github.com/flyteorg/flytekit/pull/2277

New Contributors
* WebOfNakedFancies made their first contribution in https://github.com/flyteorg/flytekit/pull/2259
* cjidboon94 made their first contribution in https://github.com/flyteorg/flytekit/pull/2269
* novahow made their first contribution in https://github.com/flyteorg/flytekit/pull/2294

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

1.12.0b0

Highlight

This release marks a significant change in map tasks: array node map tasks finally become the default! We're still keeping the legacy map tasks for the time being. If you _really_ need to use them (and the idea is that you shouldn't), then they are still there, otherwise, using array node map tasks should feel no different.

Full changelog
* Addl artf testing by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2256
* Fix monodocs by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2261
* entrypoint.py: Explicitly import exit from sys by WebOfNakedFancies in https://github.com/flyteorg/flytekit/pull/2259
* Capitalize flyte deck header names by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2254
* Remove verbose debug message by austin362667 in https://github.com/flyteorg/flytekit/pull/2227
* [CI] Add a cache for flytekit:dev by pingsutw in https://github.com/flyteorg/flytekit/pull/2257
* Enable remote workflow to be invoked in conditional branch by ysysys3074 in https://github.com/flyteorg/flytekit/pull/1890
* feat: implement force push functionality in ImageSpec by jasonlai1218 in https://github.com/flyteorg/flytekit/pull/2234
* Make array_node_map_task the default map_task by eapolinario in https://github.com/flyteorg/flytekit/pull/2242

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

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

1.11.0

What's Changed
* Extends config plugin API to customize the default OAuth success html by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2189
* Fix Airflow Agent kwargs bug by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2195
* Container Image should be an input into computing the task version by pingsutw in https://github.com/flyteorg/flytekit/pull/2194
* Bump cryptography from 42.0.0 to 42.0.2 in /tests/flytekit/integration/remote/mock_flyte_repo/workflows by dependabot in https://github.com/flyteorg/flytekit/pull/2197
* add executable to shell task by samhita-alla in https://github.com/flyteorg/flytekit/pull/2084
* feat(flyteinteractive): Disable workspace trust for vscode server by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2202
* Fix local overwrite cache by ChungYujoyce in https://github.com/flyteorg/flytekit/pull/2198
* docs(flyteinteractive): Change docker build to docker buildx build by MortalHappiness in https://github.com/flyteorg/flytekit/pull/2200
* Distribute tests by file by eapolinario in https://github.com/flyteorg/flytekit/pull/2199
* Support overridding cache configuration by hamersaw in https://github.com/flyteorg/flytekit/pull/2154
* [caching] Add overwrite_cache flag when creating launch plan by ysysys3074 in https://github.com/flyteorg/flytekit/pull/2029
* pin great expectations version and run local cache tests serially by samhita-alla in https://github.com/flyteorg/flytekit/pull/2205
* Move agent (extend) tests to extras by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2218
* Fix CI error by pingsutw in https://github.com/flyteorg/flytekit/pull/2220
* upload files/directories when using remote-workflow by samhita-alla in https://github.com/flyteorg/flytekit/pull/2222
* CI Uses GITHUB_OUTPUT in github actions by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2219
* Add launch condition column by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2204
* 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
* 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
* DOCS-301 update flytekit links to monodocs by ppiegaze in https://github.com/flyteorg/flytekit/pull/2210
* Output metadata tracking by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2221
* Define python versions a priori and schedule CI runs once a day by eapolinario in https://github.com/flyteorg/flytekit/pull/2237
* Simplify version calculation by eapolinario in https://github.com/flyteorg/flytekit/pull/2247
* Adds a FlyteDeck markdown renderer to core by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2246
* DeleteTask should return DeleteTaskResponse by pingsutw in https://github.com/flyteorg/flytekit/pull/2251
* Promote source code renderer and use it by default by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2248
* Refactor Databricks Agent Phase by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2244
* feat(resources): support serialization of Resources dataclasses by cameronraysmith in https://github.com/flyteorg/flytekit/pull/2250
* Fix sql alchemy plugin error `module 'pandas.io' has no attribute 'common' ` by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2249
* ShellTask: stores process return code, stdout and stderr for later use. by benoistlaurent in https://github.com/flyteorg/flytekit/pull/2229
* Bump flyteidl for spark plugin by pingsutw in https://github.com/flyteorg/flytekit/pull/2253
* Rewrite test to work better on all platforms by eapolinario in https://github.com/flyteorg/flytekit/pull/2255
* Support pydantic plugin in 2.xx version by Future-Outlier in https://github.com/flyteorg/flytekit/pull/2217
* Fix FlyteFS by pingsutw in https://github.com/flyteorg/flytekit/pull/2208

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

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

Page 1 of 62

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.