v6.2.1

NangoHQ/nangov6.2.1Feb 24, 2026by adamnsandle

AI Summary

Makes ONNX Runtime an optional dependency, requiring explicit installation for users who need it.

Key Highlights

  • ONNX Runtime is now optional instead of required
  • Users must explicitly install ONNX Runtime for CPU or GPU

Breaking Changes

  • ONNX Runtime is now an optional dependency instead of required

Full Release Notes

- onnxruntime is now an optional dependency instead of required.

You now need to install ONNX Runtime explicitly:
`pip install onnxruntime`      # for CPU
`pip install onnxruntime-gpu`  # for GPU