1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
natsukium 2023-07-06 23:52:29 +09:00 committed by Yt
parent 9c642f9a68
commit 7725bae477

View file

@ -80,7 +80,7 @@
buildPythonPackage rec {
pname = "langchain";
version = "0.0.220";
version = "0.0.229";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -89,7 +89,7 @@ buildPythonPackage rec {
owner = "hwchase17";
repo = "langchain";
rev = "refs/tags/v${version}";
hash = "sha256-Br9j2mmLFxW3MHIY93m85mAVrvWVc6bnSlI71OwT8mY=";
hash = "sha256-9hPF+0bEcFGH2oop3e513kBp6UeUEBlPXD+2pZ4dCi0=";
};
postPatch = ''
@ -231,10 +231,6 @@ buildPythonPackage rec {
];
};
pythonRelaxDeps = [
"langchainplus-sdk"
];
nativeCheckInputs = [
pytestCheckHook
pytest-vcr