Deivis Laya
Deivis Laya
Hi @yhaelopez When testing this proposal in odoo 16.0 I get the following message: More details here: https://github.com/OCA/server-tools/pull/2650 cc @moylop260 ``` 2023-10-10 16:33:42,802 351 INFO odoo odoo.modules.loading: Loading module sentry...
@yhaelopez It is sentry-sdk == 1.9.0 version https://github.com/getsentry/sentry-python/blob/1cf1bbb4eeb8dad70cab72eebba6f78f0eb3fc0b/setup.py#L40 That satisfies the odoo requirement with the library urllib3 == 1.26.5 https://github.com/odoo/odoo/blob/e0feda462961ae612cacc36d1a75d56c5594fd22/requirements.txt#L56 sentry-sdk > 1.9.0 required urllib3 >= 1.26.11 https://github.com/getsentry/sentry-python/blob/4f1f782fbedc9adcf1dfcd2092bb328443f09e8c/setup.py#L43
@moylop260 @yhaelopez > @deivislaya > > Is Odoo=16.0 compatible with `urllib3 >= 1.26.11`? > > Is sentry-sdk>1.9.0 compatible with `urllib3 == 1.26.5`? Is Odoo=16.0 compatible with `urllib3 >= 1.26.11`? yes,...