Skip to content

chore(deps): bump apache-airflow-providers-smtp from 3.0.0 to 3.0.1 in /ingestion#28678

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ingestion/apache-airflow-providers-smtp-3.0.1
Open

chore(deps): bump apache-airflow-providers-smtp from 3.0.0 to 3.0.1 in /ingestion#28678
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/ingestion/apache-airflow-providers-smtp-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Bumps apache-airflow-providers-smtp from 3.0.0 to 3.0.1.

Release notes

Sourced from apache-airflow-providers-smtp's releases.

Airflow 3.0.1

📦 PyPI: https://pypi.org/project/apache-airflow/3.0.1/ 📚 Docs: https://airflow.apache.org/docs/apache-airflow/3.0.1/index.html 🛠️ Release Notes: https://airflow.apache.org/docs/apache-airflow/3.0.1/release_notes.html 🪶 Sources: https://airflow.apache.org/docs/apache-airflow/3.0.1/installation/installing-from-sources.html

Bug Fixes

  • Improves the handling of value masking when setting Airflow variables for enhanced security (#43123)
  • Make entire task box clickable to select the task (#49299)
  • Vertically align task log header components in full screen mode (#49569)
  • Remove dag_code records with no serialized dag (#49478)
  • Clear out the dag_code and serialized_dag tables on 3.0 upgrade (#49563)
  • Remove extra slash so that the runs tab is selected (#49600)
  • Null out the scheduler_interval field on downgrade (#49583)
  • Logout functionality should respect base_url in api server (#49545)
  • Fix bug with showing invalid credentials on Login UI (#49556)
  • Fix Dag Code text selection when dark mode is enabled (#49649)
  • Bugfix: max_active_tis_per_dag is not respected by dynamically mapped tasks (#49708)
  • Fix infinite redirect caused by mistakenly setting token cookie as secure (#49721)
  • Better handle safe url redirects in login form for SimpleAuthManager (#49697)(#49866)
  • API: Add missing bundle_version to DagRun response (#49726)
  • Display bundle version in Dag details tab (#49787)
  • Fix gcp remote log module import in airflow local settings (#49788)
  • Bugfix: Grid view stops loading when there is a pending task to be expanded (#49772)
  • Treat single task_ids in xcom_pull the same as multiple when provided as part of a list (#49692)
  • UI: Auto refresh Home page stats (#49830)
  • UI: Error alert overflows out of the alert box (#49880)
  • Show backfill banner after creating a new backfill (#49666)
  • Mark DAGModel stale and associate bundle on import errors to aid migration from 2.10.5 (#49769)
  • Improve detection and handling of timed out DAG processor processes (#49868)
  • Fix editing port for connections (#50002)
  • Improve & Fix grid endpoint response time (#49969)
  • Update time duration format (#49914)
  • Fix Dashboard overflow and handle no status tasks (#49964)
  • Fix timezone setting for logical date input on Trigger Run form (#49662)
  • Help pip with avoiding resolution too deep issues in Python 3.12 (#49853)
  • Bugfix: backfill dry run does not use same timezone as create backfill (#49911)
  • Fix Edit Connection when connection is imported (#49989)
  • Bugfix: Filtering items from a mapped task is broken (#50011)
  • Fix Dashboard for queued DagRuns (#49961)
  • Fix backwards-compat import path for BashSensor (#49935)
  • Apply task group sorting based on webserver config in grid structure response (#49418)
  • Render custom map_index_template on task completion (#49809)
  • Fix ContinuousTimetable false triggering when last run ends in future (#45175)
  • Make Trigger Dag form warning more obvious (#49981)
  • Restore task hover and selection indicators in the Grid view (#50050)
  • Fix datetime validation for backfills (#50116)
  • Fix duration charts (#50094)
  • Fix DAG node selections (#50095)
  • UI: Fix date range field alignment (#50086)

... (truncated)

Changelog

Sourced from apache-airflow-providers-smtp's changelog.

.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

.. http://www.apache.org/licenses/LICENSE-2.0

.. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Dockerfile Changelog

The Dockerfile does not strictly follow the SemVer <https://semver.org/>_ approach of Apache Airflow when it comes to features and backwards compatibility. While Airflow code strictly follows it, the Dockerfile is really a way to give users a conveniently packaged Airflow using standard container approach, so occasionally there are some changes in the building process or in the entrypoint of the image that require slight adaptation of how it is used or built.

The Changelog below describes the changes introduced in each version of the docker images released by the Airflow team.

:note: The Changelog below concerns only the convenience production images released at Airflow DockerHub <https://hub.docker.com/r/apache/airflow>_ . The images that are released there are usually built using the Dockerfile released together with Airflow. However, you are free to take latest released Dockerfile from Airflow and use it to build an image for any Airflow version from the Airflow 2 line. There is no guarantee that it will work, but if it does, then you can use latest features from that image to build images for previous Airflow versions.

Airflow 3.1.4


In Airflow 3.1.4, the images are build without removing of .pyc and .pyo files when Python is built.
This increases the size of the image slightly (<0.5%), but improves performance of Python in the container
because Python does not need to recompile the files on the first run but more importantly, if you use
``exec`` to run Health Checks, removed .pyc files caused a small but ever growing memory leak in the Unix
kernel connected to negative ``dentries`` created when .pyc files were attempted to be compiled and failed.
This over time could lead to out-of-memory issues on the host running the container.

More information about dentries can be found in this article &lt;https://lwn.net/Articles/814535/&gt;_.

Airflow 3.1.0

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [apache-airflow-providers-smtp](https://github.com/apache/airflow) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst)
- [Commits](apache/airflow@3.0.0...3.0.1)

---
updated-dependencies:
- dependency-name: apache-airflow-providers-smtp
  dependency-version: 3.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 4, 2026 00:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

Hi there 👋 Thanks for your contribution!

The OpenMetadata team will review the PR shortly! Once it has been labeled as safe to test, the CI workflows
will start executing and we'll be able to make sure everything is working as expected.

Let us know if you need any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants