Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Housekeeping] dataclasses-json is restricted to the old 0.5.2 to 0.5.12 range making RAGChecker incompatible #6352

Open
2 tasks done
renesteeman opened this issue Mar 20, 2025 · 1 comment
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free

Comments

@renesteeman
Copy link

Describe the issue

Because no versions of flytekit match >1.15.3,<1.16.0b0 || >1.16.0b0,<2.0.0
and flytekit (1.16.0b0) depends on dataclasses-json (>=0.5.2,<0.5.12), flytekit (>1.15.3,<2.0.0) requires dataclasses-json (>=0.5.2,<0.5.12).
And because flytekit (1.15.3) depends on dataclasses-json (>=0.5.2,<0.5.12), flytekit (>=1.15.3,<2.0.0) requires dataclasses-json (>=0.5.2,<0.5.12).
Because no versions of ragchecker match >0.1.9,<0.2.0
and ragchecker (0.1.9) depends on dataclasses-json (>=0.6,<0.7), ragchecker (>=0.1.9,<0.2.0) requires dataclasses-json (>=0.6,<0.7).
Thus, ragchecker (>=0.1.9,<0.2.0) is incompatible with flytekit (>=1.15.3,<2.0.0).
So, because narayan-strategy-extraction depends on both flytekit (>=1.15.3,<2.0.0) and ragchecker (^0.1.9), version solving failed.

What if we do not do this?

RAGChecker can not run on Flyte

Related component(s)

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@renesteeman renesteeman added the housekeeping Issues that help maintain flyte and keep it tech-debt free label Mar 20, 2025
Copy link

welcome bot commented Mar 20, 2025

Thank you for opening your first issue here! 🛠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Issues that help maintain flyte and keep it tech-debt free
Projects
None yet
Development

No branches or pull requests

1 participant