python312Packages.langsmith: 0.3.4 -> 0.3.6

This commit is contained in:
R. Ryantm
2025-02-07 23:31:20 +00:00
parent 91f1e05e59
commit 3dea7372a4
@@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.3.4";
version = "0.3.6";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${version}";
hash = "sha256-mJS9Sdt4ESh9YRyjiUdVHC6R400SKhTeSdTjnbtY61I=";
hash = "sha256-V52sBGC4acQHfgsK5uCKQIWoeiaUnyEObVrt5TBRukU=";
};
sourceRoot = "${src.name}/python";