You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/06 12:59:38 UTC

[airflow] branch main updated: Remove back the limitation of Yandex as a bug in 0.142 is fixed (#22023)

This is an automated email from the ASF dual-hosted git repository.

potiuk 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 2157787  Remove back the limitation of Yandex as a bug in 0.142 is fixed (#22023)
2157787 is described below

commit 2157787c77b0afa1eda7099849c18ace12908b98
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun Mar 6 13:58:11 2022 +0100

    Remove back the limitation of Yandex as a bug in 0.142 is fixed (#22023)
    
    The original bug in Yandex causing test failures has been
    fixed, so we are removing the upper-bound limit for it.
---
 setup.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 96c5b4b..60d11e8 100644
--- a/setup.py
+++ b/setup.py
@@ -552,9 +552,7 @@ winrm = [
     'pywinrm>=0.4',
 ]
 yandex = [
-    # Yandexcloud 0.142 broke logging of the yandexcloud provider. The limitation can be removed once
-    # https://github.com/yandex-cloud/python-sdk/issues/47 is fixed.
-    'yandexcloud>=0.122.0, <0.142.0',
+    'yandexcloud>=0.146.0',
 ]
 zendesk = [
     'zenpy>=2.0.24',