Skip to content

🌿 Fern Regeneration -- September 8, 2025#622

Merged
PaulAsjes merged 2 commits into
mainfrom
fern-bot/2025-09-08T06-13Z
Sep 8, 2025
Merged

🌿 Fern Regeneration -- September 8, 2025#622
PaulAsjes merged 2 commits into
mainfrom
fern-bot/2025-09-08T06-13Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented Sep 8, 2025

This PR regenerates code to match the latest API Definition.

@PaulAsjes PaulAsjes merged commit 86987eb into main Sep 8, 2025
5 checks passed
@PaulAsjes PaulAsjes deleted the fern-bot/2025-09-08T06-13Z branch September 8, 2025 06:50
}


def __getattr__(attr_name: str) -> typing.Any:
Copy link
Copy Markdown

@nagrawal-eightfold nagrawal-eightfold Oct 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

>>> import elevenlabs
>>> elevenlabs.conversational_ai
Traceback (most recent call last):
  File "<python-input-1>", line 1, in <module>
    elevenlabs.conversational_ai
  File "/home/ec2-user/py3.13-virt/lib/python3.13/site-packages/elevenlabs/__init__.py", line 1860, in __getattr__
    result = getattr(module, attr_name)
  File "/home/ec2-user/py3.13-virt/lib/python3.13/site-packages/elevenlabs/__init__.py", line 1860, in __getattr__
    result = getattr(module, attr_name)
  File "/home/ec2-user/py3.13-virt/lib/python3.13/site-packages/elevenlabs/__init__.py", line 1860, in __getattr__
    result = getattr(module, attr_name)
  [Previous line repeated 985 more times]
  File "/home/ec2-user/py3.13-virt/lib/python3.13/site-packages/elevenlabs/__init__.py", line 1859, in __getattr__
    module = import_module(module_name, __package__)
  File "/usr/local/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
RecursionError: maximum recursion depth exceeded

@PaulAsjes

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.

2 participants