From f0283f7ae901a35d5a4d9e1d99921cf92f7bd459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:55:12 +0000 Subject: [PATCH] build(deps): update jiter requirement from ~=0.9.0 to ~=0.11.0 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.0) --- updated-dependencies: - dependency-name: jiter dependency-version: 0.11.0 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..1e337c6 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.0 jsonpatch~=1.33 jsonpointer~=3.0.0 langchain~=0.3.25