Skip to content

Commit 6b37361

Browse files
authored
Bump common.compat provider to 1.8 for some providers (apache#57115)
Some of the provider changes merged in the last day after the new wave or providers used 1.7.4 -- now that version is bumped already for common provider, we can use 1.8.0.
1 parent f8f976d commit 6b37361

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

providers/cohere/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,10 @@ requires-python = ">=3.10"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
61+
"apache-airflow-providers-common-compat>=1.8.0",
6162
"cohere>=5.13.4",
6263
]
6364

64-
# The optional dependencies should be modified in place in the generated file
65-
# Any change in the dependencies is preserved when the file is regenerated
66-
[project.optional-dependencies]
67-
"common.compat" = [
68-
"apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next version
69-
]
70-
7165
[dependency-groups]
7266
dev = [
7367
"apache-airflow",

providers/facebook/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
61-
"apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next version
61+
"apache-airflow-providers-common-compat>=1.8.0",
6262
"facebook-business>=22.0.0",
6363
]
6464

providers/qdrant/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
61-
"apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next version
61+
"apache-airflow-providers-common-compat>=1.8.0",
6262
"qdrant_client>=1.15.1",
6363
]
6464

providers/salesforce/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
61-
"apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next version
61+
"apache-airflow-providers-common-compat>=1.8.0",
6262
"simple-salesforce>=1.0.0",
6363
'pandas>=2.1.2; python_version <"3.13"',
6464
'pandas>=2.2.3; python_version >="3.13"',

providers/segment/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
61-
"apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next version
61+
"apache-airflow-providers-common-compat>=1.8.0",
6262
# segment-analytics-python is in mantaincnce mode.
6363
# Review changing to https://github.com/segmentio/public-api-sdk-python when ready? (currently in beta)
6464
"segment-analytics-python>=2.3.0",

providers/singularity/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
5858
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959
dependencies = [
6060
"apache-airflow>=2.10.0",
61-
"apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next version
61+
"apache-airflow-providers-common-compat>=1.8.0",
6262
"spython>=0.0.56",
6363
]
6464

0 commit comments

Comments
 (0)