videosdk-plugins-azure 0.0.35__tar.gz → 0.0.37__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-azure might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: videosdk-plugins-azure
3
- Version: 0.0.35
3
+ Version: 0.0.37
4
4
  Summary: VideoSDK Agent Framework plugin for azure
5
5
  Author: videosdk
6
6
  License-Expression: Apache-2.0
@@ -17,7 +17,7 @@ Requires-Dist: azure-cognitiveservices-speech>=1.46.0
17
17
  Requires-Dist: azure-core==1.35.0
18
18
  Requires-Dist: azure-identity==1.22.0
19
19
  Requires-Dist: httpx>=0.28.1
20
- Requires-Dist: videosdk-agents>=0.0.35
20
+ Requires-Dist: videosdk-agents>=0.0.37
21
21
  Description-Content-Type: text/markdown
22
22
 
23
23
  # VideoSDK Azure 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.35","azure-cognitiveservices-speech>=1.46.0","azure-ai-voicelive>=1.0.0b1","azure-core==1.35.0",
23
+ dependencies = ["videosdk-agents>=0.0.37","azure-cognitiveservices-speech>=1.46.0","azure-ai-voicelive>=1.0.0b1","azure-core==1.35.0",
24
24
  "azure-identity==1.22.0","httpx>=0.28.1"]
25
25
 
26
26
  [tool.hatch.version]
@@ -274,3 +274,4 @@ class AzureSTT(BaseSTT):
274
274
 
275
275
  await self._cleanup_speech_processor()
276
276
  logger.info("Azure STT closed")
277
+ await super().aclose()
@@ -0,0 +1,2 @@
1
+ __version__ = "0.0.37"
2
+
@@ -1,2 +0,0 @@
1
- __version__ = "0.0.35"
2
-