📌(agents) pin protobuf to 6.33.5 to fix CVE-2026-0994

Protobuf is a transitive dependency. Pin it to version 6.33.5 to
address CVE-2026-0994.
This commit is contained in:
lebaudantoine
2026-02-20 12:00:55 +01:00
parent 599372118f
commit 27f3e708d5
+2 -1
View File
@@ -8,7 +8,8 @@ dependencies = [
"livekit-plugins-deepgram==1.3.10",
"livekit-plugins-silero==1.3.10",
"livekit-plugins-kyutai-lasuite==0.0.6",
"python-dotenv==1.2.1"
"python-dotenv==1.2.1",
"protobuf==6.33.5"
]
[project.optional-dependencies]