Skip to content

Commit 5633b73

Browse files
Version Packages (#1628)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db8a584 commit 5633b73

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/vast-wolves-share.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,5 +1,5 @@
11
livekit-agents>=0.12.17
22
livekit-plugins-openai>=1.0.1
3-
livekit-plugins-cartesia>=0.4.9
3+
livekit-plugins-cartesia>=0.4.10
44
livekit-plugins-elevenlabs>=0.8.0
55
python-dotenv~=1.0

livekit-plugins/livekit-plugins-cartesia/CHANGELOG.md

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

3+
## 0.4.10
4+
5+
### Patch Changes
6+
7+
- Adding new model literals, updating default to sonic-2 - [#1627](https://github.com/livekit/agents/pull/1627) ([@longcw](https://github.com/longcw))
8+
39
## 0.4.9
410

511
### Patch Changes

livekit-plugins/livekit-plugins-cartesia/livekit/plugins/cartesia/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.4.9"
15+
__version__ = "0.4.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "livekit-plugins-cartesia",
33
"private": true,
4-
"version": "0.4.9"
4+
"version": "0.4.10"
55
}

0 commit comments

Comments
 (0)