Friday, July 25, 2025
1 change · saas-18.4
Enhancements to existing features
The IoT box image now uses system-managed versions of key security-related Python packages to better match the rest of the platform. It also adds supporting libraries needed for future WebRTC compatibility, reducing upgrade risk for upcoming releases.
Original PR description
This commit contains two changes: - Install `cryptography` and `pyopenssl` using `apt` instead of `pip` - This means the correct versions are used for compatibility with other `python3-*` apt packages. - Install additional libraries for compatibility with WebRTC (19.0) task-4894918 To be merged after: https://github.com/odoo/odoo/pull/218871 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#219343 Forward-Port-Of: odoo/odoo#219225