Skip to content

Commit 2f564d5

Browse files
committed
Release 1.2.0
1 parent 8c1fa8d commit 2f564d5

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

poetry.lock

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

reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Please refer to the list of the supported languages and recommendations regardin
131131
<dl>
132132
<dd>
133133

134-
Create a new API token for the logged in user
134+
WARNING: This endpoint is deprecated. Create a new API token for the logged in user.
135135
</dd>
136136
</dl>
137137
</dd>

src/speechify/tts/auth/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def create_access_token(
2626
request_options: typing.Optional[RequestOptions] = None,
2727
) -> AccessToken:
2828
"""
29-
Create a new API token for the logged in user
29+
WARNING: This endpoint is deprecated. Create a new API token for the logged in user.
3030
3131
Parameters
3232
----------
@@ -100,7 +100,7 @@ async def create_access_token(
100100
request_options: typing.Optional[RequestOptions] = None,
101101
) -> AccessToken:
102102
"""
103-
Create a new API token for the logged in user
103+
WARNING: This endpoint is deprecated. Create a new API token for the logged in user.
104104
105105
Parameters
106106
----------

0 commit comments

Comments
 (0)