From 040e724fb3d6bd71dc5c512dc36606a107fd7895 Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Fri, 16 Feb 2024 14:37:00 +0530 Subject: [PATCH] Revert "Downgrade pendulum version (#1446)" (#1478) This reverts commit 6db2a4976575c7ddd67f7b7576a3c092ba5b3431. closes: #1477 --- .circleci/integration-tests/Dockerfile.astro_cloud | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index 2f16bf74d..783057578 100644 --- a/.circleci/integration-tests/Dockerfile.astro_cloud +++ b/.circleci/integration-tests/Dockerfile.astro_cloud @@ -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