Skip to content

Commit 72564a5

Browse files
🌿 Fern Regeneration -- December 1, 2025 (#697)
* SDK regeneration * Remove fern cli from test workflow --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Paul Asjes <paul.asjes@elevenlabs.io>
1 parent 5118750 commit 72564a5

File tree

66 files changed

+2503
-270
lines changed

Some content is hidden

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

66 files changed

+2503
-270
lines changed

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cliVersion": "0.107.3",
33
"generatorName": "fernapi/fern-python-sdk",
4-
"generatorVersion": "4.36.2",
4+
"generatorVersion": "4.41.3",
55
"generatorConfig": {
66
"timeout_in_seconds": 240,
77
"default_bytes_stream_chunk_size": 1024,

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
- name: Install dependencies
3434
run: poetry install
3535

36-
# NOTE: Is fern executable needed here?
37-
- uses: pnpm/action-setup@v4
38-
- name: Setup node
39-
uses: actions/setup-node@v6
40-
- name: Install Fern
41-
run: |
42-
pnpm install --frozen-lockfile
43-
alias fern='pnpm exec fern'
44-
4536
- name: Verify types
4637
run: poetry run python tests/verify_types.py
4738

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
__pycache__/
44
dist/
55
poetry.toml
6-
node_modules/

package.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 0 additions & 154 deletions
This file was deleted.

pnpm-workspace.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

poetry.lock

Lines changed: 38 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "elevenlabs"
33

44
[tool.poetry]
55
name = "elevenlabs"
6-
version = "v2.24.0"
6+
version = "v2.25.0"
77
description = ""
88
readme = "README.md"
99
authors = []
@@ -48,6 +48,7 @@ websockets = ">=11.0"
4848
mypy = "==1.13.0"
4949
pytest = "^7.4.0"
5050
pytest-asyncio = "^0.23.5"
51+
pytest-xdist = "^3.6.1"
5152
python-dateutil = "^2.9.0"
5253
types-python-dateutil = "^2.9.0.20240316"
5354
ruff = "==0.11.5"

0 commit comments

Comments
 (0)