GitHub user potiuk added a comment to the discussion: After upgrading to Airflow 3 I have the following issue with cryptography or pyOpenSSL
This really look like cryptography issue. I see you opened one here: https://github.com/pyca/cryptography/issues/12944 and they suggest use later version of cryptography. Why do you use cryptography == 41.0.0 ? all the constraints for airflow 3.0* seem to use 42.* For example here: https://github.com/apache/airflow/blob/constraints-3.0.1/constraints-3.11.txt ``` cryptography==42.0.8 ``` Also - https://linen.prefect.io/t/22769329/our-flow-runs-have-started-failing-today-with-the-following- has similar error and seems that it was solved by upgrading it to 42.0.8 ? GitHub link: https://github.com/apache/airflow/discussions/49865#discussioncomment-13196384 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
