livekit-plugins-cartesia 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.
@@ -272,15 +272,15 @@ class ChunkedStream(tts.ChunkedStream):
272
272
  for frame in bstream.flush():
273
273
  emitter.push(frame)
274
274
  emitter.flush()
275
- except asyncio.TimeoutError as e:
276
- raise APITimeoutError() from e
275
+ except asyncio.TimeoutError:
276
+ raise APITimeoutError() from None
277
277
  except aiohttp.ClientResponseError as e:
278
278
  raise APIStatusError(
279
279
  message=e.message,
280
280
  status_code=e.status,
281
281
  request_id=None,
282
282
  body=None,
283
- ) from e
283
+ ) from None
284
284
  except Exception as e:
285
285
  raise APIConnectionError() from e
286
286
 
@@ -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-cartesia
3
- Version: 1.0.13
3
+ Version: 1.0.14
4
4
  Summary: LiveKit Agents Plugin for Cartesia
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -18,7 +18,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio
18
18
  Classifier: Topic :: Multimedia :: Video
19
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Requires-Python: >=3.9.0
21
- Requires-Dist: livekit-agents>=1.0.13
21
+ Requires-Dist: livekit-agents>=1.0.14
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  # LiveKit Plugins Cartesia
@@ -0,0 +1,9 @@
1
+ livekit/plugins/cartesia/__init__.py,sha256=UTa6Q7IxhRBCwPftowHEUDvmBg99J_UjGS_yxTzKD7g,1095
2
+ livekit/plugins/cartesia/log.py,sha256=4Mnhjng_DU1dIWP9IWjIQGZ67EV3LnQhWMWCHVudJbo,71
3
+ livekit/plugins/cartesia/models.py,sha256=KGY-r2luJuUNY6a3nnB0Rx-5Td12hikk-GtYLnqvysE,977
4
+ livekit/plugins/cartesia/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ livekit/plugins/cartesia/tts.py,sha256=I_wMWZ-WStnX84QQMOPER-EAaudY6iAmalFkJUBaKtk,14444
6
+ livekit/plugins/cartesia/version.py,sha256=_YeHNcjndmG5QY6ec1nkXLdNYsalxmzzc9riXew4isE,601
7
+ livekit_plugins_cartesia-1.0.14.dist-info/METADATA,sha256=n2u1h_x6zgsM6ccuBL-DIvMdCArubUODJwS0uVFJp6c,1255
8
+ livekit_plugins_cartesia-1.0.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ livekit_plugins_cartesia-1.0.14.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- livekit/plugins/cartesia/__init__.py,sha256=UTa6Q7IxhRBCwPftowHEUDvmBg99J_UjGS_yxTzKD7g,1095
2
- livekit/plugins/cartesia/log.py,sha256=4Mnhjng_DU1dIWP9IWjIQGZ67EV3LnQhWMWCHVudJbo,71
3
- livekit/plugins/cartesia/models.py,sha256=KGY-r2luJuUNY6a3nnB0Rx-5Td12hikk-GtYLnqvysE,977
4
- livekit/plugins/cartesia/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- livekit/plugins/cartesia/tts.py,sha256=rHDiypiCdn0sKykNvYcl5Cf6SZE2XmPRlnLGQA4m7Ks,14443
6
- livekit/plugins/cartesia/version.py,sha256=i9Tq4ZlIN5uba7xHRxp31dxAE9NuzqobM8zWhdM4QgA,601
7
- livekit_plugins_cartesia-1.0.13.dist-info/METADATA,sha256=jSpeJYoIll9ThPvKZzpcepWvuIlTMXZSGmOofe2dvMg,1255
8
- livekit_plugins_cartesia-1.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- livekit_plugins_cartesia-1.0.13.dist-info/RECORD,,