GitHub user potiuk added a comment to the discussion: After upgrading to 
Airflow 3 I have the following issue with cryptography or pyOpenSSL

Also - you might try your luck by opening an issue in `cryptography` repo -> or 
look for a solution there. Cryptography different versions bundle or use system 
SSL in various capacities, and it might well be the combination of our 
"constraint" version of cryptography  does not work on your system due to bug 
in cryptography itself - you might try to use different version of cryptography 
(I saw it helped other people among google searches) or bumping some system 
libraries - but cryptography library developers are the best to advise on it.

Rememeber that while constraints are there to provide reproducible installation 
- they are also designed in the way that in case you have any issues with any 
of the libraries that you need to upgrade or downgrade , it's usually ok (adn 
up to you - deployment manager) to figure out how much you have to diverge from 
the default constraints in your partticular circumstances and environment - 
because for each installation the set of other libraries/dependencies/os/ 
system environment might be different - so we specifically designed constraints 
to be "default" and "reproducible" case in known environment (for sure working 
in Debian Bookworm) but left the freedom (and power) in the hand of the users 
deploying airflow to diverge from it as they see fit.

GitHub link: 
https://github.com/apache/airflow/discussions/49865#discussioncomment-13061357

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to