livekit-plugins-krisp 0.2.2__tar.gz → 0.2.4__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: livekit-plugins-krisp
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: Krisp VIVA noise reduction plugin for LiveKit Agents
5
5
  Project-URL: Documentation, https://docs.livekit.io
6
6
  Project-URL: Website, https://livekit.io/
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Classifier: Topic :: Multimedia :: Sound/Audio
20
20
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
21
21
  Requires-Python: >=3.9.0
22
- Requires-Dist: livekit-agents>=1.6.2
22
+ Requires-Dist: livekit-agents>=1.6.4
23
23
  Requires-Dist: livekit<2,>=1.0.23
24
24
  Requires-Dist: numpy>=1.20.0
25
25
  Description-Content-Type: text/markdown
@@ -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__ = "0.2.2"
15
+ __version__ = "0.2.4"
@@ -34,7 +34,7 @@ classifiers = [
34
34
  "Programming Language :: Python :: 3 :: Only",
35
35
  ]
36
36
  dependencies = [
37
- "livekit-agents>=1.6.2",
37
+ "livekit-agents>=1.6.4",
38
38
  "livekit>=1.0.23,<2", # FrameProcessor support requires livekit>=1.0.23 (PR #4145)
39
39
  "numpy>=1.20.0",
40
40
  # Note: krisp-audio is a required runtime dependency but not available on public PyPI.