From f533d5aec283b6267d8bf836ad8efe968f7b09cb Mon Sep 17 00:00:00 2001 From: Travis Vasceannie Date: Thu, 1 Jan 2026 17:23:29 -0500 Subject: [PATCH] x --- pyproject.toml | 1 + uv.lock | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55e83db..e068c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -249,6 +249,7 @@ filterwarnings = [ [dependency-groups] dev = [ "basedpyright>=1.36.1", + "protobuf>=6.33.2", "pyrefly>=0.46.1", "pytest-benchmark>=5.2.3", "pytest-httpx>=0.36.0", diff --git a/uv.lock b/uv.lock index e9af6d7..0a546a2 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.12" resolution-markers = [ "python_full_version >= '3.13'", @@ -2355,6 +2355,7 @@ triggers = [ [package.dev-dependencies] dev = [ { name = "basedpyright" }, + { name = "protobuf" }, { name = "pyrefly" }, { name = "pytest-benchmark" }, { name = "pytest-httpx" }, @@ -2436,6 +2437,7 @@ provides-extras = ["audio", "dev", "triggers", "summarization", "diarization", " [package.metadata.requires-dev] dev = [ { name = "basedpyright", specifier = ">=1.36.1" }, + { name = "protobuf", specifier = ">=6.33.2" }, { name = "pyrefly", specifier = ">=0.46.1" }, { name = "pytest-benchmark", specifier = ">=5.2.3" }, { name = "pytest-httpx", specifier = ">=0.36.0" },