Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/amazon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ dependencies = [
"apache-airflow-providers-standard"
]
"common.messaging" = [
"apache-airflow-providers-common-messaging>=1.0.1"
"apache-airflow-providers-common-messaging>=1.0.3"
]

[dependency-groups]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ packages = []
"apache-airflow-providers-common-io>=1.4.2"
]
"common.messaging" = [
"apache-airflow-providers-common-messaging>=1.0.1" # Set from MIN_VERSION_OVERRIDE in update_airflow_pyproject_toml.py
"apache-airflow-providers-common-messaging>=1.0.3" # Set from MIN_VERSION_OVERRIDE in update_airflow_pyproject_toml.py
]
"common.sql" = [
"apache-airflow-providers-common-sql>=1.18.0"
Expand Down Expand Up @@ -407,7 +407,7 @@ packages = []
"apache-airflow-providers-cohere>=1.4.0",
"apache-airflow-providers-common-compat>=1.2.1",
"apache-airflow-providers-common-io>=1.4.2",
"apache-airflow-providers-common-messaging>=1.0.1", # Set from MIN_VERSION_OVERRIDE in update_airflow_pyproject_toml.py
"apache-airflow-providers-common-messaging>=1.0.3", # Set from MIN_VERSION_OVERRIDE in update_airflow_pyproject_toml.py
"apache-airflow-providers-common-sql>=1.18.0",
"apache-airflow-providers-databricks>=6.11.0",
"apache-airflow-providers-datadog>=3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/pre_commit/update_airflow_pyproject_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"fab": parse_version("2.2.0"),
"openlineage": parse_version("2.3.0"),
"git": parse_version("0.0.2"),
"common.messaging": parse_version("1.0.1"),
"common.messaging": parse_version("1.0.3"),
}


Expand Down
Loading