From 7436b7457d92ee27589599e75a1cc1a5771499fc Mon Sep 17 00:00:00 2001 From: sarahec Date: Sun, 14 Jun 2026 18:33:01 +0000 Subject: [PATCH] python3Packages.langsmith: 0.7.37 -> 0.8.15 --- pkgs/development/python-modules/langsmith/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langsmith/default.nix b/pkgs/development/python-modules/langsmith/default.nix index 8aa5bd54165e..777ea653d50e 100644 --- a/pkgs/development/python-modules/langsmith/default.nix +++ b/pkgs/development/python-modules/langsmith/default.nix @@ -14,6 +14,7 @@ requests, requests-toolbelt, uuid-utils, + websockets, xxhash, zstandard, @@ -32,14 +33,14 @@ buildPythonPackage (finalAttrs: { pname = "langsmith"; - version = "0.7.37"; + version = "0.8.15"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langsmith-sdk"; tag = "v${finalAttrs.version}"; - hash = "sha256-E3bszn3w7MaNLVjpgSfEQEyzzqWQp056BjXIcY9YJCM="; + hash = "sha256-T/ts7YRD2kUulzcRVBSgH6XXwEpDRwbZUfxx4ELv7nA="; }; sourceRoot = "${finalAttrs.src.name}/python"; @@ -55,6 +56,7 @@ buildPythonPackage (finalAttrs: { requests requests-toolbelt uuid-utils + websockets xxhash zstandard ]; @@ -101,6 +103,9 @@ buildPythonPackage (finalAttrs: { # google-adk isn't packaged (and has an enormous number of dependencies) "tests/unit_tests/wrappers/test_google_adk.py" + + # strands-agents isn't packaged + "tests/unit_tests/wrappers/test_strands_agents.py" ]; pythonImportsCheck = [ "langsmith" ];