Skip to content

Commit 4c725a3

Browse files
chore: bump version 1.50.6
1 parent d629466 commit 4c725a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5",
19+
"X-Fern-SDK-Version": "1.50.6",
2020
}
2121
if self._api_key is not None:
2222
headers["xi-api-key"] = self._api_key

0 commit comments

Comments
 (0)