File tree Expand file tree Collapse file tree 13 files changed +26
-19
lines changed
dev/breeze/src/airflow_breeze Expand file tree Collapse file tree 13 files changed +26
-19
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ARG AIRFLOW_VERSION="2.4.2"
48
48
49
49
ARG PYTHON_BASE_IMAGE="python:3.7-slim-bullseye"
50
50
51
- ARG AIRFLOW_PIP_VERSION=22.3
51
+ ARG AIRFLOW_PIP_VERSION=22.3.1
52
52
ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow"
53
53
ARG AIRFLOW_IMAGE_README_URL="https://raw.githubusercontent.com/apache/airflow/main/docs/docker-stack/README.md"
54
54
@@ -422,7 +422,7 @@ function common::get_airflow_version_specification() {
422
422
function common::override_pip_version_if_needed() {
423
423
if [[ -n ${AIRFLOW_VERSION} ]]; then
424
424
if [[ ${AIRFLOW_VERSION} =~ ^2\. 0.* || ${AIRFLOW_VERSION} =~ ^1\. * ]]; then
425
- export AIRFLOW_PIP_VERSION="22.3"
425
+ export AIRFLOW_PIP_VERSION="22.3.1 "
426
426
fi
427
427
fi
428
428
}
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ function common::get_airflow_version_specification() {
382
382
function common::override_pip_version_if_needed() {
383
383
if [[ -n ${AIRFLOW_VERSION} ]]; then
384
384
if [[ ${AIRFLOW_VERSION} =~ ^2\.0.* || ${AIRFLOW_VERSION} =~ ^1\.* ]]; then
385
- export AIRFLOW_PIP_VERSION="22.3"
385
+ export AIRFLOW_PIP_VERSION="22.3.1 "
386
386
fi
387
387
fi
388
388
}
@@ -1093,7 +1093,7 @@ ARG AIRFLOW_CI_BUILD_EPOCH="3"
1093
1093
ARG AIRFLOW_PRE_CACHED_PIP_PACKAGES="true"
1094
1094
# By default in the image, we are installing all providers when installing from sources
1095
1095
ARG INSTALL_PROVIDERS_FROM_SOURCES="true"
1096
- ARG AIRFLOW_PIP_VERSION=22.3
1096
+ ARG AIRFLOW_PIP_VERSION=22.3.1
1097
1097
# Setup PIP
1098
1098
# By default PIP install run without cache to make image smaller
1099
1099
ARG PIP_NO_CACHE_DIR="true"
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ The following build arguments (``--build-arg`` in docker build command) can be u
457
457
| ``ADDITIONAL_DEV_APT_ENV `` | | Additional env variables defined |
458
458
| | | when installing dev deps |
459
459
+------------------------------------------+------------------------------------------+------------------------------------------+
460
- | ``AIRFLOW_PIP_VERSION `` | ``22.3 `` | PIP version used. |
460
+ | ``AIRFLOW_PIP_VERSION `` | ``22.3.1 `` | PIP version used. |
461
461
+------------------------------------------+------------------------------------------+------------------------------------------+
462
462
| ``PIP_PROGRESS_BAR `` | ``on `` | Progress bar for PIP installation |
463
463
+------------------------------------------+------------------------------------------+------------------------------------------+
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ versions:
48
48
dependencies :
49
49
- apache-airflow>=2.3.0
50
50
- apache-airflow-providers-common-sql>=1.3.0
51
- - boto3>=1.15 .0
51
+ - boto3>=1.24 .0
52
52
# watchtower 3 has been released end Jan and introduced breaking change across the board that might
53
53
# change logging behaviour:
54
54
# https://github.com/kislyuk/watchtower/blob/develop/Changes.rst#changes-for-v300-2022-01-26
@@ -58,9 +58,9 @@ dependencies:
58
58
- redshift_connector>=2.0.888
59
59
- sqlalchemy_redshift>=0.8.6
60
60
- pandas>=0.17.1
61
- - mypy-boto3-rds>=1.21 .0
62
- - mypy-boto3-redshift-data>=1.21 .0
63
- - mypy-boto3-appflow>=1.21 .0
61
+ - mypy-boto3-rds>=1.24 .0
62
+ - mypy-boto3-redshift-data>=1.24 .0
63
+ - mypy-boto3-appflow>=1.24 .0
64
64
65
65
integrations :
66
66
- integration-name : Amazon Athena
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ dependencies:
66
66
# TODO: Upgrade all Google libraries that are limited to <2.0.0
67
67
- PyOpenSSL
68
68
- asgiref>=3.5.2
69
+ - gcloud_aio_auth>=4.0.0
69
70
- gcloud-aio-bigquery>=6.1.2
70
71
- gcloud-aio-storage
71
72
- google-ads>=15.1.1
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ dependencies:
64
64
# Limited due to https://github.com/Azure/azure-uamqp-python/issues/191
65
65
- azure-servicebus>=7.6.1; platform_machine != "aarch64"
66
66
- azure-synapse-spark
67
+ - adal>=.1.2.7
67
68
68
69
integrations :
69
70
- integration-name : Microsoft Azure Batch
Original file line number Diff line number Diff line change 74
74
ALLOWED_MYSQL_VERSIONS = ["5.7" , "8" ]
75
75
ALLOWED_MSSQL_VERSIONS = ["2017-latest" , "2019-latest" ]
76
76
77
- PIP_VERSION = "22.3"
77
+ PIP_VERSION = "22.3.1 "
78
78
79
79
80
80
@lru_cache (maxsize = None )
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ def find_newer_dependencies(
92
92
get_console ().print ("[info]Use the following pip install command (see the doc above for details)\n " )
93
93
get_console ().print (
94
94
'pip install ".[devel_all]" --upgrade --upgrade-strategy eager '
95
- '"dill<0.3.3" "certifi<2021.0 .0"' + constraint_string ,
95
+ '"dill<0.3.3" "pyarrow>=6.0.0" "protobuf<4.21 .0"' + constraint_string ,
96
96
markup = False ,
97
97
soft_wrap = True ,
98
98
)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Those are the most common arguments that you use when you want to build a custom
45
45
+------------------------------------------+------------------------------------------+---------------------------------------------+
46
46
| ``AIRFLOW_USER_HOME_DIR `` | ``/home/airflow `` | Home directory of the Airflow user. |
47
47
+------------------------------------------+------------------------------------------+---------------------------------------------+
48
- | ``AIRFLOW_PIP_VERSION `` | ``22.3 `` | PIP version used. |
48
+ | ``AIRFLOW_PIP_VERSION `` | ``22.3.1 `` | PIP version used. |
49
49
+------------------------------------------+------------------------------------------+---------------------------------------------+
50
50
| ``ADDITIONAL_PIP_INSTALL_FLAGS `` | | additional ``pip `` flags passed to the |
51
51
| | | installation commands (except when |
Original file line number Diff line number Diff line change 19
19
"deps" : [
20
20
" apache-airflow-providers-common-sql>=1.3.0" ,
21
21
" apache-airflow>=2.3.0" ,
22
- " boto3>=1.15 .0" ,
22
+ " boto3>=1.24 .0" ,
23
23
" jsonpath_ng>=1.5.3" ,
24
- " mypy-boto3-appflow>=1.21 .0" ,
25
- " mypy-boto3-rds>=1.21 .0" ,
26
- " mypy-boto3-redshift-data>=1.21 .0" ,
24
+ " mypy-boto3-appflow>=1.24 .0" ,
25
+ " mypy-boto3-rds>=1.24 .0" ,
26
+ " mypy-boto3-redshift-data>=1.24 .0" ,
27
27
" pandas>=0.17.1" ,
28
28
" redshift_connector>=2.0.888" ,
29
29
" sqlalchemy_redshift>=0.8.6" ,
305
305
" asgiref>=3.5.2" ,
306
306
" gcloud-aio-bigquery>=6.1.2" ,
307
307
" gcloud-aio-storage" ,
308
+ " gcloud_aio_auth>=4.0.0" ,
308
309
" google-ads>=15.1.1" ,
309
310
" google-api-core>=2.7.0,<3.0.0" ,
310
311
" google-api-python-client>=1.6.0,<2.0.0" ,
426
427
},
427
428
"microsoft.azure" : {
428
429
"deps" : [
430
+ " adal>=.1.2.7" ,
429
431
" apache-airflow>=2.3.0" ,
430
432
" azure-batch>=8.0.0" ,
431
433
" azure-cosmos>=4.0.0" ,
You can’t perform that action at this time.
0 commit comments