mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 22:19:17 +03:00
python3Packages.langchain-community: 0.3.19 -> 0.3.20
This commit is contained in:
parent
123e789d81
commit
ed61cea3d9
1 changed files with 7 additions and 2 deletions
|
@ -37,14 +37,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "langchain-community";
|
pname = "langchain-community";
|
||||||
version = "0.3.19";
|
version = "0.3.20";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "langchain-ai";
|
owner = "langchain-ai";
|
||||||
repo = "langchain";
|
repo = "langchain";
|
||||||
tag = "langchain-community==${version}";
|
tag = "langchain-community==${version}";
|
||||||
hash = "sha256-U7L60GyxRQL9ze22Wy7g6ZdI/IFyAtUe1bRCconv6pg=";
|
hash = "sha256-6YLy7G1kZIqHAGMUIQoGCfDO2ZuVgNEtpkOI1o8eFvc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/libs/community";
|
sourceRoot = "${src.name}/libs/community";
|
||||||
|
@ -122,6 +122,11 @@ buildPythonPackage rec {
|
||||||
"test_group_dependencies"
|
"test_group_dependencies"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
disabledTestPaths = [
|
||||||
|
# ValueError: Received unsupported arguments {'strict': None}
|
||||||
|
"tests/unit_tests/chat_models/test_cloudflare_workersai.py"
|
||||||
|
];
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script {
|
passthru.updateScript = nix-update-script {
|
||||||
extraArgs = [
|
extraArgs = [
|
||||||
"--version-regex"
|
"--version-regex"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue