Skip to content

Commit a7d3007

Browse files
potiukephraimbuddy
authored andcommitted
The SMTP provider is now preinstalled when installing Airflow (#37713)
Related #36226 and #37701 - where we had problems with SMTP provider 1.6.0. (cherry picked from commit 5d2a28e)
1 parent 4f44fa7 commit a7d3007

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
@@ -762,7 +762,7 @@ repos:
762762
name: Sort alphabetically and uniquify installed_providers.txt
763763
entry: ./scripts/ci/pre_commit/pre_commit_sort_installed_providers.py
764764
language: python
765-
files: ^\.pre-commit-config\.yaml$|^dev/.*_installed_providers\.txt$
765+
files: ^\.pre-commit-config\.yaml$|^.*_installed_providers\.txt$
766766
pass_filenames: false
767767
require_serial: true
768768
- 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
@@ -4,4 +4,5 @@ common.sql
44
ftp
55
http
66
imap
7+
smtp
78
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)