python312Packages.langsmith: 0.1.10 -> 0.1.13

This commit is contained in:
R. Ryantm 2024-03-02 16:11:39 +00:00
parent 4e6904ee82
commit dfef819d51

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.10";
version = "0.1.13";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-9My/0DPN6AwAFoAiTdl6jd2GtX4fpFIgpnZe/WzAi9c=";
hash = "sha256-An9E0vT8WJaEcq0QOasnIgHkK1cdV7H5OLqa0EVWd5Q=";
};
sourceRoot = "${src.name}/python";