livekit-plugins-aws 1.0.13__py3-none-any.whl → 1.0.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of livekit-plugins-aws might be problematic. Click here for more details.
- livekit/plugins/aws/tts.py +3 -3
- livekit/plugins/aws/version.py +1 -1
- {livekit_plugins_aws-1.0.13.dist-info → livekit_plugins_aws-1.0.15.dist-info}/METADATA +2 -2
- {livekit_plugins_aws-1.0.13.dist-info → livekit_plugins_aws-1.0.15.dist-info}/RECORD +5 -5
- {livekit_plugins_aws-1.0.13.dist-info → livekit_plugins_aws-1.0.15.dist-info}/WHEEL +0 -0
livekit/plugins/aws/tts.py
CHANGED
|
@@ -182,14 +182,14 @@ class ChunkedStream(tts.ChunkedStream):
|
|
|
182
182
|
finally:
|
|
183
183
|
await utils.aio.gracefully_cancel(push_task)
|
|
184
184
|
|
|
185
|
-
except asyncio.TimeoutError
|
|
186
|
-
raise APITimeoutError() from
|
|
185
|
+
except asyncio.TimeoutError:
|
|
186
|
+
raise APITimeoutError() from None
|
|
187
187
|
except aiohttp.ClientResponseError as e:
|
|
188
188
|
raise APIStatusError(
|
|
189
189
|
message=e.message,
|
|
190
190
|
status_code=e.status,
|
|
191
191
|
request_id=request_id,
|
|
192
192
|
body=None,
|
|
193
|
-
) from
|
|
193
|
+
) from None
|
|
194
194
|
except Exception as e:
|
|
195
195
|
raise APIConnectionError() from e
|
livekit/plugins/aws/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: livekit-plugins-aws
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.15
|
|
4
4
|
Summary: LiveKit Agents Plugin for services from AWS
|
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
|
6
6
|
Project-URL: Website, https://livekit.io/
|
|
@@ -21,7 +21,7 @@ Requires-Python: >=3.9.0
|
|
|
21
21
|
Requires-Dist: aioboto3==14.1.0
|
|
22
22
|
Requires-Dist: amazon-transcribe==0.6.2
|
|
23
23
|
Requires-Dist: boto3==1.37.1
|
|
24
|
-
Requires-Dist: livekit-agents>=1.0.
|
|
24
|
+
Requires-Dist: livekit-agents>=1.0.15
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
|
27
27
|
# LiveKit Plugins AWS
|
|
@@ -4,9 +4,9 @@ livekit/plugins/aws/log.py,sha256=jFief0Xhv0n_F6sp6UFu9VKxs2bXNVGAfYGmEYfR_2Q,66
|
|
|
4
4
|
livekit/plugins/aws/models.py,sha256=Nf8RFmDulW7h03dG2lERTog3mgDK0TbLvW0eGOncuEE,704
|
|
5
5
|
livekit/plugins/aws/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
livekit/plugins/aws/stt.py,sha256=FgZ0hN-ToqQRzesdV28GNkHw_x2X_sFugji_BnLXm7c,9448
|
|
7
|
-
livekit/plugins/aws/tts.py,sha256
|
|
7
|
+
livekit/plugins/aws/tts.py,sha256=-YK_jgJxQUG5LKHNeqTfjOm6fQhoEEbHps300goTtMQ,7338
|
|
8
8
|
livekit/plugins/aws/utils.py,sha256=BqZPyLr-xETbGybhE3-lEJovqkuCuAd-cxtUO3aFAVM,4988
|
|
9
|
-
livekit/plugins/aws/version.py,sha256=
|
|
10
|
-
livekit_plugins_aws-1.0.
|
|
11
|
-
livekit_plugins_aws-1.0.
|
|
12
|
-
livekit_plugins_aws-1.0.
|
|
9
|
+
livekit/plugins/aws/version.py,sha256=wHPUkZRYx-OB6iDuwTmMNVVQXU9eg5xFSjgmKBqqwd4,601
|
|
10
|
+
livekit_plugins_aws-1.0.15.dist-info/METADATA,sha256=1MSyV5KCSGgy4Qzj8QnSj6C8IZjBTE7ijspVQxxAUGw,1475
|
|
11
|
+
livekit_plugins_aws-1.0.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
12
|
+
livekit_plugins_aws-1.0.15.dist-info/RECORD,,
|
|
File without changes
|