python311Packages.langsmith: 0.1.40 -> 0.1.42

This commit is contained in:
R. Ryantm 2024-04-10 03:27:31 +00:00
parent c81c241415
commit f9300e2249
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.40";
version = "0.1.42";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-LdHCTPFrIhIOWV4m9pJx7GWQX1Xs6ajaXMgPFO+JQ8w=";
hash = "sha256-jt7uVDWOJbq14RepJoRHDBzp5nGWq26GRbr9ayqlFEM=";
};
sourceRoot = "${src.name}/python";