python3Packages.langsmith: 0.4.37 -> 0.4.38

This commit is contained in:
R. Ryantm
2025-10-28 05:56:19 +00:00
parent a15a99b677
commit 5a99ec562d
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.4.37";
version = "0.4.38";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${version}";
hash = "sha256-NIEzzcWKNHNx0AJyEoC+laWFXhf1Ejp9zQvYMiYqCXI=";
hash = "sha256-uBCR3rKcsbgPW/x1V7BVii+NhFigmMxaWesB+vzHAuo=";
};
sourceRoot = "${src.name}/python";