videosdk-plugins-lmnt 0.0.38__tar.gz → 0.0.39__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-lmnt might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-lmnt
3
- Version: 0.0.38
3
+ Version: 0.0.39
4
4
  Summary: VideoSDK Agent Framework plugin for LMNT AI Text-to-Speech services
5
5
  Author: videosdk
6
6
  License-Expression: Apache-2.0
@@ -13,7 +13,7 @@ Classifier: Topic :: Multimedia :: Video
13
13
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
14
14
  Requires-Python: >=3.11
15
15
  Requires-Dist: httpx>=0.24.0
16
- Requires-Dist: videosdk-agents>=0.0.38
16
+ Requires-Dist: videosdk-agents>=0.0.39
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # VideoSDK LMNT AI Plugin
@@ -20,7 +20,7 @@ classifiers = [
20
20
  "Topic :: Multimedia :: Video",
21
21
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
22
22
  ]
23
- dependencies = ["videosdk-agents>=0.0.38", "httpx>=0.24.0"]
23
+ dependencies = ["videosdk-agents>=0.0.39", "httpx>=0.24.0"]
24
24
 
25
25
  [tool.hatch.version]
26
26
  path = "videosdk/plugins/lmnt/version.py"
@@ -0,0 +1 @@
1
+ __version__ = "0.0.39"
@@ -1 +0,0 @@
1
- __version__ = "0.0.38"