Skip to content

Commit

Permalink
The SMTP provider is now preinstalled when installing Airflow (apache…
Browse files Browse the repository at this point in the history
…#37713)

Related apache#36226 and apache#37701 - where we had problems with SMTP
provider 1.6.0.
  • Loading branch information
potiuk authored and abhishekbhakat committed Mar 5, 2024
1 parent 07dda7a commit 79587e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -753,7 +753,7 @@ repos:
name: Sort alphabetically and uniquify installed_providers.txt
entry: ./scripts/ci/pre_commit/pre_commit_sort_installed_providers.py
language: python
files: ^\.pre-commit-config\.yaml$|^dev/.*_installed_providers\.txt$
files: ^\.pre-commit-config\.yaml$|^.*_installed_providers\.txt$
pass_filenames: false
require_serial: true
- id: update-spelling-wordlist-to-be-sorted
Expand Down
1 change: 1 addition & 0 deletions airflow_pre_installed_providers.txt
Expand Up @@ -5,4 +5,5 @@ fab
ftp
http
imap
smtp
sqlite
1 change: 1 addition & 0 deletions newsfragments/37713.significant.rst
@@ -0,0 +1 @@
The smtp provider is now pre-installed when you install Airflow.

0 comments on commit 79587e2

Please sign in to comment.