mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
python310Packages.langchain: 0.0.220 -> 0.0.229
Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.220...v0.0.229 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.229
This commit is contained in:
parent
9c642f9a68
commit
7725bae477
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue