Skip to content

Commit

Permalink
SDK regeneration (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] authored Jul 25, 2024
1 parent 0da9d77 commit c674d61
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elevenlabs"
version = "v1.6.0rc0"
version = "v1.6.0"
description = ""
readme = "README.md"
authors = []
Expand Down
2 changes: 0 additions & 2 deletions src/elevenlabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
Source,
SpeechHistoryItemResponse,
SpeechHistoryItemResponseModelVoiceCategory,
SsoProviderDbModel,
SsoProviderResponseModel,
SsoProviderResponseModelProviderType,
Status,
Expand Down Expand Up @@ -203,7 +202,6 @@
"Source",
"SpeechHistoryItemResponse",
"SpeechHistoryItemResponseModelVoiceCategory",
"SsoProviderDbModel",
"SsoProviderResponseModel",
"SsoProviderResponseModelProviderType",
"Status",
Expand Down
2 changes: 1 addition & 1 deletion src/elevenlabs/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "elevenlabs",
"X-Fern-SDK-Version": "v1.6.0rc0",
"X-Fern-SDK-Version": "v1.6.0",
}
if self._api_key is not None:
headers["xi-api-key"] = self._api_key
Expand Down
2 changes: 0 additions & 2 deletions src/elevenlabs/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
from .source import Source
from .speech_history_item_response import SpeechHistoryItemResponse
from .speech_history_item_response_model_voice_category import SpeechHistoryItemResponseModelVoiceCategory
from .sso_provider_db_model import SsoProviderDbModel
from .sso_provider_response_model import SsoProviderResponseModel
from .sso_provider_response_model_provider_type import SsoProviderResponseModelProviderType
from .status import Status
Expand Down Expand Up @@ -162,7 +161,6 @@
"Source",
"SpeechHistoryItemResponse",
"SpeechHistoryItemResponseModelVoiceCategory",
"SsoProviderDbModel",
"SsoProviderResponseModel",
"SsoProviderResponseModelProviderType",
"Status",
Expand Down
5 changes: 0 additions & 5 deletions src/elevenlabs/types/sso_provider_db_model.py

This file was deleted.

0 comments on commit c674d61

Please sign in to comment.