livekit-plugins-hume 1.0.20__tar.gz → 1.0.22__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-hume
3
- Version: 1.0.20
3
+ Version: 1.0.22
4
4
  Summary: Hume TTS plugin for LiveKit agents
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -18,7 +18,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
18
18
  Requires-Python: >=3.9.0
19
19
  Requires-Dist: aiohttp>=3.8.0
20
20
  Requires-Dist: hume>=0.8.3
21
- Requires-Dist: livekit-agents>=1.0.20
21
+ Requires-Dist: livekit-agents>=1.0.22
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  # Hume AI TTS plugin for LiveKit Agents
@@ -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.20"
15
+ __version__ = "1.0.22"
@@ -24,7 +24,7 @@ classifiers = [
24
24
  ]
25
25
  dependencies = [
26
26
  "aiohttp>=3.8.0",
27
- "livekit-agents>=1.0.20",
27
+ "livekit-agents>=1.0.22",
28
28
  "hume>=0.8.3"
29
29
  ]
30
30