v1.0.3
roboflow/inferencev1.0.3Mar 3, 2026by PawelPeczek-Roboflow
AI Summary
This release focuses on stability and security by fixing container build issues and updating dependencies. It introduces AV codec support and refines dependency constraints for better compatibility.
Key Highlights
- Fixed JP7.1 container build OOM errors during ORT compilation
- Added AV codec dependencies to base image
- Updated aiohttp to >=3.13.3 to address security vulnerabilities
- Loosened typing-extensions dependency
- Changed ranking priority for AutoLoader - ONNX packages over Torch
New Features
- Updated aiohttp to >=3.13.3
- Added AV codec dependencies to base image
Full Release Notes
## What's Changed * Fix JP7.1 container build OOM during ORT compilation by @alexnorell in https://github.com/roboflow/inference/pull/2065 * Add AV codec dependencies to base image by @shntu in https://github.com/roboflow/inference/pull/2039 * Fix: Updated aiohttp to >=3.13.3 to address CVEs (#1949) by @thchann in https://github.com/roboflow/inference/pull/2069 * Add upper-bound constraints for aiohttp by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2071 * Change the ranking priority for AutoLoader - ONNX packages over Torch by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2047 * Loosening typing-extensions dependency by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2072 * Prepare inference `1.0.3` release by @PawelPeczek-Roboflow in https://github.com/roboflow/inference/pull/2073 ## New Contributors * @thchann made their first contribution in https://github.com/roboflow/inference/pull/2069 **Full Changelog**: https://github.com/roboflow/inference/compare/v1.0.2...v1.0.3