From 0a74fffb823fe8261748c08cf0e797c1c5419df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:44:24 +0000 Subject: [PATCH] Update langsmith requirement from <0.9,>=0.8.18 to >=0.8.18,<0.13 Updates the requirements on [langsmith](https://github.com/langchain-ai/langsmith-sdk) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.8.18...v0.12.4) --- updated-dependencies: - dependency-name: langsmith dependency-version: 0.12.4 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 171b342..e10345e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "idna>=3.15", # langsmith 0.9+ switches to an httpx2 stack; the cap keeps that migration a # deliberate change rather than a silent one. - "langsmith>=0.8.18,<0.9", + "langsmith>=0.8.18,<0.13", "pillow>=12.3.0", "pydantic-settings>=2.14.2", "soupsieve>=2.8.4",