Hi, I'm integrating some tasks which use `ragcheck...
# flyte-support
b
Hi, I'm integrating some tasks which use
ragchecker
from python, but it clashes with
flytekit
due to incompatible versions of
dataclasses-json
. ragchecker requires
^0.6
while flytekit has this 2 year old line that I'm trying to figure out:
Copy code
"dataclasses-json>=0.5.2,<0.5.12", # TODO: remove upper-bound after fixing change in contract
What's the change in contract that's blocking the upgrade here? It would be a lot of work to remove the dependency on ragchecker.