livekit-plugins-aws 1.0.13__py3-none-any.whl → 1.0.14__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.

@@ -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 as e:
186
- raise APITimeoutError() from e
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 e
193
+ ) from None
194
194
  except Exception as e:
195
195
  raise APIConnectionError() from e
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "1.0.13"
15
+ __version__ = "1.0.14"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-aws
3
- Version: 1.0.13
3
+ Version: 1.0.14
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.13
24
+ Requires-Dist: livekit-agents>=1.0.14
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=IRC_XgQ-uDLkE3JrZ_AtiNRfnQiX4trLV6c4clcNd8s,7337
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=i9Tq4ZlIN5uba7xHRxp31dxAE9NuzqobM8zWhdM4QgA,601
10
- livekit_plugins_aws-1.0.13.dist-info/METADATA,sha256=-zawnqrEVdEhB-G_9JRqWh3qXe53s9Alo-KWcAAZkxg,1475
11
- livekit_plugins_aws-1.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
- livekit_plugins_aws-1.0.13.dist-info/RECORD,,
9
+ livekit/plugins/aws/version.py,sha256=_YeHNcjndmG5QY6ec1nkXLdNYsalxmzzc9riXew4isE,601
10
+ livekit_plugins_aws-1.0.14.dist-info/METADATA,sha256=SOOQAVOPYwskj3JYqx4Hz44g6jbq7V9dsBzRQKTVKNo,1475
11
+ livekit_plugins_aws-1.0.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
12
+ livekit_plugins_aws-1.0.14.dist-info/RECORD,,