Skip to content

Commit

Permalink
add changeset for PeriodicCollector (#1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao authored Nov 16, 2024
1 parent 8d11cc1 commit ba84963
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/fair-chefs-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"livekit-plugins-deepgram": patch
"livekit-agents": patch
---

add PeriodicCollector utility for metrics
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-deepgram/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
license="Apache-2.0",
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=["livekit-agents>=0.11", "numpy~=1.21"],
install_requires=["livekit-agents>=0.11.2", "numpy~=1.21"],
package_data={"livekit.plugins.deepgram": ["py.typed"]},
project_urls={
"Documentation": "https://docs.livekit.io",
Expand Down

0 comments on commit ba84963

Please sign in to comment.