From b68f9a805ba1ab8cabb7855cf783499a0649c86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:04:16 +0000 Subject: [PATCH] chore(deps): update wrapt requirement from <2 to <3 Updates the requirements on [wrapt](https://github.com/GrahamDumpleton/wrapt) to permit the latest version. - [Release notes](https://github.com/GrahamDumpleton/wrapt/releases) - [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst) - [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.0.0...2.2.1) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.2.1 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 e6cae92..6b79dd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ # via traceloop-sdk) calls wrap_function_wrapper(module=..., name=..., wrapper=...). # wrapt 2.x removed the `module` keyword, causing the LangChain instrumentor # initialization to fail at import time, which silently disables LangChain - "wrapt<2", + "wrapt<3", "mcp>=1.1.0", ]