Re: [PR] Fix example_branch_operator failing in python 3.12 [airflow]

2024-05-23 Thread via GitHub
ephraimbuddy merged PR #39783: URL: https://github.com/apache/airflow/pull/39783 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@air

[PR] Fix example_branch_operator failing in python 3.12 [airflow]

2024-05-23 Thread via GitHub
ephraimbuddy opened a new pull request, #39783: URL: https://github.com/apache/airflow/pull/39783 Recently, this dag started failing due to python 3.12 removal of some deprecated symbols. The fix here was moving to a higher version of numpy as the old version uses pinned setuptools