From 98244e012f015090f0100c0e09adf80f60e46219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:26:50 +0000 Subject: [PATCH] Update hishel requirement from <0.2 to <1.2 Updates the requirements on [hishel](https://github.com/karpetrosyan/hishel) to permit the latest version. - [Release notes](https://github.com/karpetrosyan/hishel/releases) - [Changelog](https://github.com/karpetrosyan/hishel/blob/master/CHANGELOG.md) - [Commits](https://github.com/karpetrosyan/hishel/compare/0.0.1...1.1.5) --- updated-dependencies: - dependency-name: hishel dependency-version: 1.1.5 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 ee80eb6..d42f55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dependencies = [ "click<9", "cratedb-about<0.1.0", "fastmcp>=2.13,<2.14", - "hishel<0.2", + "hishel<1.2", "pueblo==0.0.11", "sqlparse<0.6", ]