Skip to content

Commit 751d521

Browse files
SDK regeneration
1 parent fde2b84 commit 751d521

File tree

428 files changed

+14646
-2272
lines changed

Some content is hidden

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

428 files changed

+14646
-2272
lines changed

.fern/metadata.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "3.64.2",
2+
"cliVersion": "4.31.0",
33
"generatorName": "fernapi/fern-python-sdk",
4-
"generatorVersion": "4.42.0",
4+
"generatorVersion": "5.0.0",
55
"generatorConfig": {
66
"timeout_in_seconds": 240,
77
"default_bytes_stream_chunk_size": 1024,
@@ -54,5 +54,7 @@
5454
]
5555
}
5656
]
57-
}
57+
},
58+
"originGitCommit": "da2c7f0c92e710e64eef5e250a0ba2c52fd0646a",
59+
"sdkVersion": "2.39.1"
5860
}

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "elevenlabs"
7-
version = "v2.39.0"
7+
version = "2.39.1"
88
description = ""
99
readme = "README.md"
1010
authors = []
@@ -14,11 +14,12 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",
17-
"Programming Language :: Python :: 3.8",
18-
"Programming Language :: Python :: 3.9",
1917
"Programming Language :: Python :: 3.10",
2018
"Programming Language :: Python :: 3.11",
2119
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
21+
"Programming Language :: Python :: 3.14",
22+
"Programming Language :: Python :: 3.15",
2223
"Operating System :: OS Independent",
2324
"Operating System :: POSIX",
2425
"Operating System :: MacOS",
@@ -36,7 +37,7 @@ packages = [
3637
Repository = 'https://github.com/elevenlabs/elevenlabs-python'
3738

3839
[tool.poetry.dependencies]
39-
python = "^3.8"
40+
python = "^3.10"
4041
httpx = ">=0.21.2"
4142
pyaudio = { version = ">=0.2.14", optional = true}
4243
pydantic = ">= 1.9.2"

0 commit comments

Comments
 (0)