mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
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
This commit is contained in:
parent
ccd86e2dc8
commit
4d95c6f484
1 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "langchain-community";
|
pname = "langchain-community";
|
||||||
version = "0.2.12";
|
version = "0.2.15";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
||||||
owner = "langchain-ai";
|
owner = "langchain-ai";
|
||||||
repo = "langchain";
|
repo = "langchain";
|
||||||
rev = "refs/tags/langchain-community==${version}";
|
rev = "refs/tags/langchain-community==${version}";
|
||||||
hash = "sha256-HsKWGiWA6uKmRQOMw3efXkjwbBuvDHhf5waNvnvBdG4=";
|
hash = "sha256-R1C+tEXCLqYHzQ2zrYaYa6cqJn/UWZEHBMC+WjbdQaQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/libs/community";
|
sourceRoot = "${src.name}/libs/community";
|
||||||
|
@ -90,6 +90,7 @@ buildPythonPackage rec {
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# Test require network access
|
# Test require network access
|
||||||
"test_ovhcloud_embed_documents"
|
"test_ovhcloud_embed_documents"
|
||||||
|
"test_yandex"
|
||||||
# duckdb-engine needs python-wasmer which is not yet available in Python 3.12
|
# 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
|
# See https://github.com/NixOS/nixpkgs/pull/326337 and https://github.com/wasmerio/wasmer-python/issues/778
|
||||||
"test_table_info"
|
"test_table_info"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue