From 9d9152c4fbc970ee43f8424c9fbacb8dc32258c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 16:16:47 +0000 Subject: [PATCH] build(deps): update multidict requirement from ~=6.4.3 to ~=6.4.4 Updates the requirements on [multidict](https://github.com/aio-libs/multidict) to permit the latest version. - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.4.3...v6.4.4) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.4.4 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..61e3f40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ langchain-prompty~=0.1.1 langchain-text-splitters~=0.3.8 langsmith~=0.3.42 mccabe~=0.7.0 -multidict~=6.4.3 +multidict~=6.4.4 mypy-extensions~=1.0.0 numpy~=2.2.4 openai~=1.79.0