Skip to content

Commit df2f6cb

Browse files
Version Packages
1 parent f0ace90 commit df2f6cb

17 files changed

Lines changed: 36 additions & 30 deletions

File tree

.changeset/rare-cows-smile.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/shiny-eyes-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-needles-change.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
livekit-agents>=0.9.1
1+
livekit-agents>=0.9.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
livekit-agents>=0.9.1
1+
livekit-agents>=0.9.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
livekit-agents>=0.9.1
1+
livekit-agents>=0.9.2
22
livekit-plugins-deepgram>=0.6.7
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
livekit-agents>=0.9.1
2-
livekit-plugins-openai>=0.8.5
1+
livekit-agents>=0.9.2
2+
livekit-plugins-openai>=0.8.6
33
livekit-plugins-cartesia>=0.4.2
44
livekit-plugins-elevenlabs>=0.7.5
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
livekit-agents>=0.9.1
2-
livekit-plugins-openai>=0.8.5
1+
livekit-agents>=0.9.2
2+
livekit-plugins-openai>=0.8.6
33
livekit-plugins-deepgram>=0.6.7
4-
livekit-plugins-silero>=0.6.4
4+
livekit-plugins-silero>=0.7.0
55
python-dotenv~=1.0
66
aiofile~=3.8.8

livekit-agents/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-agents
22

3+
## 0.9.2
4+
5+
### Patch Changes
6+
7+
- silero: support any sample rate - [#805](https://github.com/livekit/agents/pull/805) ([@theomonnom](https://github.com/theomonnom))
8+
39
## 0.9.1
410

511
### Patch Changes

livekit-agents/livekit/agents/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.9.1"
15+
__version__ = "0.9.2"

0 commit comments

Comments
 (0)