Skip to content

Commit dbe92e7

Browse files
Update SDK to version v3.89.0
- Generated from OpenAPI spec version v3.89.0 - Auto-generated by GitHub Actions
1 parent ae65500 commit dbe92e7

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.sdk-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.88.0
1+
v3.89.0

revengai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
""" # noqa: E501
1414

1515

16-
__version__ = "v3.88.0"
16+
__version__ = "v3.89.0"
1717

1818
# Define package exports
1919
__all__ = [

revengai/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/v3.88.0/python'
93+
self.user_agent = 'OpenAPI-Generator/v3.89.0/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
def __enter__(self):

revengai/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ def to_debug_report(self) -> str:
533533
return "Python SDK Debug Report:\n"\
534534
"OS: {env}\n"\
535535
"Python Version: {pyversion}\n"\
536-
"Version of the API: v3.88.0\n"\
537-
"SDK Package Version: v3.88.0".\
536+
"Version of the API: v3.89.0\n"\
537+
"SDK Package Version: v3.89.0".\
538538
format(env=sys.platform, pyversion=sys.version)
539539

540540
def get_host_settings(self) -> List[HostSetting]:

revengai/models/get_subscription_output_body.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def status_validate_enum(cls, value):
4747
@field_validator('tier')
4848
def tier_validate_enum(cls, value):
4949
"""Validates the enum"""
50-
if value not in set(['ENTHUSIAST', 'REVERSER', 'VULNERABILITY_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api']):
51-
raise ValueError("must be one of enum values ('ENTHUSIAST', 'REVERSER', 'VULNERABILITY_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api')")
50+
if value not in set(['ENTHUSIAST', 'REVERSER', 'BUG_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api']):
51+
raise ValueError("must be one of enum values ('ENTHUSIAST', 'REVERSER', 'BUG_HUNTER', 'MALWARE_ANALYST', 'SECURITY_RESEARCHER', 'unknown_default_open_api')")
5252
return value
5353

5454
model_config = ConfigDict(

0 commit comments

Comments
 (0)