mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 04:23:47 +00:00
python311Packages.langsmith: 0.0.57 -> 0.0.63
Diff: https://github.com/langchain-ai/langsmith-sdk/compare/refs/tags/v0.0.57...v0.0.63 Changelog: https://github.com/langchain-ai/langsmith-sdk/releases/tag/v0.0.63
This commit is contained in:
parent
ba9eba5aaa
commit
4ad7b9c85f
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "langsmith";
|
pname = "langsmith";
|
||||||
version = "0.0.57";
|
version = "0.0.63";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "langchain-ai";
|
owner = "langchain-ai";
|
||||||
repo = "langsmith-sdk";
|
repo = "langsmith-sdk";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-3P0vB7wz/K3skejyPwtFZN17mFrOw9TGLHTJHvu4m7M=";
|
hash = "sha256-KE+WMnuWAq1stZuuwZkOPOKQ2lZNKtxzNbZMRoOdmz0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/python";
|
sourceRoot = "${src.name}/python";
|
||||||
@ -60,6 +60,8 @@ buildPythonPackage rec {
|
|||||||
"langsmith"
|
"langsmith"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform";
|
description = "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform";
|
||||||
homepage = "https://github.com/langchain-ai/langsmith-sdk";
|
homepage = "https://github.com/langchain-ai/langsmith-sdk";
|
||||||
|
Loading…
Reference in New Issue
Block a user