python3Packages.langsmith: 0.7.18 -> 0.7.22

This commit is contained in:
R. Ryantm
2026-03-26 02:26:52 +00:00
parent 14ea55c832
commit 6721d2463c
@@ -31,14 +31,14 @@
buildPythonPackage (finalAttrs: {
pname = "langsmith";
version = "0.7.18";
version = "0.7.22";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${finalAttrs.version}";
hash = "sha256-praKCpNzZ8e+QEU9Ji9ryspzIiF9X98rUOvMbwjMZho=";
hash = "sha256-raotchNZFcQPUvQckq4Z6ntvh4tviCjTLv2s5Ueulqw=";
};
sourceRoot = "${finalAttrs.src.name}/python";