python311Packages.langchain: 0.0.325 -> 0.0.334
Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.325...v0.0.334 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.334
This commit is contained in:
parent
4ad7b9c85f
commit
743bbdec1f
@ -78,6 +78,7 @@
|
|||||||
, pytest-socket
|
, pytest-socket
|
||||||
, pytest-vcr
|
, pytest-vcr
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, requests-mock
|
||||||
, responses
|
, responses
|
||||||
, syrupy
|
, syrupy
|
||||||
, toml
|
, toml
|
||||||
@ -85,7 +86,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "langchain";
|
pname = "langchain";
|
||||||
version = "0.0.325";
|
version = "0.0.334";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -94,7 +95,7 @@ buildPythonPackage rec {
|
|||||||
owner = "hwchase17";
|
owner = "hwchase17";
|
||||||
repo = "langchain";
|
repo = "langchain";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-/bk4RafDDL4nozyFOiikyU4auBSftej21m5/FnEtDog=";
|
hash = "sha256-mXPqc8wF9DhEtITm8h5R9kHBcMJ7AEK4kL5Z7V2p8NE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/libs/langchain";
|
sourceRoot = "${src.name}/libs/langchain";
|
||||||
@ -260,6 +261,7 @@ buildPythonPackage rec {
|
|||||||
pytest-socket
|
pytest-socket
|
||||||
pytest-vcr
|
pytest-vcr
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
requests-mock
|
||||||
responses
|
responses
|
||||||
syrupy
|
syrupy
|
||||||
toml
|
toml
|
||||||
|
Loading…
Reference in New Issue
Block a user