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-vcr
|
||||
, pytestCheckHook
|
||||
, requests-mock
|
||||
, responses
|
||||
, syrupy
|
||||
, toml
|
||||
@ -85,7 +86,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain";
|
||||
version = "0.0.325";
|
||||
version = "0.0.334";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -94,7 +95,7 @@ buildPythonPackage rec {
|
||||
owner = "hwchase17";
|
||||
repo = "langchain";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-/bk4RafDDL4nozyFOiikyU4auBSftej21m5/FnEtDog=";
|
||||
hash = "sha256-mXPqc8wF9DhEtITm8h5R9kHBcMJ7AEK4kL5Z7V2p8NE=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/langchain";
|
||||
@ -260,6 +261,7 @@ buildPythonPackage rec {
|
||||
pytest-socket
|
||||
pytest-vcr
|
||||
pytestCheckHook
|
||||
requests-mock
|
||||
responses
|
||||
syrupy
|
||||
toml
|
||||
|
Loading…
Reference in New Issue
Block a user