File tree Expand file tree Collapse file tree 6 files changed +6
-12
lines changed
Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Original file line number Diff line number Diff 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``
5959dependencies = [
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 ]
7266dev = [
7367 " apache-airflow" ,
Original file line number Diff line number Diff 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``
5959dependencies = [
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
Original file line number Diff line number Diff 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``
5959dependencies = [
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
Original file line number Diff line number Diff 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``
5959dependencies = [
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"' ,
Original file line number Diff line number Diff 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``
5959dependencies = [
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" ,
Original file line number Diff line number Diff 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``
5959dependencies = [
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
You can’t perform that action at this time.
0 commit comments