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

taragolis 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 defe4590e9 yandex provider: bump version for yq http client package 
(#39548)
defe4590e9 is described below

commit defe4590e9c94a9b5157143d618a143cb30ade78
Author: uzhastik <uzhas...@gmail.com>
AuthorDate: Sat May 11 18:43:15 2024 +0300

    yandex provider: bump version for yq http client package (#39548)
    
    * yandex provider: bump version for yq http client package
    
    * Update generated/provider_dependencies.json
    
    ---------
    
    Co-authored-by: Andrey Anshin <andrey.ans...@taragol.is>
---
 airflow/providers/yandex/provider.yaml | 2 +-
 generated/provider_dependencies.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/providers/yandex/provider.yaml 
b/airflow/providers/yandex/provider.yaml
index b1e103d5fa..efbf4bba93 100644
--- a/airflow/providers/yandex/provider.yaml
+++ b/airflow/providers/yandex/provider.yaml
@@ -51,7 +51,7 @@ versions:
 dependencies:
   - apache-airflow>=2.7.0
   - yandexcloud>=0.228.0
-  - yandex-query-client>=0.1.2
+  - yandex-query-client>=0.1.4
 
 integrations:
   - integration-name: Yandex.Cloud
diff --git a/generated/provider_dependencies.json 
b/generated/provider_dependencies.json
index a198682f77..fe96684a62 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -1198,7 +1198,7 @@
   "yandex": {
     "deps": [
       "apache-airflow>=2.7.0",
-      "yandex-query-client>=0.1.2",
+      "yandex-query-client>=0.1.4",
       "yandexcloud>=0.228.0"
     ],
     "devel-deps": [],

Reply via email to