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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-assemblyai
3
- Version: 0.0.37
3
+ Version: 0.0.39
4
4
  Summary: VideoSDK Agent Framework plugin for AssemblyAI
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: aiohttp
16
- Requires-Dist: videosdk-agents>=0.0.37
16
+ Requires-Dist: videosdk-agents>=0.0.39
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # VideoSDK Assembly 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.37","aiohttp"]
23
+ dependencies = ["videosdk-agents>=0.0.39","aiohttp"]
24
24
 
25
25
  [tool.hatch.version]
26
26
  path = "videosdk/plugins/assemblyai/version.py"
@@ -0,0 +1 @@
1
+ __version__ = "0.0.39"
@@ -1 +0,0 @@
1
- __version__ = "0.0.37"