Skip to content

🌿 Fern Regeneration -- April 9, 2026#819

Open
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-04-09T15-24Z
Open

🌿 Fern Regeneration -- April 9, 2026#819
fern-api[bot] wants to merge 1 commit intomasterfrom
fern-bot/2026-04-09T15-24Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api bot commented Apr 9, 2026

This PR regenerates code to match the latest API Definition.

@fern-api fern-api bot requested a review from a team as a code owner April 9, 2026 15:25
from pydantic.v1.typing import is_union as is_union
# Avoid importing from pydantic.v1 to maintain Python 3.14 compatibility.
from typing import get_args as get_args # type: ignore[assignment]
from typing import get_origin as get_origin # type: ignore[assignment]
if existing_url:
_WIREMOCK_URL = existing_url
_EXTERNAL = True
_STARTED = True
@@ -0,0 +1,116 @@
import importlib
import sys
import unittest

def test_default_aiohttp_client_raises_without_package(self) -> None:
"""DefaultAioHttpClient raises RuntimeError when httpx_aiohttp not installed."""
import auth0.management._default_clients
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant