livekit-plugins-azure 1.0.0rc4__tar.gz → 1.0.0rc5__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,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-azure
3
- Version: 1.0.0rc4
3
+ Version: 1.0.0rc5
4
4
  Summary: Agent Framework plugin for services from Azure
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
7
7
  Project-URL: Source, https://github.com/livekit/agents
8
- Author-email: LiveKit <support@livekit.io>
8
+ Author-email: LiveKit <hello@livekit.io>
9
9
  License-Expression: Apache-2.0
10
10
  Keywords: audio,livekit,realtime,video,webrtc
11
11
  Classifier: Intended Audience :: Developers
@@ -19,7 +19,7 @@ Classifier: Topic :: Multimedia :: Video
19
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Requires-Python: >=3.9.0
21
21
  Requires-Dist: azure-cognitiveservices-speech>=1.41.0
22
- Requires-Dist: livekit-agents>=1.0.0.rc4
22
+ Requires-Dist: livekit-agents>=1.0.0.rc5
23
23
  Description-Content-Type: text/markdown
24
24
 
25
25
  # LiveKit Plugins Azure
@@ -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.0.rc4'
15
+ __version__ = '1.0.0.rc5'
@@ -9,7 +9,7 @@ description = "Agent Framework plugin for services from Azure"
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
11
11
  requires-python = ">=3.9.0"
12
- authors = [{ name = "LiveKit", email = "support@livekit.io" }]
12
+ authors = [{ name = "LiveKit", email = "hello@livekit.io" }]
13
13
  keywords = ["webrtc", "realtime", "audio", "video", "livekit"]
14
14
  classifiers = [
15
15
  "Intended Audience :: Developers",
@@ -23,7 +23,7 @@ classifiers = [
23
23
  "Programming Language :: Python :: 3 :: Only",
24
24
  ]
25
25
  dependencies = [
26
- "livekit-agents>=1.0.0.rc4",
26
+ "livekit-agents>=1.0.0.rc5",
27
27
  "azure-cognitiveservices-speech>=1.41.0",
28
28
  ]
29
29