Skip to content

Commit 5d2a28e

Browse files
authored
The SMTP provider is now preinstalled when installing Airflow (#37713)
Related #36226 and #37701 - where we had problems with SMTP provider 1.6.0.
1 parent 3dfebd1 commit 5d2a28e

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ repos:
753753
name: Sort alphabetically and uniquify installed_providers.txt
754754
entry: ./scripts/ci/pre_commit/pre_commit_sort_installed_providers.py
755755
language: python
756-
files: ^\.pre-commit-config\.yaml$|^dev/.*_installed_providers\.txt$
756+
files: ^\.pre-commit-config\.yaml$|^.*_installed_providers\.txt$
757757
pass_filenames: false
758758
require_serial: true
759759
- id: update-spelling-wordlist-to-be-sorted

airflow_pre_installed_providers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ fab
55
ftp
66
http
77
imap
8+
smtp
89
sqlite
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The smtp provider is now pre-installed when you install Airflow.

0 commit comments

Comments
 (0)