python3Packages.langsmith: 0.7.12 -> 0.7.14

This commit is contained in:
R. Ryantm
2026-03-09 09:42:29 +00:00
parent 69ab65de15
commit 01d4a6c52d
@@ -31,14 +31,14 @@
buildPythonPackage (finalAttrs: {
pname = "langsmith";
version = "0.7.12";
version = "0.7.14";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${finalAttrs.version}";
hash = "sha256-5BVQYlp/RMFN1Ja75gz9iFneqkSuoDpqXilHbyEAPdA=";
hash = "sha256-uoWevYxIjslOKzsbVaYc3KZjpG9703S/ucVaCK85R5M=";
};
sourceRoot = "${finalAttrs.src.name}/python";