Skip to content

Commit

Permalink
Downgrade pendulum version (#1446)
Browse files Browse the repository at this point in the history
* pinning pendulum version

* Update .circleci/integration-tests/Dockerfile.astro_cloud

Co-authored-by: Pankaj Koti <[email protected]>

---------

Co-authored-by: Pankaj Koti <[email protected]>
  • Loading branch information
vatsrahul1001 and pankajkoti authored Jan 22, 2024
1 parent fe9df55 commit 6db2a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/integration-tests/Dockerfile.astro_cloud
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ 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

0 comments on commit 6db2a49

Please sign in to comment.