Skip to content

Build(deps): Update apache-airflow-providers-common-sql requirement from <3,>=2.0.3 to >=2.1.1,<3 - #249

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/apache-airflow-providers-common-sql-gte-2.1.1-and-lt-3
Open

Build(deps): Update apache-airflow-providers-common-sql requirement from <3,>=2.0.3 to >=2.1.1,<3#249
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/apache-airflow-providers-common-sql-gte-2.1.1-and-lt-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on apache-airflow-providers-common-sql to permit the latest version.

Release notes

Sourced from apache-airflow-providers-common-sql's releases.

Apache Airflow 2.1.1

Bug Fixes

  • Don't crash attempting to mask secrets in dict with non-string keys (#16601)
  • Always install sphinx_airflow_theme from PyPI (#16594)
  • Remove limitation for elasticsearch library (#16553)
  • Adding extra requirements for build and runtime of the PROD image. (#16170)
  • Cattrs 1.7.0 released by the end of May 2021 break lineage usage (#16173)
  • Removes unnecessary packages from setup_requires (#16139)
  • Pins docutils to <0.17 until breaking behaviour is fixed (#16133)
  • Improvements for Docker Image docs (#14843)
  • Ensure that dag_run.conf is a dict (#15057)
  • Fix CLI connections import and migrate logic from secrets to Connection model (#15425)
  • Fix Dag Details start date bug (#16206)
  • Fix DAG run state not updated while DAG is paused (#16343)
  • Allow null value for operator field in task_instance schema(REST API) (#16516)
  • Avoid recursion going too deep when redacting logs (#16491)
  • Backfill: Don't create a DagRun if no tasks match task regex (#16461)
  • Tree View UI for larger DAGs & more consistent spacing in Tree View (#16522)
  • Correctly handle None returns from Query.scalar() (#16345)
  • Adding only_active parameter to /dags endpoint (#14306)
  • Don't show stale Serialized DAGs if they are deleted in DB (#16368)
  • Make REST API List DAGs endpoint consistent with UI/CLI behaviour (#16318)
  • Support remote logging in elasticsearch with filebeat 7 (#14625)
  • Queue tasks with higher priority and earlier execution_date first. (#15210)
  • Make task ID on legend have enough width and width of line chart to be 100%. (#15915)
  • Fix normalize-url vulnerability (#16375)
  • Validate retries value on init for better errors (#16415)
  • add num_runs query param for tree refresh (#16437)
  • Fix templated default/example values in config ref docs (#16442)
  • Add passphrase and private_key to default sensitive field names (#16392)
  • Fix tasks in an infinite slots pool were never scheduled (#15247)
  • Fix Orphaned tasks stuck in CeleryExecutor as running (#16550)
  • Don't fail to log if we can't redact something (#16118)
  • Set max tree width to 1200 pixels (#16067)
  • Fill the "job_id" field for airflow task run without --local/--raw for KubeExecutor (#16108)
  • Fixes problem where conf variable was used before initialization (#16088)
  • Fix apply defaults for task decorator (#16085)
  • Parse recently modified files even if just parsed (#16075)
  • Ensure that we don't try to mask empty string in logs (#16057)
  • Don't die when masking log.exception when there is no exception (#16047)
  • Restores apply_defaults import in base_sensor_operator (#16040)
  • Fix auto-refresh in tree view When webserver ui is not in / (#16018)
  • Fix dag.clear() to set multiple dags to running when necessary (#15382)
  • Fix Celery executor getting stuck randomly because of reset_signals in multiprocessing (#15989)
Changelog

Sourced from apache-airflow-providers-common-sql's changelog.

  • 2.1.1

    • Fix failure of lack of default commands (failed when no commands were passed)
    • Added _PIP_ADDITIONAL_REQUIREMENTS development feature
  • 2.1.0

    • Unset default PIP_USER variable - which caused PythonVirtualEnv to fail

Airflow 2.0


* MySQL changed the keys to sign their packages on 17 Feb 2022. This caused all released images
  to fail when being extended. As result, on 18 Feb 2021 we re-released all
  the ``2.2`` and ``2.1`` images with latest versions of ``Dockerfile``
  containing the new signing key.

There were no changes in the behaviour of 2.0.2 image due to that
Detailed issue here &lt;https://github.com/apache/airflow/issues/20911&gt;_ .
Only 2.0.2 image was regenerated, as 2.0.1 and 2.0.0 versions are hardly used and it is unlikely someone
would like to extend those images. Extending 2.0.1 and 2.0.0 images will lead to failures of "missing key".

  • 2.0.2

    • Set correct PYTHONPATH for root user. Allows to run the image as root
    • Warn if the deprecated 5000 group ID was used for airflow user when running the image
      (should be 0 for the OpenShift compatibility). Fails if the group 5000 was used with any other user
      (it would not work anyway but with cryptic errors)
    • Set umask as 002 by default, so that you can actually change the user id used to run the image
      (required for OpenShift compatibility)
    • Skip checking the DB and celery backend if CONNECTION_CHECK_MAX_COUNT is equal to 0
  • 2.0.1

    • Avoid reverse IP lookup when checking DB availability. This helped to solve long delays on misconfigured
      docker engines
    • Add auto-detection of redis and amqp broker ports
    • Fixed detection of all user/password combinations in URLs - helps in auto-detecting ports and testing
      connectivity
    • Add possibility to create Admin user automatically when entering the image
    • Automatically create system user when different user than airflow is used. Needed for OpenShift
      compatibility
    • Allows to exec to bash or python if specified as parameters
    • Remove airflow command if it is specified as first parameter of the run command
  • 2.0.0

    • Initial release of the image based on Debian Buster

Changes after publishing the images

Occasionally our images need to be regenerated using newer Dockerfiles or constraints. This happens when an issue is found or a breaking change is released by our dependencies

... (truncated)

Commits

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)

Updates the requirements on [apache-airflow-providers-common-sql](https://github.com/apache/airflow) to permit the latest version.
- [Release notes](https://github.com/apache/airflow/releases)
- [Changelog](https://github.com/apache/airflow/blob/main/docker-stack-docs/changelog.rst)
- [Commits](apache/airflow@providers-grpc/2.0.3...2.1.1)

---
updated-dependencies:
- dependency-name: apache-airflow-providers-common-sql
  dependency-version: 2.1.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 Sep 1, 2026
@dependabot
dependabot Bot requested a review from hammerhead as a code owner September 1, 2026 01:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2026
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