From dbe92e77624008376f41b3a7e6b69a571e05dfdd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 9 Jun 2026 07:26:31 +0000 Subject: [PATCH] Update SDK to version v3.89.0 - Generated from OpenAPI spec version v3.89.0 - Auto-generated by GitHub Actions --- .sdk-version | 2 +- revengai/__init__.py | 2 +- revengai/api_client.py | 2 +- revengai/configuration.py | 4 ++-- revengai/models/get_subscription_output_body.py | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.sdk-version b/.sdk-version index c9275d6..349a9d4 100644 --- a/.sdk-version +++ b/.sdk-version @@ -1 +1 @@ -v3.88.0 +v3.89.0 diff --git a/revengai/__init__.py b/revengai/__init__.py index 3f3d9b5..480b009 100644 --- a/revengai/__init__.py +++ b/revengai/__init__.py @@ -13,7 +13,7 @@ """ # noqa: E501 -__version__ = "v3.88.0" +__version__ = "v3.89.0" # Define package exports __all__ = [ diff --git a/revengai/api_client.py b/revengai/api_client.py index 67412f3..00714ef 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/v3.88.0/python' + self.user_agent = 'OpenAPI-Generator/v3.89.0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/revengai/configuration.py b/revengai/configuration.py index 9ef9b46..f93573c 100644 --- a/revengai/configuration.py +++ b/revengai/configuration.py @@ -533,8 +533,8 @@ def to_debug_report(self) -> str: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v3.88.0\n"\ - "SDK Package Version: v3.88.0".\ + "Version of the API: v3.89.0\n"\ + "SDK Package Version: v3.89.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/revengai/models/get_subscription_output_body.py b/revengai/models/get_subscription_output_body.py index 08b7c87..265235c 100644 --- a/revengai/models/get_subscription_output_body.py +++ b/revengai/models/get_subscription_output_body.py @@ -47,8 +47,8 @@ def status_validate_enum(cls, value): @field_validator('tier') def tier_validate_enum(cls, value): """Validates the enum""" - if value not in set(['ENTHUSIAST', 'REVERSER', 'VULNERABILITY_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api']): - raise ValueError("must be one of enum values ('ENTHUSIAST', 'REVERSER', 'VULNERABILITY_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api')") + if value not in set(['ENTHUSIAST', 'REVERSER', 'BUG_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api']): + raise ValueError("must be one of enum values ('ENTHUSIAST', 'REVERSER', 'BUG_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api')") return value model_config = ConfigDict(