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

Revert "Downgrade pendulum version (#1446)" #1478

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,4 @@ RUN cp astronomer_migration_dag.py ${AIRFLOW_HOME}/dags/
RUN cp nuke-config.yml ${AIRFLOW_HOME}/dags/
# we have an issue with connexion==3.0.0, so for now pinning previous stable version
RUN pip install connexion==2.14.2
# Temporary pin of pendulum until the required changes for pendulum 3.0 are handled in Astro
RUN pip install pendulum==2.1.2
USER astro
Loading