From 76840d52a19609eaa6eb3c895b1848555ae715bf Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 23 May 2025 16:40:05 +0530 Subject: [PATCH] Updates for 3.0.0rc3 Some extra updates since rc2 --- airflow_client/client/__init__.py | 2 +- airflow_client/client/api_client.py | 2 +- airflow_client/client/configuration.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/airflow_client/client/__init__.py b/airflow_client/client/__init__.py index 70f1a24a..e596e440 100644 --- a/airflow_client/client/__init__.py +++ b/airflow_client/client/__init__.py @@ -14,7 +14,7 @@ """ # noqa: E501 -__version__ = ""3.0.0"" +__version__ = "3.0.0" # import apis into sdk package from airflow_client.client.api.asset_api import AssetApi diff --git a/airflow_client/client/api_client.py b/airflow_client/client/api_client.py index ce8ce7a6..f3c9816f 100644 --- a/airflow_client/client/api_client.py +++ b/airflow_client/client/api_client.py @@ -90,7 +90,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/"3.0.0"/python' + self.user_agent = 'OpenAPI-Generator/3.0.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/airflow_client/client/configuration.py b/airflow_client/client/configuration.py index 420a315a..64146208 100644 --- a/airflow_client/client/configuration.py +++ b/airflow_client/client/configuration.py @@ -510,7 +510,7 @@ def to_debug_report(self) -> str: "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: 2\n"\ - "SDK Package Version: "3.0.0"".\ + "SDK Package Version: 3.0.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/pyproject.toml b/pyproject.toml index ec4baeb1..a92844c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ artifacts = [ "/airflow_client", "/docs", "/test", - "v1.yaml", + "v2.yaml", ] include = [ "version.txt", @@ -97,7 +97,7 @@ artifacts = [ "/airflow_client", "/docs", "/test", - "v1.yaml", + "v2.yaml", ] include = [ "/airflow_client", pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy