Summary
The user upgraded their Flyte Python packages to version 1.13.0 and faced a FlyteInvalidInputException
with a "TaskReferenceNotFound" error when submitting a job via their GitLab CI/CD pipeline, an issue not present in version 1.11.0. The workflow runs fine locally. They are looking for information on possible compatibility issues with other packages and the cause of the error, providing a list of installed packages for review. Reinstalling flytekit==1.13.0
or flytekit==1.13.4
after deleting previous installations did not fix the problem, which can be easily reproduced locally.