Skip to content

Commit 228cd53

Browse files
Version 2025.12.0-rc3
1 parent c9f123c commit 228cd53

File tree

1,728 files changed

+1937
-1967
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,728 files changed

+1937
-1967
lines changed

.openapi-generator/FILES

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ authentik_client/models/related_group.py
709709
authentik_client/models/reputation.py
710710
authentik_client/models/reputation_policy.py
711711
authentik_client/models/reputation_policy_request.py
712-
authentik_client/models/requested_by.py
713712
authentik_client/models/resident_key_requirement_enum.py
714713
authentik_client/models/role.py
715714
authentik_client/models/role_assigned_object_permission.py
@@ -1559,7 +1558,6 @@ docs/ReportsApi.md
15591558
docs/Reputation.md
15601559
docs/ReputationPolicy.md
15611560
docs/ReputationPolicyRequest.md
1562-
docs/RequestedBy.md
15631561
docs/ResidentKeyRequirementEnum.md
15641562
docs/Role.md
15651563
docs/RoleAssignedObjectPermission.md
@@ -2421,7 +2419,6 @@ test/test_reports_api.py
24212419
test/test_reputation.py
24222420
test/test_reputation_policy.py
24232421
test/test_reputation_policy_request.py
2424-
test/test_requested_by.py
24252422
test/test_resident_key_requirement_enum.py
24262423
test/test_role.py
24272424
test/test_role_assigned_object_permission.py

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This repo contains a generated API client to talk with authentik's API from Pyth
1515

1616
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1717

18-
- API version: 2025.12.0-rc2
19-
- Package version: 2025.12.0-rc2
18+
- API version: 2025.12.0-rc3
19+
- Package version: 2025.12.0-rc3
2020
- Generator version: 7.17.0
2121
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
2222

@@ -1869,7 +1869,6 @@ Class | Method | HTTP request | Description
18691869
- [Reputation](docs/Reputation.md)
18701870
- [ReputationPolicy](docs/ReputationPolicy.md)
18711871
- [ReputationPolicyRequest](docs/ReputationPolicyRequest.md)
1872-
- [RequestedBy](docs/RequestedBy.md)
18731872
- [ResidentKeyRequirementEnum](docs/ResidentKeyRequirementEnum.md)
18741873
- [Role](docs/Role.md)
18751874
- [RoleAssignedObjectPermission](docs/RoleAssignedObjectPermission.md)

authentik_client/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
88
Making authentication simple.
99
10-
The version of the OpenAPI document: 2025.12.0-rc2
10+
The version of the OpenAPI document: 2025.12.0-rc3
1111
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
1414
Do not edit the class manually.
1515
""" # noqa: E501
1616

1717

18-
__version__ = "2025.12.0-rc2"
18+
__version__ = "2025.12.0-rc3"
1919

2020
# Define package exports
2121
__all__ = [
@@ -727,7 +727,6 @@
727727
"Reputation",
728728
"ReputationPolicy",
729729
"ReputationPolicyRequest",
730-
"RequestedBy",
731730
"ResidentKeyRequirementEnum",
732731
"Role",
733732
"RoleAssignedObjectPermission",
@@ -1598,7 +1597,6 @@
15981597
from authentik_client.models.reputation import Reputation as Reputation
15991598
from authentik_client.models.reputation_policy import ReputationPolicy as ReputationPolicy
16001599
from authentik_client.models.reputation_policy_request import ReputationPolicyRequest as ReputationPolicyRequest
1601-
from authentik_client.models.requested_by import RequestedBy as RequestedBy
16021600
from authentik_client.models.resident_key_requirement_enum import ResidentKeyRequirementEnum as ResidentKeyRequirementEnum
16031601
from authentik_client.models.role import Role as Role
16041602
from authentik_client.models.role_assigned_object_permission import RoleAssignedObjectPermission as RoleAssignedObjectPermission

authentik_client/api/admin_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Making authentication simple.
77
8-
The version of the OpenAPI document: 2025.12.0-rc2
8+
The version of the OpenAPI document: 2025.12.0-rc3
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

authentik_client/api/authenticators_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Making authentication simple.
77

8-
The version of the OpenAPI document: 2025.12.0-rc2
8+
The version of the OpenAPI document: 2025.12.0-rc3
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

authentik_client/api/core_api.py

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Making authentication simple.
77

8-
The version of the OpenAPI document: 2025.12.0-rc2
8+
The version of the OpenAPI document: 2025.12.0-rc3
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

@@ -9076,6 +9076,7 @@ def core_groups_list(
90769076
self,
90779077
attributes: Annotated[Optional[StrictStr], Field(description="Attributes")] = None,
90789078
include_children: Optional[StrictBool] = None,
9079+
include_inherited_roles: Optional[StrictBool] = None,
90799080
include_parents: Optional[StrictBool] = None,
90809081
include_users: Optional[StrictBool] = None,
90819082
is_superuser: Optional[StrictBool] = None,
@@ -9107,6 +9108,8 @@ def core_groups_list(
91079108
:type attributes: str
91089109
:param include_children:
91099110
:type include_children: bool
9111+
:param include_inherited_roles:
9112+
:type include_inherited_roles: bool
91109113
:param include_parents:
91119114
:type include_parents: bool
91129115
:param include_users:
@@ -9152,6 +9155,7 @@ def core_groups_list(
91529155
_param = self._core_groups_list_serialize(
91539156
attributes=attributes,
91549157
include_children=include_children,
9158+
include_inherited_roles=include_inherited_roles,
91559159
include_parents=include_parents,
91569160
include_users=include_users,
91579161
is_superuser=is_superuser,
@@ -9189,6 +9193,7 @@ def core_groups_list_with_http_info(
91899193
self,
91909194
attributes: Annotated[Optional[StrictStr], Field(description="Attributes")] = None,
91919195
include_children: Optional[StrictBool] = None,
9196+
include_inherited_roles: Optional[StrictBool] = None,
91929197
include_parents: Optional[StrictBool] = None,
91939198
include_users: Optional[StrictBool] = None,
91949199
is_superuser: Optional[StrictBool] = None,
@@ -9220,6 +9225,8 @@ def core_groups_list_with_http_info(
92209225
:type attributes: str
92219226
:param include_children:
92229227
:type include_children: bool
9228+
:param include_inherited_roles:
9229+
:type include_inherited_roles: bool
92239230
:param include_parents:
92249231
:type include_parents: bool
92259232
:param include_users:
@@ -9265,6 +9272,7 @@ def core_groups_list_with_http_info(
92659272
_param = self._core_groups_list_serialize(
92669273
attributes=attributes,
92679274
include_children=include_children,
9275+
include_inherited_roles=include_inherited_roles,
92689276
include_parents=include_parents,
92699277
include_users=include_users,
92709278
is_superuser=is_superuser,
@@ -9302,6 +9310,7 @@ def core_groups_list_without_preload_content(
93029310
self,
93039311
attributes: Annotated[Optional[StrictStr], Field(description="Attributes")] = None,
93049312
include_children: Optional[StrictBool] = None,
9313+
include_inherited_roles: Optional[StrictBool] = None,
93059314
include_parents: Optional[StrictBool] = None,
93069315
include_users: Optional[StrictBool] = None,
93079316
is_superuser: Optional[StrictBool] = None,
@@ -9333,6 +9342,8 @@ def core_groups_list_without_preload_content(
93339342
:type attributes: str
93349343
:param include_children:
93359344
:type include_children: bool
9345+
:param include_inherited_roles:
9346+
:type include_inherited_roles: bool
93369347
:param include_parents:
93379348
:type include_parents: bool
93389349
:param include_users:
@@ -9378,6 +9389,7 @@ def core_groups_list_without_preload_content(
93789389
_param = self._core_groups_list_serialize(
93799390
attributes=attributes,
93809391
include_children=include_children,
9392+
include_inherited_roles=include_inherited_roles,
93819393
include_parents=include_parents,
93829394
include_users=include_users,
93839395
is_superuser=is_superuser,
@@ -9410,6 +9422,7 @@ def _core_groups_list_serialize(
94109422
self,
94119423
attributes,
94129424
include_children,
9425+
include_inherited_roles,
94139426
include_parents,
94149427
include_users,
94159428
is_superuser,
@@ -9452,6 +9465,10 @@ def _core_groups_list_serialize(
94529465

94539466
_query_params.append(('include_children', include_children))
94549467

9468+
if include_inherited_roles is not None:
9469+
9470+
_query_params.append(('include_inherited_roles', include_inherited_roles))
9471+
94559472
if include_parents is not None:
94569473

94579474
_query_params.append(('include_parents', include_parents))
@@ -10127,6 +10144,7 @@ def core_groups_retrieve(
1012710144
self,
1012810145
group_uuid: Annotated[UUID, Field(description="A UUID string identifying this Group.")],
1012910146
include_children: Optional[StrictBool] = None,
10147+
include_inherited_roles: Optional[StrictBool] = None,
1013010148
include_parents: Optional[StrictBool] = None,
1013110149
include_users: Optional[StrictBool] = None,
1013210150
_request_timeout: Union[
@@ -10150,6 +10168,8 @@ def core_groups_retrieve(
1015010168
:type group_uuid: str
1015110169
:param include_children:
1015210170
:type include_children: bool
10171+
:param include_inherited_roles:
10172+
:type include_inherited_roles: bool
1015310173
:param include_parents:
1015410174
:type include_parents: bool
1015510175
:param include_users:
@@ -10179,6 +10199,7 @@ def core_groups_retrieve(
1017910199
_param = self._core_groups_retrieve_serialize(
1018010200
group_uuid=group_uuid,
1018110201
include_children=include_children,
10202+
include_inherited_roles=include_inherited_roles,
1018210203
include_parents=include_parents,
1018310204
include_users=include_users,
1018410205
_request_auth=_request_auth,
@@ -10208,6 +10229,7 @@ def core_groups_retrieve_with_http_info(
1020810229
self,
1020910230
group_uuid: Annotated[UUID, Field(description="A UUID string identifying this Group.")],
1021010231
include_children: Optional[StrictBool] = None,
10232+
include_inherited_roles: Optional[StrictBool] = None,
1021110233
include_parents: Optional[StrictBool] = None,
1021210234
include_users: Optional[StrictBool] = None,
1021310235
_request_timeout: Union[
@@ -10231,6 +10253,8 @@ def core_groups_retrieve_with_http_info(
1023110253
:type group_uuid: str
1023210254
:param include_children:
1023310255
:type include_children: bool
10256+
:param include_inherited_roles:
10257+
:type include_inherited_roles: bool
1023410258
:param include_parents:
1023510259
:type include_parents: bool
1023610260
:param include_users:
@@ -10260,6 +10284,7 @@ def core_groups_retrieve_with_http_info(
1026010284
_param = self._core_groups_retrieve_serialize(
1026110285
group_uuid=group_uuid,
1026210286
include_children=include_children,
10287+
include_inherited_roles=include_inherited_roles,
1026310288
include_parents=include_parents,
1026410289
include_users=include_users,
1026510290
_request_auth=_request_auth,
@@ -10289,6 +10314,7 @@ def core_groups_retrieve_without_preload_content(
1028910314
self,
1029010315
group_uuid: Annotated[UUID, Field(description="A UUID string identifying this Group.")],
1029110316
include_children: Optional[StrictBool] = None,
10317+
include_inherited_roles: Optional[StrictBool] = None,
1029210318
include_parents: Optional[StrictBool] = None,
1029310319
include_users: Optional[StrictBool] = None,
1029410320
_request_timeout: Union[
@@ -10312,6 +10338,8 @@ def core_groups_retrieve_without_preload_content(
1031210338
:type group_uuid: str
1031310339
:param include_children:
1031410340
:type include_children: bool
10341+
:param include_inherited_roles:
10342+
:type include_inherited_roles: bool
1031510343
:param include_parents:
1031610344
:type include_parents: bool
1031710345
:param include_users:
@@ -10341,6 +10369,7 @@ def core_groups_retrieve_without_preload_content(
1034110369
_param = self._core_groups_retrieve_serialize(
1034210370
group_uuid=group_uuid,
1034310371
include_children=include_children,
10372+
include_inherited_roles=include_inherited_roles,
1034410373
include_parents=include_parents,
1034510374
include_users=include_users,
1034610375
_request_auth=_request_auth,
@@ -10365,6 +10394,7 @@ def _core_groups_retrieve_serialize(
1036510394
self,
1036610395
group_uuid,
1036710396
include_children,
10397+
include_inherited_roles,
1036810398
include_parents,
1036910399
include_users,
1037010400
_request_auth,
@@ -10395,6 +10425,10 @@ def _core_groups_retrieve_serialize(
1039510425

1039610426
_query_params.append(('include_children', include_children))
1039710427

10428+
if include_inherited_roles is not None:
10429+
10430+
_query_params.append(('include_inherited_roles', include_inherited_roles))
10431+
1039810432
if include_parents is not None:
1039910433

1040010434
_query_params.append(('include_parents', include_parents))

authentik_client/api/crypto_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Making authentication simple.
77
8-
The version of the OpenAPI document: 2025.12.0-rc2
8+
The version of the OpenAPI document: 2025.12.0-rc3
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

authentik_client/api/endpoints_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Making authentication simple.
77

8-
The version of the OpenAPI document: 2025.12.0-rc2
8+
The version of the OpenAPI document: 2025.12.0-rc3
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

authentik_client/api/enterprise_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Making authentication simple.
77
8-
The version of the OpenAPI document: 2025.12.0-rc2
8+
The version of the OpenAPI document: 2025.12.0-rc3
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

authentik_client/api/events_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Making authentication simple.
77
8-
The version of the OpenAPI document: 2025.12.0-rc2
8+
The version of the OpenAPI document: 2025.12.0-rc3
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)