From e4f5356c14942e3b500f4b33108424216deccd58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 16:16:53 +0000 Subject: [PATCH] build(deps): update jiter requirement from ~=0.9.0 to ~=0.10.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.10.0) --- updated-dependencies: - dependency-name: jiter dependency-version: 0.10.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..b036b11 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.10.0 jsonpatch~=1.33 jsonpointer~=3.0.0 langchain~=0.3.25