flytekit icon indicating copy to clipboard operation
flytekit copied to clipboard

Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.

Results 305 flytekit issues
Sort by recently updated
recently updated
newest added

## Tracking issue Closes https://github.com/flyteorg/flyte/issues/5597 ## Why are the changes needed? See https://github.com/flyteorg/flyte/issues/5597 ## What changes were proposed in this pull request? ## How was this patch tested? Not yet...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.4 to 3.10.2. Release notes Sourced from aiohttp's releases. 3.10.2 Bug fixes Fixed server checks for circular symbolic links to be compatible with Python 3.13 -- by...

dependencies

Bumps [zipp](https://github.com/jaraco/zipp) from 3.16.2 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies

## Tracking issue https://github.com/flyteorg/flyte/issues/5574 ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots...

## Why are the changes needed? A lot of repos in the world have simply scripts or torchrun scripts to run. Also some users where flyte is already deployed may...

## Tracking issue Related to flyteorg/flyte#5365 ## Why are the changes needed? We want to update the docs for pyflyte when input through file and pipe. ## What changes were...

## Tracking issue closes flyteorg/flyte#1840 ## Why are the changes needed? support async task. `pythonfunctiontask` , `pythonfunctionworkflow` and `map_task` are supported. `Conditional workflows` are currently not supported ```python import asyncio...

## Why are the changes needed? Automatic cache versioning might make UX easier in that cache versions don't need to be bumped manually each time a task is changed. Forgetting...

into https://github.com/flyteorg/flytekit/pull/2737

## Tracking issue https://github.com/flyteorg/flyte/issues/5035 ## Why are the changes needed? timout is important for agent tasks. ## What changes were proposed in this pull request? ## How was this patch...