Skip to content

Commit e4c5c41

Browse files
Version Packages
1 parent 5fb1e84 commit e4c5c41

File tree

13 files changed

+23
-20
lines changed

13 files changed

+23
-20
lines changed

.changeset/heavy-turtles-rule.md

-5
This file was deleted.

.changeset/neat-islands-drum.md

-6
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
livekit-agents>=0.11.0
1+
livekit-agents>=0.11.1
22
python-dotenv~=1.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
livekit-agents>=0.11.0
1+
livekit-agents>=0.11.1
22
python-dotenv~=1.0
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
livekit-agents>=0.11.0
1+
livekit-agents>=0.11.1
22
livekit-plugins-deepgram>=0.6.9
33
python-dotenv~=1.0

examples/text-to-speech/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
livekit-agents>=0.11.0
1+
livekit-agents>=0.11.1
22
livekit-plugins-openai>=0.10.5
33
livekit-plugins-cartesia>=0.4.3
44
livekit-plugins-elevenlabs>=0.7.6

examples/voice-pipeline-agent/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
livekit-agents>=0.11.0
1+
livekit-agents>=0.11.1
22
livekit-plugins-openai>=0.10.5
33
livekit-plugins-deepgram>=0.6.9
44
livekit-plugins-silero>=0.7.3

livekit-agents/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# livekit-agents
22

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- Fix stack dump on closed stream - [#1023](https://github.com/livekit/agents/pull/1023) ([@martin-purplefish](https://github.com/martin-purplefish))
8+
9+
- fix: invalid request on anthropic - [#1018](https://github.com/livekit/agents/pull/1018) ([@theomonnom](https://github.com/theomonnom))
10+
311
## 0.11.0
412

513
### Minor Changes

livekit-agents/livekit/agents/version.py

+1-1
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.11.0"
15+
__version__ = "0.11.1"

livekit-agents/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-agents",
33
"private": true,
4-
"version": "0.11.0"
4+
"version": "0.11.1"
55
}

livekit-plugins/livekit-plugins-anthropic/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# livekit-plugins-anthropic
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- fix: invalid request on anthropic - [#1018](https://github.com/livekit/agents/pull/1018) ([@theomonnom](https://github.com/theomonnom))
8+
39
## 0.2.2
410

511
### Patch Changes

livekit-plugins/livekit-plugins-anthropic/livekit/plugins/anthropic/version.py

+1-1
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.2.2"
15+
__version__ = "0.2.3"
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-anthropic",
33
"private": true,
4-
"version": "0.2.2"
4+
"version": "0.2.3"
55
}

0 commit comments

Comments
 (0)