Skip to content

Commit 5b9b421

Browse files
authored
Merge pull request #14 from livekit-examples/nikita/nov26-update
Update to Agents 1.3
2 parents 997bb32 + 713c0a3 commit 5b9b421

File tree

3 files changed

+1956
-5
lines changed

3 files changed

+1956
-5
lines changed

agent/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
logger = logging.getLogger("gemini-playground")
3131
logger.setLevel(logging.INFO)
3232

33+
# Suppress OpenTelemetry attribute warnings
34+
logging.getLogger("opentelemetry.attributes").setLevel(logging.ERROR)
35+
3336

3437
@dataclass
3538
class SessionConfig:

agent/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description = "LiveKit Agent for Gemini Playground"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"livekit",
9-
"livekit-agents>=1.2.0",
10-
"livekit-plugins-google>=1.0.0",
8+
"livekit>=0.19.0",
9+
"livekit-agents>=1.3.5",
10+
"livekit-plugins-google>=1.3.5",
1111
"python-dotenv",
12-
"google-genai>=1.43.0",
13-
"Pillow>=10.0.0",
12+
"google-genai>=1.47.0",
13+
"Pillow>=12.0.0",
1414
"packaging>=21.0",
1515
]
1616

0 commit comments

Comments
 (0)