📌(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-19 18:26:37 +01:00
committed by aleb_the_flash
parent ec3d4f7462
commit 4fd4e074e0

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]