From b5e587786cc1178079a1d80355c58fbdb3c725ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:48:03 +0000 Subject: [PATCH] Update packaging requirement from >=20.0 to >=26.2 Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest version. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/20.0...26.2) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3d2d80e..92a5610 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ torchdata transformers==4.51.1 # vllm==0.8.4 wandb -packaging>=20.0 +packaging>=26.2 uvicorn fastapi qwen-vl-utils[decord]