In pyproject.toml we have something like onnxruntime>=1.17.0,<1.20; this was done to make uv add magika work. However, uv folks recently merged astral-sh/uv#9827 (which is included in 0.5.9), which should make it possible to have magika installable via uv without this constraint. We should remove the constraint and check what happens.