python312Packages.langsmith: 0.1.54 -> 0.1.56
Diff: https://github.com/langchain-ai/langsmith-sdk/compare/refs/tags/v0.1.54...v0.1.56 Changelog: https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.1.56
This commit is contained in:
parent
d029669a9a
commit
bbbea33287
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langsmith";
|
||||
version = "0.1.54";
|
||||
version = "0.1.56";
|
||||
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-hg1xfqptjeJHxbiGfuGeka7lpClrb9nxP/RSUYr2/0k=";
|
||||
hash = "sha256-S+l+KA+7kZZX4OeJICeYmK7l7SxSXWiZiV9JgM+JTl8=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/python";
|
||||
|
|
Loading…
Reference in a new issue