From 2bf84156941b07d760448c476c9fe631526e0fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:53:30 +0000 Subject: [PATCH] Chore(deps): Update verlib2 requirement from <0.4 to <26.3 Updates the requirements on [verlib2](https://github.com/pyveci/verlib2) to permit the latest version. - [Release notes](https://github.com/pyveci/verlib2/releases) - [Changelog](https://github.com/pyveci/verlib2/blob/main/CHANGES.md) - [Commits](https://github.com/pyveci/verlib2/compare/v0.1.0...v26.2) --- updated-dependencies: - dependency-name: verlib2 dependency-version: '26.2' 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 e673bab..520c111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ "importlib-metadata; python_version<'3.8'", "importlib-resources; python_version<'3.9'", "sqlalchemy>=1,<2.2", - "verlib2<0.4", + "verlib2<26.3", ] optional-dependencies.all = [ "sqlalchemy-cratedb[vector]",