Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example_branch_operator failing in python 3.12 #39783

Merged
merged 1 commit into from
May 23, 2024

Conversation

ephraimbuddy
Copy link
Contributor

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

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
@eladkal eladkal added this to the Airflow 2.9.2 milestone May 23, 2024
@eladkal eladkal added the type:misc/internal Changelog: Misc changes that should appear in change log label May 23, 2024
@ephraimbuddy ephraimbuddy merged commit 61e9070 into apache:main May 23, 2024
42 checks passed
@ephraimbuddy ephraimbuddy deleted the fix-exampledag branch May 23, 2024 11:46
RNHTTR pushed a commit to RNHTTR/airflow that referenced this pull request Jun 1, 2024
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
@ephraimbuddy ephraimbuddy added type:bug-fix Changelog: Bug Fixes and removed type:misc/internal Changelog: Misc changes that should appear in change log labels Jun 4, 2024
ephraimbuddy added a commit that referenced this pull request Jun 4, 2024
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

(cherry picked from commit 61e9070)
ephraimbuddy added a commit that referenced this pull request Jun 5, 2024
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

(cherry picked from commit 61e9070)
ephraimbuddy added a commit that referenced this pull request Jun 5, 2024
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

(cherry picked from commit 61e9070)
utkarsharma2 pushed a commit that referenced this pull request Jun 5, 2024
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

(cherry picked from commit 61e9070)
ephraimbuddy added a commit that referenced this pull request Jun 5, 2024
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

(cherry picked from commit 61e9070)
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants