Skip to content

Commit 76dc154

Browse files
authored
Bump version to v0.2.3 (#165)
1 parent 0132c30 commit 76dc154

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

example_integrations/browserbase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Voice agent that fills web forms using Stagehand browser automation (Line SDK)"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
"stagehand>=3.0.0",
99
"google-genai>=1.26.0",
1010
"loguru>=0.7.0",

example_integrations/cerebras/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.2.0"
44
description = "An interviewer agent using Cerebras via LiteLLM with Line SDK v0.2"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
"python-dotenv>=1.0.0",
99
"loguru>=0.7.0",
1010
"pydantic>=2.0.0",

example_integrations/exa/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A web research voice agent using Exa API and Cartesia Line SDK"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
"exa-py>=1.0.0",
99
"loguru>=0.7.0",
1010
"python-dotenv>=1.0.0",

examples/basic_chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Basic chat example using Line SDK"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
"loguru>=0.7.0",
99
]
1010

examples/chat_supervisor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Chat/Supervisor example: A fast Haiku agent that consults Opus for complex questions"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
]
99

1010
[tool.setuptools]

examples/echo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Handoff echo example using Line SDK"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
"loguru>=0.7.0",
99
]
1010

examples/form_filler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Form filling example using Line SDK"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
]
99

1010
[tool.setuptools]

examples/guardrails_wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Guardrails wrapper example - LLM agent with preprocessing/postprocessing for content filtering"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
]
99

1010
[tool.setuptools]

examples/sales_with_leads/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Sales agent with stateful leads extraction and company research"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
"loguru>=0.7.0",
99
]
1010

examples/transfer_agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "Multi-agent handoff example demonstrating agent-to-agent transfers using Line SDK"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"cartesia-line==0.2.2",
7+
"cartesia-line==0.2.3",
88
]
99

1010
[tool.setuptools]

0 commit comments

Comments
 (0)