From 11d659dc05b6b95b633a385c5837101bc100dce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 16:20:10 +0000 Subject: [PATCH] chore(deps): update packaging requirement from <26,>=24 to >=24,<27 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/24.0...26.3) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.3' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eed0e028..78b4bf62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "OpenHands extensions, plugins, and skills (Python bindings for th requires-python = ">=3.12" dependencies = [ "deprecation>=2.1,<3", - "packaging>=24,<26", + "packaging>=24,<27", "pydantic>=2.10,<3", ]