This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 8173693a70 Remove upper-binding in yandex after dataproc issue is
fixed (#39974)
8173693a70 is described below
commit 8173693a706f09e0f6c53bd0f4e22b2ba6586bc6
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri May 31 17:25:12 2024 +0200
Remove upper-binding in yandex after dataproc issue is fixed (#39974)
See https://github.com/yandex-cloud/python-sdk/issues/103
---
airflow/providers/yandex/provider.yaml | 4 ++--
generated/provider_dependencies.json | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/airflow/providers/yandex/provider.yaml
b/airflow/providers/yandex/provider.yaml
index eb49ee0513..71b322993f 100644
--- a/airflow/providers/yandex/provider.yaml
+++ b/airflow/providers/yandex/provider.yaml
@@ -51,9 +51,9 @@ versions:
dependencies:
- apache-airflow>=2.7.0
- # yandexclod 0.289.0 breaks compatibility for dataproc integration
+ # The 0.289 and 0.290 versions have broken dataproc support
# See https://github.com/yandex-cloud/python-sdk/issues/103
- - yandexcloud>=0.278.0,<0.289.0
+ - yandexcloud>=0.278.0,!=0.289.0,!=0.290.0
- yandex-query-client>=0.1.4
integrations:
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index c7d0992a44..2dd34a2a77 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -1299,7 +1299,7 @@
"deps": [
"apache-airflow>=2.7.0",
"yandex-query-client>=0.1.4",
- "yandexcloud>=0.278.0,<0.289.0"
+ "yandexcloud>=0.278.0,!=0.289.0,!=0.290.0"
],
"devel-deps": [],
"plugins": [],