Hello everyone !
I'm working on a python flyte project that also requires an additional library (airbyte_api). I have a conflict with a library called dataclasses-json, which for flytekit needs to be <0.5.12, probably because of this issue:
https://github.com/flyteorg/flyte/issues/3873
And for airbyte it needs to be >=0.6.4.
Do you know if there's any plan to support newer versions of this library? Is there a walkaround that I can use for now for this issue?
Thanks !