Skip to content

Commit 6c1d115

Browse files
Merge pull request #147 from tulibraries/DEVO-1388-upgrade-airflow-to-3.3.0
DEVO-1388 Upgrade airflow to 3.3.0
2 parents c54f62f + 1b89b87 commit 6c1d115

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ redis_port: 6379
7171
airflow_python_version: "{{ _airflow_python_version }}"
7272
python_version: "3.12.13"
7373
# Update if python version or apache airflow version changes.
74-
airflow_python_constraint: "--constraint=https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.12.txt"
74+
airflow_python_constraint: "--constraint=https://raw.githubusercontent.com/apache/airflow/constraints-3.3.0/constraints-3.12.txt"
7575
dags_repos_folder: "{{ airflow_user_home_path ~ '/airflow/dags_repos' }}"
7676
dags_folder: "{{ airflow_user_home_path ~ '/airflow/dags' }}"
7777

7878
airflow_packages:
7979
- name: 'GitPython'
8080
- name: 'Cython'
8181
- name: 'apache-airflow'
82-
version: '3.2.0'
82+
version: '3.3.0'
8383
- name: 'pipenv'
8484
- name: 'numpy'
8585
- name: 'apache-airflow-providers-amazon'

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ platforms:
3636
provisioner:
3737
name: ansible
3838
env:
39-
PYTHON_DEPS: "apache-airflow==3.2.0,Flask,apache-airflow-providers-fab,authlib"
39+
PYTHON_DEPS: "apache-airflow==3.3.0,Flask,apache-airflow-providers-fab,authlib"
4040
DAG_DEPS: "awscli,pandas"
4141
verifier:
4242
name: testinfra

0 commit comments

Comments
 (0)