11 buildPythonPackage rec {
12 pname = "langchainplus-sdk";
16 disabled = pythonOlder "3.8";
20 pname = "langchainplus_sdk";
21 hash = "sha256-frjZnQnOe6IHKrQk+Q/xMc5Akb+eBQ/eBzP545Fq6Xk=";
28 propagatedBuildInputs = [
34 # upstrem has no tests
37 pythonImportsCheck = [
42 description = "Client library to connect to the LangChainPlus LLM Tracing and Evaluation Platform";
43 homepage = "https://pypi.org/project/langchainplus-sdk/";
44 license = lib.licenses.mit;
45 maintainers = with lib.maintainers; [ natsukium ];