Python-jose-cryptodome 1.3.2 has requirement pycryptodome<3.4.0,>=3.3.1, but you'll have pycryptodome 3.7.3 which is incompatible

I’ve been using a custom_component based on pycarwings2 for connecting to my Nissan Leaf.

I think that with the latest upgrade there were some updates creating an issue.

Unable to install package pycarwings2==2.6: Failed building wheel for pycryptodome
python-jose-cryptodome 1.3.2 has requirement pycryptodome<3.4.0,>=3.3.1, but you'll have pycryptodome 3.7.3 which is incompatible.

This is what I get from the log and I’ve found a few topics around the same issue, but they are all from early last year. I’ve also found a few issues registered for some other components with similar error messages.

My question is if there is something I can do on HassOS to fix this or if it’s just to wait and hope that it will be sorted out in a coming version.

I’m facing the same issue, all though it’s a custom component I would like to understand how I can upgrade to the appropriate lib version inside my docker container

I just updated to 0.86.0 and the issue went away. Can’t say for sure what it is since I can’t find anything related to this in the release notes, but for it it solved the issue.

Yep seems to work for me as well. Probably some dependency version that got updated in conjunction with another component