python3Packages.langsmith: 0.4.31 -> 0.4.34

This commit is contained in:
R. Ryantm
2025-10-09 23:41:00 +00:00
parent 285ea04d23
commit 0cc3353ec5

View File

@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.4.31";
version = "0.4.34";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langsmith-sdk";
tag = "v${version}";
hash = "sha256-lHehU+qJBl1pX7H0QmmmVuMYrcbopQZhmCiyQ6D3k2Q=";
hash = "sha256-vuet4/Y5MW2Ob4zISl9vf3PD/OlmA/4/v7awVuvhk8E=";
};
sourceRoot = "${src.name}/python";