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

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.0 to 4.25.8. Commits a4cbdd3 Updating version.json and repo version numbers to: 25.8 29445be Merge pull request #21880 from shaod2/py-25 cc13b69 Remove debugging code and add EOLs...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

## Tracking issue https://github.com/fsspec/gcsfs/issues/659 ## Why are the changes needed? Avoid GCSFileSystem reusing an HTTP session from a different event loop. ``` 5-08-08T00:08:10Z │ /opt/conda/lib/python3.10/weakref.py:667 in _exitfunc │ 2025-08-08T00:08:10Z │...

## Why are the changes needed? Currently, if we have a `workflow` with an optional date parameter, we cannot call this from the CLI. Workflow definition: ```python @workflow def ingest_data(...

## Why are the changes needed? "audience" is a valid field in `config.yaml` but it's value is not taken into account when creating `PlatformConfig`. This seems to be an omission...

## Why are the changes needed? `AuthorizationClient.get_creds_from_remote()` is written in such a way that it waits for exactly one request from the browser. But if the request is invalid (i.e....

## Tracking issue Part of https://github.com/flyteorg/flyte/issues/6490 ## Why are the changes needed? Getting error `ValueError: Missing node from mapping: fn0` when using remote.wait on an execution that has `FailureNode` specified...

## Tracking issue Part of https://github.com/flyteorg/flyte/issues/6490 ## Why are the changes needed? When using flytekit's `FlyteRemote` and calling `remote.wait` on an execution of a workflow that contains a `BranchNode`, we...

## Tracking issue flyteorg/flyte#6277 ## Why are the changes needed? Currently, we cannot use `ContainerTask` in map task. This PR is trying to make this integration works. ## What changes...

## Tracking issue ## Why are the changes needed? ## What changes were proposed in this pull request? ## How was this patch tested? ### Setup process ### Screenshots ##...