From 0db5fcb7890eee5fba22463b840f68725ece75a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 13:13:18 +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.1.2) --- updated-dependencies: - dependency-name: wrapt dependency-version: 2.1.2 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 f21dd75..e0b8749 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", ] [project.optional-dependencies]