python3Packages.langsmith: 0.4.34 -> 0.4.37

This commit is contained in:
R. Ryantm
2025-10-16 06:46:46 +00:00
parent 618448e31f
commit 8f29f75d07
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.4.34";
version = "0.4.37";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${version}";
hash = "sha256-vuet4/Y5MW2Ob4zISl9vf3PD/OlmA/4/v7awVuvhk8E=";
hash = "sha256-NIEzzcWKNHNx0AJyEoC+laWFXhf1Ejp9zQvYMiYqCXI=";
};
sourceRoot = "${src.name}/python";