From 7578c597fa551cec1561ae6afdde3f49ce3e9739 Mon Sep 17 00:00:00 2001 From: natsukium Date: Mon, 30 Oct 2023 22:23:19 +0900 Subject: [PATCH] python311Packages.langsmith: 0.0.49 -> 0.0.53 Diff: https://github.com/langchain-ai/langsmith-sdk/compare/refs/tags/v0.0.49...v0.0.53 Changelog: https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.0.53 --- 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 5d85b5d69501..bf3230c910bd 100644 --- a/pkgs/development/python-modules/langsmith/default.nix +++ b/pkgs/development/python-modules/langsmith/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "langsmith"; - version = "0.0.49"; + version = "0.0.53"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "langchain-ai"; repo = "langsmith-sdk"; rev = "refs/tags/v${version}"; - hash = "sha256-vOa9FNzeJB8QgJ6FW+4vxNfDnBbrKtByIwW3sGP8/ho="; + hash = "sha256-5w6bCNYoZAIrFkruw7E3Tw0G0no05x/g2hHESC3T2lw="; }; sourceRoot = "${src.name}/python"; @@ -44,6 +44,11 @@ buildPythonPackage rec { disabledTests = [ # These tests require network access "integration_tests" + # due to circular import + "test_as_runnable" + "test_as_runnable_batch" + "test_as_runnable_async" + "test_as_runnable_async_batch" ]; disabledTestPaths = [