Skip to content

Commit 1082df4

Browse files
committed
[fern-replay] Applied customizations
Patches applied (4): - patch-4894603d: chore: Restore custom wiring in management/__init__.py - patch-f182694f: fix: Add top-level `py.typed` marker to resolve IDE import errors (#829) - patch-1026b4d8: Release 5.4.0 (#838) - patch-18f283e9: chore: drop Python 3.9 support, add Python 3.13 (#843) Patches absorbed by generator (1): - patch-1bdc0394: fix: resolve [fern-replay] conflict in management/__init__.py (#842) The generator now produces these customizations natively.
1 parent 812b8ca commit 1082df4

3 files changed

Lines changed: 46 additions & 26 deletions

File tree

.fern/replay.lock

Lines changed: 29 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,28 @@ generations:
1919
generator_versions:
2020
fernapi/fern-python-sdk: 5.12.10
2121
base_branch_head: 3b19ca9899d758100ca38524af2cb079832fdc56
22-
current_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
22+
- commit_sha: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
23+
tree_hash: 24be5645b7a89574a130a72ceec1f410c757ae6c
24+
timestamp: 2026-05-19T12:25:04.138Z
25+
cli_version: unknown
26+
generator_versions:
27+
fernapi/fern-python-sdk: 5.12.10
28+
current_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
2329
patches:
2430
- id: patch-4894603d
25-
content_hash: sha256:2ca56f02c24fc60f076b081eb5d06f4848d08c24003b591d61421d753128b106
31+
content_hash: sha256:85d8e392938ef0338e526c1cc9abe95cc3b51986f1145d7b25ceef95605d282c
2632
original_commit: 4894603d03409962bc60a34712de8abffe919e2c
2733
original_message: "chore: Restore custom wiring in management/__init__.py"
2834
original_author: Kunal Dawar <kunal.dawar@okta.com>
29-
base_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
35+
base_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
3036
files:
3137
- src/auth0/management/__init__.py
3238
patch_content: |
3339
diff --git a/src/auth0/management/__init__.py b/src/auth0/management/__init__.py
34-
index 2822ff3..e537579 100644
40+
index 46338c3..4fd6baf 100644
3541
--- a/src/auth0/management/__init__.py
3642
+++ b/src/auth0/management/__init__.py
37-
@@ -2741,6 +2741,8 @@ if typing.TYPE_CHECKING:
43+
@@ -2743,6 +2743,8 @@ if typing.TYPE_CHECKING:
3844
from .environment import Auth0Environment
3945
from .event_streams import EventStreamsCreateRequest
4046
from .version import __version__
@@ -43,7 +49,7 @@ patches:
4349
_dynamic_imports: typing.Dict[str, str] = {
4450
"Action": ".types",
4551
"ActionBase": ".types",
46-
@@ -2801,6 +2803,8 @@ _dynamic_imports: typing.Dict[str, str] = {
52+
@@ -2803,6 +2805,8 @@ _dynamic_imports: typing.Dict[str, str] = {
4753
"AssociateOrganizationClientGrantResponseContent": ".types",
4854
"AsyncApprovalNotificationsChannelsEnum": ".types",
4955
"AsyncAuth0": ".client",
@@ -52,37 +58,31 @@ patches:
5258
"AttackProtectionCaptchaArkoseResponseContent": ".types",
5359
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
5460
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
55-
@@ -3756,9 +3760,9 @@ _dynamic_imports: typing.Dict[str, str] = {
56-
"CreateVerificationEmailResponseContent": ".types",
57-
"CreatedAuthenticationMethodTypeEnum": ".types",
58-
"CreatedUserAuthenticationMethodTypeEnum": ".types",
59-
- "CredentialDeviceTypeEnum": ".types",
61+
@@ -3761,6 +3765,7 @@ _dynamic_imports: typing.Dict[str, str] = {
62+
"CredentialDeviceTypeEnum": ".types",
6063
"CredentialId": ".types",
6164
"CustomDomain": ".types",
6265
+ "CustomDomainHeader": ".management_client",
6366
"CustomDomainCustomClientIpHeader": ".types",
6467
"CustomDomainCustomClientIpHeaderEnum": ".types",
6568
"CustomDomainProvisioningTypeEnum": ".types",
66-
@@ -5016,6 +5020,7 @@ _dynamic_imports: typing.Dict[str, str] = {
69+
@@ -5020,6 +5025,7 @@ _dynamic_imports: typing.Dict[str, str] = {
6770
"LogStreamSumoEnum": ".types",
6871
"LogStreamSumoResponseSchema": ".types",
6972
"LogStreamSumoSink": ".types",
7073
+ "ManagementClient": ".management_client",
7174
"MdlPresentationProperties": ".types",
7275
"MdlPresentationRequest": ".types",
7376
"MdlPresentationRequestProperties": ".types",
74-
@@ -5242,9 +5247,9 @@ _dynamic_imports: typing.Dict[str, str] = {
77+
@@ -5246,6 +5252,7 @@ _dynamic_imports: typing.Dict[str, str] = {
7578
"TokenQuota": ".types",
7679
"TokenQuotaClientCredentials": ".types",
7780
"TokenQuotaConfiguration": ".types",
7881
+ "TokenProvider": ".token_provider",
7982
"TooManyRequestsError": ".errors",
8083
"TooManyRequestsSchema": ".types",
81-
- "TooManyRequestsSchemaError": ".types",
82-
"TwilioProviderConfiguration": ".types",
83-
"TwilioProviderCredentials": ".types",
84-
"TwilioProviderDeliveryMethodEnum": ".types",
85-
@@ -5557,6 +5562,8 @@ __all__ = [
84+
"TooManyRequestsSchemaError": ".types",
85+
@@ -5561,6 +5568,8 @@ __all__ = [
8686
"AssociateOrganizationClientGrantResponseContent",
8787
"AsyncApprovalNotificationsChannelsEnum",
8888
"AsyncAuth0",
@@ -91,18 +91,15 @@ patches:
9191
"AttackProtectionCaptchaArkoseResponseContent",
9292
"AttackProtectionCaptchaAuthChallengeRequest",
9393
"AttackProtectionCaptchaAuthChallengeResponseContent",
94-
@@ -7769,9 +7776,9 @@ __all__ = [
95-
"LogStreamSplunkResponseSchema",
96-
"LogStreamSplunkSink",
97-
"LogStreamStatusEnum",
98-
- "LogStreamSumoEnum",
94+
@@ -7778,6 +7787,7 @@ __all__ = [
95+
"LogStreamSumoEnum",
9996
"LogStreamSumoResponseSchema",
10097
"LogStreamSumoSink",
10198
+ "ManagementClient",
10299
"MdlPresentationProperties",
103100
"MdlPresentationRequest",
104101
"MdlPresentationRequestProperties",
105-
@@ -7995,6 +8002,7 @@ __all__ = [
102+
@@ -8001,6 +8011,7 @@ __all__ = [
106103
"TestEventDataContent",
107104
"TokenExchangeProfileResponseContent",
108105
"TokenExchangeProfileTypeEnum",
@@ -1582,6 +1579,8 @@ patches:
15821579
ExpressConfiguration,
15831580
ExpressConfigurationOrNull,
15841581
ExtensibilityEmailProviderCredentials,
1582+
FedCmLogin,
1583+
FedCmLoginGoogle,
15851584
FederatedConnectionTokenSet,
15861585
FlowAction,
15871586
FlowActionActivecampaign,
@@ -4331,6 +4330,8 @@ patches:
43314330
"ExpressConfiguration": ".types",
43324331
"ExpressConfigurationOrNull": ".types",
43334332
"ExtensibilityEmailProviderCredentials": ".types",
4333+
"FedCmLogin": ".types",
4334+
"FedCmLoginGoogle": ".types",
43344335
"FederatedConnectionTokenSet": ".types",
43354336
"FlowAction": ".types",
43364337
"FlowActionActivecampaign": ".types",
@@ -7091,6 +7092,8 @@ patches:
70917092
"ExpressConfiguration",
70927093
"ExpressConfigurationOrNull",
70937094
"ExtensibilityEmailProviderCredentials",
7095+
"FedCmLogin",
7096+
"FedCmLoginGoogle",
70947097
"FederatedConnectionTokenSet",
70957098
"FlowAction",
70967099
"FlowActionActivecampaign",
@@ -8360,7 +8363,7 @@ patches:
83608363
original_commit: f182694f50720cacb568ff5c7a1894b0dd972373
83618364
original_message: "fix: Add top-level `py.typed` marker to resolve IDE import errors (#829)"
83628365
original_author: Snehil Kishore <snehil.kishore@okta.com>
8363-
base_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
8366+
base_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
83648367
files:
83658368
- src/auth0/py.typed
83668369
patch_content: |+
@@ -8419,7 +8422,7 @@ patches:
84198422
original_commit: 1026b4d84790f1037f99df904ddf58d68f944224
84208423
original_message: Release 5.4.0 (#838)
84218424
original_author: Snehil Kishore <snehil.kishore@okta.com>
8422-
base_generation: c1c18146c845e6c7916d0490f7ef02807f9bfebf
8425+
base_generation: 812b8ca16fc2740001f9839ce5c88f85fed87c6e
84238426
files:
84248427
- .version
84258428
- CHANGELOG.md

.fernignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ tests/authentication/
1919
# Root auth0 __init__.py and py.typed marker
2020
src/auth0/__init__.py
2121
src/auth0/py.typed
22+
<<<<<<< ours
23+
=======
24+
25+
# Telemetry customization (Auth0 format with dynamic versioning)
26+
src/auth0/management/core/client_wrapper.py
27+
>>>>>>> theirs
2228

2329
# Files edited to incorporate both APIs
2430
pyproject.toml

src/auth0/management/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,6 +2743,8 @@
27432743
from .environment import Auth0Environment
27442744
from .event_streams import EventStreamsCreateRequest
27452745
from .version import __version__
2746+
from .management_client import AsyncManagementClient, CustomDomainHeader, ManagementClient
2747+
from .token_provider import AsyncTokenProvider, TokenProvider
27462748
_dynamic_imports: typing.Dict[str, str] = {
27472749
"Action": ".types",
27482750
"ActionBase": ".types",
@@ -2803,6 +2805,8 @@
28032805
"AssociateOrganizationClientGrantResponseContent": ".types",
28042806
"AsyncApprovalNotificationsChannelsEnum": ".types",
28052807
"AsyncAuth0": ".client",
2808+
"AsyncManagementClient": ".management_client",
2809+
"AsyncTokenProvider": ".token_provider",
28062810
"AttackProtectionCaptchaArkoseResponseContent": ".types",
28072811
"AttackProtectionCaptchaAuthChallengeRequest": ".types",
28082812
"AttackProtectionCaptchaAuthChallengeResponseContent": ".types",
@@ -3761,6 +3765,7 @@
37613765
"CredentialDeviceTypeEnum": ".types",
37623766
"CredentialId": ".types",
37633767
"CustomDomain": ".types",
3768+
"CustomDomainHeader": ".management_client",
37643769
"CustomDomainCustomClientIpHeader": ".types",
37653770
"CustomDomainCustomClientIpHeaderEnum": ".types",
37663771
"CustomDomainProvisioningTypeEnum": ".types",
@@ -5020,6 +5025,7 @@
50205025
"LogStreamSumoEnum": ".types",
50215026
"LogStreamSumoResponseSchema": ".types",
50225027
"LogStreamSumoSink": ".types",
5028+
"ManagementClient": ".management_client",
50235029
"MdlPresentationProperties": ".types",
50245030
"MdlPresentationRequest": ".types",
50255031
"MdlPresentationRequestProperties": ".types",
@@ -5246,6 +5252,7 @@
52465252
"TokenQuota": ".types",
52475253
"TokenQuotaClientCredentials": ".types",
52485254
"TokenQuotaConfiguration": ".types",
5255+
"TokenProvider": ".token_provider",
52495256
"TooManyRequestsError": ".errors",
52505257
"TooManyRequestsSchema": ".types",
52515258
"TooManyRequestsSchemaError": ".types",
@@ -5561,6 +5568,8 @@ def __dir__():
55615568
"AssociateOrganizationClientGrantResponseContent",
55625569
"AsyncApprovalNotificationsChannelsEnum",
55635570
"AsyncAuth0",
5571+
"AsyncManagementClient",
5572+
"AsyncTokenProvider",
55645573
"AttackProtectionCaptchaArkoseResponseContent",
55655574
"AttackProtectionCaptchaAuthChallengeRequest",
55665575
"AttackProtectionCaptchaAuthChallengeResponseContent",
@@ -7778,6 +7787,7 @@ def __dir__():
77787787
"LogStreamSumoEnum",
77797788
"LogStreamSumoResponseSchema",
77807789
"LogStreamSumoSink",
7790+
"ManagementClient",
77817791
"MdlPresentationProperties",
77827792
"MdlPresentationRequest",
77837793
"MdlPresentationRequestProperties",
@@ -8001,6 +8011,7 @@ def __dir__():
80018011
"TestEventDataContent",
80028012
"TokenExchangeProfileResponseContent",
80038013
"TokenExchangeProfileTypeEnum",
8014+
"TokenProvider",
80048015
"TokenQuota",
80058016
"TokenQuotaClientCredentials",
80068017
"TokenQuotaConfiguration",

0 commit comments

Comments
 (0)