From 7efb102906d9c6eac9a7e7207c5564b28289ba6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:46:35 +0000 Subject: [PATCH] build(deps): update jiter requirement from ~=0.9.0 to ~=0.11.1 Updates the requirements on [jiter](https://github.com/pydantic/jiter) to permit the latest version. - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](https://github.com/pydantic/jiter/compare/v0.9.0...v0.11.1) --- updated-dependencies: - dependency-name: jiter dependency-version: 0.11.1 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 1fbbeca..a2278a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ httpcore~=1.0.9 httpx~=0.28.1 idna~=3.10 iniconfig~=2.1.0 -jiter~=0.9.0 +jiter~=0.11.1 jsonpatch~=1.33 jsonpointer~=3.0.0 langchain~=0.3.25