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

Update Python version in Container and Upgrade Airflow to later version to resolve dependency issue #114

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Oluwajuwon-O
Copy link

@Oluwajuwon-O Oluwajuwon-O commented Jan 20, 2025

Fixes #
I noticed that the Python version in the container was Python 3.6. This caused dependency issues for some packages that require a more recent Python version. I also upgraded Airflow version from 2.2.4 to 2.7.3.

Proposed Changes

  • Upgrade airflow version from older 2.2.4 to 2.7.3
  • Update the container configuration to specify Python 3.8.9 (or another supported version) in the image.
  • Verifify compatibility of existing dependencies with the new Python version.

@Oluwajuwon-O Oluwajuwon-O changed the title Update Python version in Container to resolve dependency issue Update Python version in Container and Upgrade Airflow to later version to resolve dependency issue Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant