python312Packages.langsmith: 0.1.27 -> 0.1.29

This commit is contained in:
R. Ryantm
2024-03-19 07:09:02 +00:00
parent 2d5db19dff
commit b59790992d
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.27";
version = "0.1.29";
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-Nakcio+GMiMH4kztFCaypaafo4VZkK+pECcQCX9TkA8=";
hash = "sha256-E+N+Ge4BnkR4fvoe6HeTJOX1t+XYBpPitrQClLUzkK0=";
};
sourceRoot = "${src.name}/python";