From f900b3c8f404dba46b1d9ab4b98b26ef558f834e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 06:24:37 +0000 Subject: [PATCH] Bump torchcodec from 0.7.0 to 0.14.0 in /apps/agent Bumps [torchcodec](https://github.com/pytorch/torchcodec) from 0.7.0 to 0.14.0. - [Release notes](https://github.com/pytorch/torchcodec/releases) - [Commits](https://github.com/pytorch/torchcodec/compare/v0.7.0...v0.14.0) --- updated-dependencies: - dependency-name: torchcodec dependency-version: 0.14.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/agent/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/agent/pyproject.toml b/apps/agent/pyproject.toml index a34ef51..1a4f144 100644 --- a/apps/agent/pyproject.toml +++ b/apps/agent/pyproject.toml @@ -29,7 +29,7 @@ voice = [ "pyannote-audio==4.0.0", "sentencepiece", "silero-vad>=5.1.0", - "torchcodec==0.7.0", + "torchcodec==0.14.0", "prometheus-client>=0.20.0", ]