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

python311Packages.langsmith: 0.1.26 -> 0.1.27
This commit is contained in:
OTABI Tomoya 2024-03-18 23:00:47 +09:00 committed by GitHub
commit 3551c607f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.26";
version = "0.1.27";
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-bvG4B7xUESbj3iX/SjsManv4itR2kkfixzxkKuZgPfw=";
hash = "sha256-Nakcio+GMiMH4kztFCaypaafo4VZkK+pECcQCX9TkA8=";
};
sourceRoot = "${src.name}/python";