Merge pull request #297121 from r-ryantm/auto-update/python312Packages.langsmith

python312Packages.langsmith: 0.1.27 -> 0.1.29
This commit is contained in:
OTABI Tomoya
2024-03-20 09:02:16 +09:00
committed by GitHub
@@ -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";