From 3cf07373bff24857e7520c251685e5ceee11d331 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 16 Sep 2025 06:11:26 +0000 Subject: [PATCH] Update SDK to version v1.81.0 - Generated from OpenAPI spec version v1.81.0 - Auto-generated by GitHub Actions --- .sdk-version | 2 +- revengai/__init__.py | 2 +- revengai/api_client.py | 2 +- revengai/configuration.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.sdk-version b/.sdk-version index 6ec2404..acacdbd 100644 --- a/.sdk-version +++ b/.sdk-version @@ -1 +1 @@ -v1.80.0 +v1.81.0 diff --git a/revengai/__init__.py b/revengai/__init__.py index c93a211..c1bdac4 100644 --- a/revengai/__init__.py +++ b/revengai/__init__.py @@ -13,7 +13,7 @@ """ # noqa: E501 -__version__ = "v1.80.0" +__version__ = "v1.81.0" # Define package exports __all__ = [ diff --git a/revengai/api_client.py b/revengai/api_client.py index 232d350..803ea99 100644 --- a/revengai/api_client.py +++ b/revengai/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/v1.80.0/python' + self.user_agent = 'OpenAPI-Generator/v1.81.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/revengai/configuration.py b/revengai/configuration.py index f05c1c6..c20f7e7 100644 --- a/revengai/configuration.py +++ b/revengai/configuration.py @@ -529,8 +529,8 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v1.80.0\n"\ - "SDK Package Version: v1.80.0".\ + "Version of the API: v1.81.0\n"\ + "SDK Package Version: v1.81.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: