Conversation
3391000 to
bb1ec77
Compare
Add mode-based overrides to fix OpenSSL 3.x incompatibility (Ubuntu 24.04+) when creating venvs with OCA addons for Odoo 12-17. Conservative mode: exact pins per Odoo range - Odoo 12-14: pyopenssl==22.1.0 + cryptography==38.0.4 (OCA caps) - Odoo 15-17: pyopenssl>=24.0.0 + cryptography>=41.0.5 Modern mode: floor versions for all Odoo 12-17, resolver picks latest. Migrate urllib3 override from presets.toml to modes.toml with corrected scope (odoo_version >= 15.0 + python_version < 3.12).
Add dependency overrides to handle python-ldap/pyldap compatibility issues across Odoo versions due to OpenLDAP 2.5+ removing libldap_r: - Odoo 12: Replace unmaintained pyldap with python-ldap>=3.4.2 - Odoo 13-17: Bump python-ldap 3.4.0 to >=3.4.2 (3.4.0 hardcodes -lldap_r)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.