videosdk-plugins-elevenlabs 0.0.1__tar.gz → 0.0.2__tar.gz

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 videosdk-plugins-elevenlabs might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-elevenlabs
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary: VideoSDK Agent Framework plugin for ElevenLabs
5
5
  Author: videosdk
6
6
  Keywords: ai,audio,elevenlabs,video,videosdk
@@ -11,7 +11,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio
11
11
  Classifier: Topic :: Multimedia :: Video
12
12
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
13
13
  Requires-Python: >=3.11
14
- Requires-Dist: videosdk-agents>=0.0.11
14
+ Requires-Dist: videosdk-agents>=0.0.12
15
15
  Description-Content-Type: text/markdown
16
16
 
17
17
  VideoSDK ElevenLabs Plugin
@@ -20,7 +20,7 @@ classifiers = [
20
20
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
21
21
  ]
22
22
  dependencies = [
23
- "videosdk-agents>=0.0.11"
23
+ "videosdk-agents>=0.0.12"
24
24
  ]
25
25
 
26
26
  [tool.hatch.version]
@@ -0,0 +1 @@
1
+ __version__ = "0.0.2"
@@ -1 +0,0 @@
1
- __version__ = "0.0.1"