python311Packages.langsmith: 0.1.22 -> 0.1.23

This commit is contained in:
R. Ryantm 2024-03-08 19:02:04 +00:00
parent 97c798f9d2
commit 291759e936

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.22";
version = "0.1.23";
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-pxmlxx31bDojwEx7+UgMWS1jfhZufSeeCGOWpRp3y3M=";
hash = "sha256-AiXTIk20T9symFUenCxnOUXhyNAkffbEt8acEU0EMBg=";
};
sourceRoot = "${src.name}/python";