Skip to content

Commit f88124c

Browse files
SDK regeneration (elevenlabs#436)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Louis J. <132601011+louisjoecodes@users.noreply.github.com>
1 parent 05a457d commit f88124c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elevenlabs"
3-
version = "1.20.0"
3+
version = "1.50.0"
44
description = ""
55
readme = "README.md"
66
authors = []

src/elevenlabs/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
1717
"X-Fern-Language": "Python",
1818
"X-Fern-SDK-Name": "elevenlabs",
19-
"X-Fern-SDK-Version": "1.20.0",
19+
"X-Fern-SDK-Version": "1.50.0",
2020
}
2121
if self._api_key is not None:
2222
headers["xi-api-key"] = self._api_key

0 commit comments

Comments
 (0)