What's Changed
* Fix race conditions in the Authentication client by rdeaton-freenome in https://github.com/flyteorg/flytekit/pull/2635
* Update uv to 0.2.37 in default image builder by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2687
* Input through file and pipe by mao3267 in https://github.com/flyteorg/flytekit/pull/2552
* Improve error message for get signed url failure by pingsutw in https://github.com/flyteorg/flytekit/pull/2679
* Add pythonpath "." before loading modules by arbaobao in https://github.com/flyteorg/flytekit/pull/2673
* Better error message for FailureNodeInputMismatch error by pingsutw in https://github.com/flyteorg/flytekit/pull/2693
* Remove prerelease flag with uv in image builder by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2697
* Fix: Catch unsupported node types in map node array task by fg91 in https://github.com/flyteorg/flytekit/pull/2699
* Deprecation notice for pod plugin by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2698
* Fix integration tests by eapolinario in https://github.com/flyteorg/flytekit/pull/2701
* Add pip_extra_index_url as a supported parameter in default builder by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2704
* remove upper bound of plugin dependencies for flytekit-polars by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2514
* fix: cover 500 errors for new Harbor repos by dylanspag-lmco in https://github.com/flyteorg/flytekit/pull/2696
* Fix local test `test_get_config_file` fail by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2705
* Fix local test `test_get_remote` fail by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2706
* Fix local test `test_saving_remote` fail by Mecoli1219 in https://github.com/flyteorg/flytekit/pull/2707
* Default execution name should be generated in flyteadmin by wayner0628 in https://github.com/flyteorg/flytekit/pull/2678
* Support default values in typing.List[dataclass] and typing.Dict[str, dataclass] by mao3267 in https://github.com/flyteorg/flytekit/pull/2603
* Use logger.debug when numpy is not found by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2712
* refactor(core): Update with_overrides signatures and type hints by pingsutw in https://github.com/flyteorg/flytekit/pull/2323
* Make task loading a part of dispatch execute by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2711
* Adds neptune plugin for experiment tracking by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2686
* Add Echo task by pingsutw in https://github.com/flyteorg/flytekit/pull/2654
* [Remote] check subworkflows for launch plan nodes by wild-endeavor in https://github.com/flyteorg/flytekit/pull/2714
* Improve jupyter repr and `__repr__` for Flyte models by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2647
* Improve error message for entity not found in flytekit cli by pingsutw in https://github.com/flyteorg/flytekit/pull/2713
* Polars lazyframe by cosmicBboy in https://github.com/flyteorg/flytekit/pull/2695
* unify the image spec hash function by pingsutw in https://github.com/flyteorg/flytekit/pull/2593
* Provide upper bound to great expectations by thomasjpfan in https://github.com/flyteorg/flytekit/pull/2717
New Contributors
* mao3267 made their first contribution in https://github.com/flyteorg/flytekit/pull/2552
* dylanspag-lmco made their first contribution in https://github.com/flyteorg/flytekit/pull/2696
**Full Changelog**: https://github.com/flyteorg/flytekit/compare/v1.13.4...v1.13.5