From efd63b9d8f6ace19974752d535d8653df2baeccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:09:52 +0000 Subject: [PATCH] build(deps-dev): update av requirement Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version. - [Release notes](https://github.com/PyAV-Org/PyAV/releases) - [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyAV-Org/PyAV/compare/v12.0.0...v18.0.0) --- updated-dependencies: - dependency-name: av dependency-version: 18.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee0120e..4a5040c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ vid2llm = "vid2llm.cli:app" # OpenCV backend. Wraps the cv2 Python bindings for fast in-process decoding. cv = ["opencv-python>=4.9.0,<5.0"] # PyAV backend. Provides Pythonic access to FFmpeg libraries with precise timestamps. -pyav = ["av>=12.0.0,<14.0"] +pyav = ["av>=12.0.0,<19.0"] # FFmpeg backend. Driven entirely by the ffmpeg binary, no Python dependency required. ffmpeg = [] ocr = []