Skip to content

Commit 83c102e

Browse files
committed
DEVO-1388 Upgrade airflow to 3.3.0
1 parent c530b22 commit 83c102e

4 files changed

Lines changed: 1792 additions & 1825 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 30
1919
strategy:
2020
matrix:
21-
python-version: [ 3.14 ]
21+
python-version: [ 3.12 ]
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v6

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.4
1+
3.12.4

Pipfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
aiohttp = "==3.13.5"
8-
apache-airflow = "==3.2.1"
9-
apache-airflow-providers-fab = "==3.6.1"
10-
apache-airflow-providers-slack = "==9.10.0"
11-
apache-airflow-providers-standard = "==1.12.3"
12-
boto3 = "==1.42.84"
7+
aiohttp = "==3.14.1"
8+
apache-airflow = "==3.3.0"
9+
apache-airflow-providers-fab = "==3.7.1"
10+
apache-airflow-providers-slack = "==9.10.2"
11+
apache-airflow-providers-standard = "==1.15.0"
12+
boto3 = "==1.43.0"
13+
cryptography = "==48.0.1"
1314
moto = "*"
14-
pandas = "==2.3.3"
15+
pandas = "==2.1.4"
1516
pylint = "*"
1617
pytest = "*"
1718
requests-mock = "*"
1819

1920
[packages]
2021

2122
[requires]
22-
python_version = "3.14"
23+
python_version = "3.12"

0 commit comments

Comments
 (0)