python311Packages.langsmith: 0.1.29 -> 0.1.31

This commit is contained in:
R. Ryantm 2024-03-21 09:48:36 +00:00
parent 6e6944dbcc
commit 4df69f2033

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.29";
version = "0.1.31";
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-E+N+Ge4BnkR4fvoe6HeTJOX1t+XYBpPitrQClLUzkK0=";
hash = "sha256-eQ2oP1I7uc9s9vrDqKCIqMGuh1+MjUpLFukp3Fg0RM0=";
};
sourceRoot = "${src.name}/python";