File tree Expand file tree Collapse file tree 3 files changed +1956
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1956
-5
lines changed Original file line number Diff line number Diff line change 3030logger = logging .getLogger ("gemini-playground" )
3131logger .setLevel (logging .INFO )
3232
33+ # Suppress OpenTelemetry attribute warnings
34+ logging .getLogger ("opentelemetry.attributes" ).setLevel (logging .ERROR )
35+
3336
3437@dataclass
3538class SessionConfig :
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ description = "LiveKit Agent for Gemini Playground"
55readme = " README.md"
66requires-python = " >=3.12"
77dependencies = [
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
You can’t perform that action at this time.
0 commit comments