From 4d95c6f484162ea932e53dc66fa7cc9cca5107fe Mon Sep 17 00:00:00 2001 From: natsukium Date: Sun, 1 Sep 2024 04:16:48 +0000 Subject: [PATCH] python3Packages.langchain-community: 0.2.12 -> 0.2.15 Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/langchain-community==0.2.12...langchain-community==0.2.15 Changelog: https://github.com/langchain-ai/langchain/releases/tag/langchain-community==0.2.15 --- .../python-modules/langchain-community/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/langchain-community/default.nix b/pkgs/development/python-modules/langchain-community/default.nix index aa6e68471fa5..6bbcd117e480 100644 --- a/pkgs/development/python-modules/langchain-community/default.nix +++ b/pkgs/development/python-modules/langchain-community/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "langchain-community"; - version = "0.2.12"; + version = "0.2.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "langchain-ai"; repo = "langchain"; rev = "refs/tags/langchain-community==${version}"; - hash = "sha256-HsKWGiWA6uKmRQOMw3efXkjwbBuvDHhf5waNvnvBdG4="; + hash = "sha256-R1C+tEXCLqYHzQ2zrYaYa6cqJn/UWZEHBMC+WjbdQaQ="; }; sourceRoot = "${src.name}/libs/community"; @@ -90,6 +90,7 @@ buildPythonPackage rec { disabledTests = [ # Test require network access "test_ovhcloud_embed_documents" + "test_yandex" # duckdb-engine needs python-wasmer which is not yet available in Python 3.12 # See https://github.com/NixOS/nixpkgs/pull/326337 and https://github.com/wasmerio/wasmer-python/issues/778 "test_table_info"