v6.2.1

camel-ai/camelv6.2.1Feb 24, 2026by adamnsandle

AI Summary

This maintenance release makes ONNX Runtime an optional dependency to reduce package overhead, requiring users to install it explicitly if needed for specific functionality.

Key Highlights

  • ONNX Runtime is now an optional dependency instead of a required one.
  • Users must explicitly install `onnxruntime` or `onnxruntime-gpu` via pip to use ONNX features.

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