From d6201893806667f1a41186d95b6583e63992f36a Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Fri, 18 Jul 2025 16:43:02 +0000 Subject: [PATCH] python3Packages.langsmith: 0.3.45 -> 0.4.9 https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.4.9 --- pkgs/development/python-modules/langsmith/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langsmith/default.nix b/pkgs/development/python-modules/langsmith/default.nix index 4615e850cfdf..dfa95995f5be 100644 --- a/pkgs/development/python-modules/langsmith/default.nix +++ b/pkgs/development/python-modules/langsmith/default.nix @@ -21,6 +21,7 @@ fastapi, freezegun, instructor, + opentelemetry-sdk, pytest-asyncio, pytest-vcr, pytestCheckHook, @@ -30,14 +31,14 @@ buildPythonPackage rec { pname = "langsmith"; - version = "0.3.45"; + version = "0.4.9"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langsmith-sdk"; tag = "v${version}"; - hash = "sha256-uR3Uukt8LwoBKBcgyX2srK0C6O04IEECe/cFhBQFO2s="; + hash = "sha256-7XV85/IN1hG9hYBSg73pymIwIWYAay/18NAsV6Jz4Ik="; }; sourceRoot = "${src.name}/python"; @@ -61,6 +62,7 @@ buildPythonPackage rec { fastapi freezegun instructor + opentelemetry-sdk pytest-asyncio pytest-vcr pytestCheckHook