Skip to content

Commit 5f1a1ad

Browse files
fern-api[bot]louisjoecodes
authored andcommitted
SDK regeneration
1 parent 4e7f766 commit 5f1a1ad

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
[project]
2+
name = "elevenlabs"
3+
14
[tool.poetry]
25
name = "elevenlabs"
3-
version = "1.50.4"
6+
version = "1.50.5"
47
description = ""
58
readme = "README.md"
69
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.50.4",
19+
"X-Fern-SDK-Version": "1.50.5",
2020
}
2121
if self._api_key is not None:
2222
headers["xi-api-key"] = self._api_key

0 commit comments

Comments
 (0)