Skip to content

Commit 1cde1f4

Browse files
-e Update API Client
#### What's Changed --- ##### `GET` /stages/prompt/prompts/{prompt_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `prompt_stages_obj` * Added property `prompt_stages_obj` (array) Items (object): > PromptStage Serializer * Property `pk` (string) * Property `name` (string) * Property `component` (string) > Get object type so that we know how to edit the object * Property `verbose_name` (string) > Return object's verbose_name * Property `verbose_name_plural` (string) > Return object's plural verbose_name * Property `meta_model_name` (string) > Return internal model name * Property `flow_set` (array) Items (object): > Stripped down flow serializer * Property `pk` (string) * Property `policybindingmodel_ptr_id` (string) * Property `name` (string) * Property `slug` (string) > Visible in the URL. * Property `title` (string) > Shown as the Title in Flow pages. * Property `designation` (string) > Decides what this Flow is used for. For example, the Authentication flow is redirect to when an un-authenticated user visits authentik. Enum values: * `authentication` * `authorization` * `invalidation` * `enrollment` * `unenrollment` * `recovery` * `stage_configuration` * Property `background` (string) > Get the URL to the background image. If the name is /static or starts with http > it is returned as-is * Property `policy_engine_mode` (string) Enum values: * `all` * `any` * Property `compatibility_mode` (boolean) > Enable compatibility mode, increases compatibility with password managers on mobile devices. * Property `export_url` (string) > Get export URL for flow * Property `layout` (string) Enum values: * `stacked` * `content_left` * `content_right` * `sidebar_left` * `sidebar_right` * Property `denied_action` (string) > Configure what should happen when a flow denies access to a user. Enum values: * `message_continue` * `message` * `continue` * Property `fields` (array) Items (string): * Property `validation_policies` (array) * Deleted property `promptstage_set` (array) ##### `PUT` /stages/prompt/prompts/{prompt_uuid}/ ###### Request: Changed content type : `application/json` * Deleted property `promptstage_set` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `prompt_stages_obj` * Added property `prompt_stages_obj` (array) * Deleted property `promptstage_set` (array) ##### `PATCH` /stages/prompt/prompts/{prompt_uuid}/ ###### Request: Changed content type : `application/json` * Deleted property `promptstage_set` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` New required properties: - `prompt_stages_obj` * Added property `prompt_stages_obj` (array) * Deleted property `promptstage_set` (array) ##### `POST` /stages/prompt/prompts/ ###### Request: Changed content type : `application/json` * Deleted property `promptstage_set` (array) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` New required properties: - `prompt_stages_obj` * Added property `prompt_stages_obj` (array) * Deleted property `promptstage_set` (array) ##### `GET` /stages/prompt/prompts/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > Prompt Serializer New required properties: - `prompt_stages_obj` * Added property `prompt_stages_obj` (array) * Deleted property `promptstage_set` (array) ##### `POST` /stages/prompt/prompts/preview/ ###### Request: Changed content type : `application/json` * Deleted property `promptstage_set` (array)
1 parent bb2c98c commit 1cde1f4

37 files changed

+2250
-12051
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,6 @@ authentik_client/models/patched_web_authn_device_request.py
593593
authentik_client/models/permission.py
594594
authentik_client/models/permission_assign_request.py
595595
authentik_client/models/permission_assign_result.py
596-
authentik_client/models/permission_request.py
597596
authentik_client/models/plex_authentication_challenge.py
598597
authentik_client/models/plex_authentication_challenge_response_request.py
599598
authentik_client/models/plex_source.py
@@ -605,7 +604,6 @@ authentik_client/models/policy.py
605604
authentik_client/models/policy_binding.py
606605
authentik_client/models/policy_binding_request.py
607606
authentik_client/models/policy_engine_mode.py
608-
authentik_client/models/policy_request.py
609607
authentik_client/models/policy_test_request.py
610608
authentik_client/models/policy_test_result.py
611609
authentik_client/models/prompt.py
@@ -623,7 +621,6 @@ authentik_client/models/protocol_enum.py
623621
authentik_client/models/provider.py
624622
authentik_client/models/provider_enum.py
625623
authentik_client/models/provider_model_enum.py
626-
authentik_client/models/provider_request.py
627624
authentik_client/models/provider_type_enum.py
628625
authentik_client/models/proxy_mode.py
629626
authentik_client/models/proxy_outpost_config.py
@@ -687,7 +684,6 @@ authentik_client/models/scope_mapping.py
687684
authentik_client/models/scope_mapping_request.py
688685
authentik_client/models/selectable_stage.py
689686
authentik_client/models/service_connection.py
690-
authentik_client/models/service_connection_request.py
691687
authentik_client/models/service_connection_state.py
692688
authentik_client/models/session_end_challenge.py
693689
authentik_client/models/session_user.py
@@ -699,7 +695,6 @@ authentik_client/models/signature_algorithm_enum.py
699695
authentik_client/models/sms_device.py
700696
authentik_client/models/sms_device_request.py
701697
authentik_client/models/source.py
702-
authentik_client/models/source_request.py
703698
authentik_client/models/source_stage.py
704699
authentik_client/models/source_stage_request.py
705700
authentik_client/models/source_type.py
@@ -709,7 +704,6 @@ authentik_client/models/ssf_provider_request.py
709704
authentik_client/models/ssf_stream.py
710705
authentik_client/models/stage.py
711706
authentik_client/models/stage_prompt.py
712-
authentik_client/models/stage_request.py
713707
authentik_client/models/state_enum.py
714708
authentik_client/models/static_device.py
715709
authentik_client/models/static_device_request.py
@@ -1373,7 +1367,6 @@ docs/PatchedWebAuthnDeviceRequest.md
13731367
docs/Permission.md
13741368
docs/PermissionAssignRequest.md
13751369
docs/PermissionAssignResult.md
1376-
docs/PermissionRequest.md
13771370
docs/PlexAuthenticationChallenge.md
13781371
docs/PlexAuthenticationChallengeResponseRequest.md
13791372
docs/PlexSource.md
@@ -1386,7 +1379,6 @@ docs/Policy.md
13861379
docs/PolicyBinding.md
13871380
docs/PolicyBindingRequest.md
13881381
docs/PolicyEngineMode.md
1389-
docs/PolicyRequest.md
13901382
docs/PolicyTestRequest.md
13911383
docs/PolicyTestResult.md
13921384
docs/Prompt.md
@@ -1405,7 +1397,6 @@ docs/ProtocolEnum.md
14051397
docs/Provider.md
14061398
docs/ProviderEnum.md
14071399
docs/ProviderModelEnum.md
1408-
docs/ProviderRequest.md
14091400
docs/ProviderTypeEnum.md
14101401
docs/ProvidersApi.md
14111402
docs/ProxyMode.md
@@ -1479,7 +1470,6 @@ docs/ScopeMapping.md
14791470
docs/ScopeMappingRequest.md
14801471
docs/SelectableStage.md
14811472
docs/ServiceConnection.md
1482-
docs/ServiceConnectionRequest.md
14831473
docs/ServiceConnectionState.md
14841474
docs/SessionEndChallenge.md
14851475
docs/SessionUser.md
@@ -1489,7 +1479,6 @@ docs/SeverityEnum.md
14891479
docs/ShellChallenge.md
14901480
docs/SignatureAlgorithmEnum.md
14911481
docs/Source.md
1492-
docs/SourceRequest.md
14931482
docs/SourceStage.md
14941483
docs/SourceStageRequest.md
14951484
docs/SourceType.md
@@ -1498,7 +1487,6 @@ docs/SpBindingEnum.md
14981487
docs/SsfApi.md
14991488
docs/Stage.md
15001489
docs/StagePrompt.md
1501-
docs/StageRequest.md
15021490
docs/StagesApi.md
15031491
docs/StateEnum.md
15041492
docs/StaticDevice.md
@@ -2170,7 +2158,6 @@ test/test_patched_web_authn_device_request.py
21702158
test/test_permission.py
21712159
test/test_permission_assign_request.py
21722160
test/test_permission_assign_result.py
2173-
test/test_permission_request.py
21742161
test/test_plex_authentication_challenge.py
21752162
test/test_plex_authentication_challenge_response_request.py
21762163
test/test_plex_source.py
@@ -2183,7 +2170,6 @@ test/test_policy.py
21832170
test/test_policy_binding.py
21842171
test/test_policy_binding_request.py
21852172
test/test_policy_engine_mode.py
2186-
test/test_policy_request.py
21872173
test/test_policy_test_request.py
21882174
test/test_policy_test_result.py
21892175
test/test_prompt.py
@@ -2202,7 +2188,6 @@ test/test_protocol_enum.py
22022188
test/test_provider.py
22032189
test/test_provider_enum.py
22042190
test/test_provider_model_enum.py
2205-
test/test_provider_request.py
22062191
test/test_provider_type_enum.py
22072192
test/test_providers_api.py
22082193
test/test_proxy_mode.py
@@ -2271,7 +2256,6 @@ test/test_scope_mapping.py
22712256
test/test_scope_mapping_request.py
22722257
test/test_selectable_stage.py
22732258
test/test_service_connection.py
2274-
test/test_service_connection_request.py
22752259
test/test_service_connection_state.py
22762260
test/test_session_end_challenge.py
22772261
test/test_session_user.py
@@ -2283,7 +2267,6 @@ test/test_signature_algorithm_enum.py
22832267
test/test_sms_device.py
22842268
test/test_sms_device_request.py
22852269
test/test_source.py
2286-
test/test_source_request.py
22872270
test/test_source_stage.py
22882271
test/test_source_stage_request.py
22892272
test/test_source_type.py
@@ -2295,7 +2278,6 @@ test/test_ssf_provider_request.py
22952278
test/test_ssf_stream.py
22962279
test/test_stage.py
22972280
test/test_stage_prompt.py
2298-
test/test_stage_request.py
22992281
test/test_stages_api.py
23002282
test/test_state_enum.py
23012283
test/test_static_device.py

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This repo contains a generated API client to talk with authentik's API from Pyth
1616
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1717

1818
- API version: 2025.10.0-rc1
19-
- Package version: 2025.10.0-rc1-1759935059
19+
- Package version: 2025.10.0-rc1-1759955829
2020
- Generator version: 7.15.0
2121
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2222

@@ -1705,7 +1705,6 @@ Class | Method | HTTP request | Description
17051705
- [Permission](docs/Permission.md)
17061706
- [PermissionAssignRequest](docs/PermissionAssignRequest.md)
17071707
- [PermissionAssignResult](docs/PermissionAssignResult.md)
1708-
- [PermissionRequest](docs/PermissionRequest.md)
17091708
- [PlexAuthenticationChallenge](docs/PlexAuthenticationChallenge.md)
17101709
- [PlexAuthenticationChallengeResponseRequest](docs/PlexAuthenticationChallengeResponseRequest.md)
17111710
- [PlexSource](docs/PlexSource.md)
@@ -1717,7 +1716,6 @@ Class | Method | HTTP request | Description
17171716
- [PolicyBinding](docs/PolicyBinding.md)
17181717
- [PolicyBindingRequest](docs/PolicyBindingRequest.md)
17191718
- [PolicyEngineMode](docs/PolicyEngineMode.md)
1720-
- [PolicyRequest](docs/PolicyRequest.md)
17211719
- [PolicyTestRequest](docs/PolicyTestRequest.md)
17221720
- [PolicyTestResult](docs/PolicyTestResult.md)
17231721
- [Prompt](docs/Prompt.md)
@@ -1735,7 +1733,6 @@ Class | Method | HTTP request | Description
17351733
- [Provider](docs/Provider.md)
17361734
- [ProviderEnum](docs/ProviderEnum.md)
17371735
- [ProviderModelEnum](docs/ProviderModelEnum.md)
1738-
- [ProviderRequest](docs/ProviderRequest.md)
17391736
- [ProviderTypeEnum](docs/ProviderTypeEnum.md)
17401737
- [ProxyMode](docs/ProxyMode.md)
17411738
- [ProxyOutpostConfig](docs/ProxyOutpostConfig.md)
@@ -1804,7 +1801,6 @@ Class | Method | HTTP request | Description
18041801
- [ScopeMappingRequest](docs/ScopeMappingRequest.md)
18051802
- [SelectableStage](docs/SelectableStage.md)
18061803
- [ServiceConnection](docs/ServiceConnection.md)
1807-
- [ServiceConnectionRequest](docs/ServiceConnectionRequest.md)
18081804
- [ServiceConnectionState](docs/ServiceConnectionState.md)
18091805
- [SessionEndChallenge](docs/SessionEndChallenge.md)
18101806
- [SessionUser](docs/SessionUser.md)
@@ -1814,14 +1810,12 @@ Class | Method | HTTP request | Description
18141810
- [ShellChallenge](docs/ShellChallenge.md)
18151811
- [SignatureAlgorithmEnum](docs/SignatureAlgorithmEnum.md)
18161812
- [Source](docs/Source.md)
1817-
- [SourceRequest](docs/SourceRequest.md)
18181813
- [SourceStage](docs/SourceStage.md)
18191814
- [SourceStageRequest](docs/SourceStageRequest.md)
18201815
- [SourceType](docs/SourceType.md)
18211816
- [SpBindingEnum](docs/SpBindingEnum.md)
18221817
- [Stage](docs/Stage.md)
18231818
- [StagePrompt](docs/StagePrompt.md)
1824-
- [StageRequest](docs/StageRequest.md)
18251819
- [StateEnum](docs/StateEnum.md)
18261820
- [StaticDevice](docs/StaticDevice.md)
18271821
- [StaticDeviceRequest](docs/StaticDeviceRequest.md)

authentik_client/__init__.py

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
""" # noqa: E501
1616

1717

18-
__version__ = "2025.10.0-rc1-1759935059"
18+
__version__ = "2025.10.0-rc1-1759955829"
1919

2020
# Define package exports
2121
__all__ = [
@@ -611,7 +611,6 @@
611611
"Permission",
612612
"PermissionAssignRequest",
613613
"PermissionAssignResult",
614-
"PermissionRequest",
615614
"PlexAuthenticationChallenge",
616615
"PlexAuthenticationChallengeResponseRequest",
617616
"PlexSource",
@@ -623,7 +622,6 @@
623622
"PolicyBinding",
624623
"PolicyBindingRequest",
625624
"PolicyEngineMode",
626-
"PolicyRequest",
627625
"PolicyTestRequest",
628626
"PolicyTestResult",
629627
"Prompt",
@@ -641,7 +639,6 @@
641639
"Provider",
642640
"ProviderEnum",
643641
"ProviderModelEnum",
644-
"ProviderRequest",
645642
"ProviderTypeEnum",
646643
"ProxyMode",
647644
"ProxyOutpostConfig",
@@ -710,7 +707,6 @@
710707
"ScopeMappingRequest",
711708
"SelectableStage",
712709
"ServiceConnection",
713-
"ServiceConnectionRequest",
714710
"ServiceConnectionState",
715711
"SessionEndChallenge",
716712
"SessionUser",
@@ -720,14 +716,12 @@
720716
"ShellChallenge",
721717
"SignatureAlgorithmEnum",
722718
"Source",
723-
"SourceRequest",
724719
"SourceStage",
725720
"SourceStageRequest",
726721
"SourceType",
727722
"SpBindingEnum",
728723
"Stage",
729724
"StagePrompt",
730-
"StageRequest",
731725
"StateEnum",
732726
"StaticDevice",
733727
"StaticDeviceRequest",
@@ -1418,7 +1412,6 @@
14181412
from authentik_client.models.permission import Permission as Permission
14191413
from authentik_client.models.permission_assign_request import PermissionAssignRequest as PermissionAssignRequest
14201414
from authentik_client.models.permission_assign_result import PermissionAssignResult as PermissionAssignResult
1421-
from authentik_client.models.permission_request import PermissionRequest as PermissionRequest
14221415
from authentik_client.models.plex_authentication_challenge import PlexAuthenticationChallenge as PlexAuthenticationChallenge
14231416
from authentik_client.models.plex_authentication_challenge_response_request import PlexAuthenticationChallengeResponseRequest as PlexAuthenticationChallengeResponseRequest
14241417
from authentik_client.models.plex_source import PlexSource as PlexSource
@@ -1430,7 +1423,6 @@
14301423
from authentik_client.models.policy_binding import PolicyBinding as PolicyBinding
14311424
from authentik_client.models.policy_binding_request import PolicyBindingRequest as PolicyBindingRequest
14321425
from authentik_client.models.policy_engine_mode import PolicyEngineMode as PolicyEngineMode
1433-
from authentik_client.models.policy_request import PolicyRequest as PolicyRequest
14341426
from authentik_client.models.policy_test_request import PolicyTestRequest as PolicyTestRequest
14351427
from authentik_client.models.policy_test_result import PolicyTestResult as PolicyTestResult
14361428
from authentik_client.models.prompt import Prompt as Prompt
@@ -1448,7 +1440,6 @@
14481440
from authentik_client.models.provider import Provider as Provider
14491441
from authentik_client.models.provider_enum import ProviderEnum as ProviderEnum
14501442
from authentik_client.models.provider_model_enum import ProviderModelEnum as ProviderModelEnum
1451-
from authentik_client.models.provider_request import ProviderRequest as ProviderRequest
14521443
from authentik_client.models.provider_type_enum import ProviderTypeEnum as ProviderTypeEnum
14531444
from authentik_client.models.proxy_mode import ProxyMode as ProxyMode
14541445
from authentik_client.models.proxy_outpost_config import ProxyOutpostConfig as ProxyOutpostConfig
@@ -1517,7 +1508,6 @@
15171508
from authentik_client.models.scope_mapping_request import ScopeMappingRequest as ScopeMappingRequest
15181509
from authentik_client.models.selectable_stage import SelectableStage as SelectableStage
15191510
from authentik_client.models.service_connection import ServiceConnection as ServiceConnection
1520-
from authentik_client.models.service_connection_request import ServiceConnectionRequest as ServiceConnectionRequest
15211511
from authentik_client.models.service_connection_state import ServiceConnectionState as ServiceConnectionState
15221512
from authentik_client.models.session_end_challenge import SessionEndChallenge as SessionEndChallenge
15231513
from authentik_client.models.session_user import SessionUser as SessionUser
@@ -1527,14 +1517,12 @@
15271517
from authentik_client.models.shell_challenge import ShellChallenge as ShellChallenge
15281518
from authentik_client.models.signature_algorithm_enum import SignatureAlgorithmEnum as SignatureAlgorithmEnum
15291519
from authentik_client.models.source import Source as Source
1530-
from authentik_client.models.source_request import SourceRequest as SourceRequest
15311520
from authentik_client.models.source_stage import SourceStage as SourceStage
15321521
from authentik_client.models.source_stage_request import SourceStageRequest as SourceStageRequest
15331522
from authentik_client.models.source_type import SourceType as SourceType
15341523
from authentik_client.models.sp_binding_enum import SpBindingEnum as SpBindingEnum
15351524
from authentik_client.models.stage import Stage as Stage
15361525
from authentik_client.models.stage_prompt import StagePrompt as StagePrompt
1537-
from authentik_client.models.stage_request import StageRequest as StageRequest
15381526
from authentik_client.models.state_enum import StateEnum as StateEnum
15391527
from authentik_client.models.static_device import StaticDevice as StaticDevice
15401528
from authentik_client.models.static_device_request import StaticDeviceRequest as StaticDeviceRequest
@@ -2231,7 +2219,6 @@
22312219
from authentik_client.models.permission import Permission as Permission
22322220
from authentik_client.models.permission_assign_request import PermissionAssignRequest as PermissionAssignRequest
22332221
from authentik_client.models.permission_assign_result import PermissionAssignResult as PermissionAssignResult
2234-
from authentik_client.models.permission_request import PermissionRequest as PermissionRequest
22352222
from authentik_client.models.plex_authentication_challenge import PlexAuthenticationChallenge as PlexAuthenticationChallenge
22362223
from authentik_client.models.plex_authentication_challenge_response_request import PlexAuthenticationChallengeResponseRequest as PlexAuthenticationChallengeResponseRequest
22372224
from authentik_client.models.plex_source import PlexSource as PlexSource
@@ -2243,7 +2230,6 @@
22432230
from authentik_client.models.policy_binding import PolicyBinding as PolicyBinding
22442231
from authentik_client.models.policy_binding_request import PolicyBindingRequest as PolicyBindingRequest
22452232
from authentik_client.models.policy_engine_mode import PolicyEngineMode as PolicyEngineMode
2246-
from authentik_client.models.policy_request import PolicyRequest as PolicyRequest
22472233
from authentik_client.models.policy_test_request import PolicyTestRequest as PolicyTestRequest
22482234
from authentik_client.models.policy_test_result import PolicyTestResult as PolicyTestResult
22492235
from authentik_client.models.prompt import Prompt as Prompt
@@ -2261,7 +2247,6 @@
22612247
from authentik_client.models.provider import Provider as Provider
22622248
from authentik_client.models.provider_enum import ProviderEnum as ProviderEnum
22632249
from authentik_client.models.provider_model_enum import ProviderModelEnum as ProviderModelEnum
2264-
from authentik_client.models.provider_request import ProviderRequest as ProviderRequest
22652250
from authentik_client.models.provider_type_enum import ProviderTypeEnum as ProviderTypeEnum
22662251
from authentik_client.models.proxy_mode import ProxyMode as ProxyMode
22672252
from authentik_client.models.proxy_outpost_config import ProxyOutpostConfig as ProxyOutpostConfig
@@ -2330,7 +2315,6 @@
23302315
from authentik_client.models.scope_mapping_request import ScopeMappingRequest as ScopeMappingRequest
23312316
from authentik_client.models.selectable_stage import SelectableStage as SelectableStage
23322317
from authentik_client.models.service_connection import ServiceConnection as ServiceConnection
2333-
from authentik_client.models.service_connection_request import ServiceConnectionRequest as ServiceConnectionRequest
23342318
from authentik_client.models.service_connection_state import ServiceConnectionState as ServiceConnectionState
23352319
from authentik_client.models.session_end_challenge import SessionEndChallenge as SessionEndChallenge
23362320
from authentik_client.models.session_user import SessionUser as SessionUser
@@ -2340,14 +2324,12 @@
23402324
from authentik_client.models.shell_challenge import ShellChallenge as ShellChallenge
23412325
from authentik_client.models.signature_algorithm_enum import SignatureAlgorithmEnum as SignatureAlgorithmEnum
23422326
from authentik_client.models.source import Source as Source
2343-
from authentik_client.models.source_request import SourceRequest as SourceRequest
23442327
from authentik_client.models.source_stage import SourceStage as SourceStage
23452328
from authentik_client.models.source_stage_request import SourceStageRequest as SourceStageRequest
23462329
from authentik_client.models.source_type import SourceType as SourceType
23472330
from authentik_client.models.sp_binding_enum import SpBindingEnum as SpBindingEnum
23482331
from authentik_client.models.stage import Stage as Stage
23492332
from authentik_client.models.stage_prompt import StagePrompt as StagePrompt
2350-
from authentik_client.models.stage_request import StageRequest as StageRequest
23512333
from authentik_client.models.state_enum import StateEnum as StateEnum
23522334
from authentik_client.models.static_device import StaticDevice as StaticDevice
23532335
from authentik_client.models.static_device_request import StaticDeviceRequest as StaticDeviceRequest

authentik_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
self.default_headers[header_name] = header_value
9393
self.cookie = cookie
9494
# Set default User-Agent.
95-
self.user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1759935059/python'
95+
self.user_agent = 'OpenAPI-Generator/2025.10.0-rc1-1759955829/python'
9696
self.client_side_validation = configuration.client_side_validation
9797

9898
def __enter__(self):

authentik_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def to_debug_report(self) -> str:
511511
"OS: {env}\n"\
512512
"Python Version: {pyversion}\n"\
513513
"Version of the API: 2025.10.0-rc1\n"\
514-
"SDK Package Version: 2025.10.0-rc1-1759935059".\
514+
"SDK Package Version: 2025.10.0-rc1-1759955829".\
515515
format(env=sys.platform, pyversion=sys.version)
516516

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

0 commit comments

Comments
 (0)