videosdk-plugins-navana 0.0.34__tar.gz → 0.0.36__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-navana might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-navana
3
- Version: 0.0.34
3
+ Version: 0.0.36
4
4
  Summary: VideoSDK Agent Framework plugin for Navana STT services
5
5
  Author: videosdk
6
6
  License-Expression: Apache-2.0
@@ -16,7 +16,7 @@ Requires-Dist: aiohttp
16
16
  Requires-Dist: bodhi-sdk
17
17
  Requires-Dist: numpy
18
18
  Requires-Dist: scipy>=1.11.0
19
- Requires-Dist: videosdk-agents>=0.0.34
19
+ Requires-Dist: videosdk-agents>=0.0.36
20
20
  Description-Content-Type: text/markdown
21
21
 
22
22
  # VideoSDK Navana Plugin
@@ -32,7 +32,7 @@ classifiers = [
32
32
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
33
33
  ]
34
34
  dependencies = [
35
- "videosdk-agents>=0.0.34",
35
+ "videosdk-agents>=0.0.36",
36
36
  "aiohttp",
37
37
  "numpy",
38
38
  "bodhi-sdk",
@@ -0,0 +1 @@
1
+ __version__ = "0.0.36"
@@ -1 +0,0 @@
1
- __version__ = "0.0.34"