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

python311Packages.langsmith: 0.1.40 -> 0.1.42
This commit is contained in:
OTABI Tomoya 2024-04-10 20:13:16 +09:00 committed by GitHub
commit 82ee84eadf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "langsmith";
version = "0.1.40";
version = "0.1.42";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "langchain-ai";
repo = "langsmith-sdk";
rev = "refs/tags/v${version}";
hash = "sha256-LdHCTPFrIhIOWV4m9pJx7GWQX1Xs6ajaXMgPFO+JQ8w=";
hash = "sha256-jt7uVDWOJbq14RepJoRHDBzp5nGWq26GRbr9ayqlFEM=";
};
sourceRoot = "${src.name}/python";