Merge pull request #308866 from r-ryantm/auto-update/python311Packages.langsmith

python311Packages.langsmith: 0.1.52 -> 0.1.53
This commit is contained in:
Fabian Affolter
2024-05-04 00:30:54 +02:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.52";
version = "0.1.53";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-kTl+H1odRYDZc1KEuopZV9PvOQBd4QioWMhb3pD6xKE=";
hash = "sha256-C18a1FxDwsW/x10x3ups/9hCGn3Ku1QydDGN9DlEXBk=";
};
sourceRoot = "${src.name}/python";