python311Packages.langchain-core: 0.1.24 -> 0.1.26

This commit is contained in:
Fabian Affolter 2024-02-23 21:04:51 +01:00
parent 7383c2e7eb
commit cf72268058

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.24";
version = "0.1.26";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-znD0uXaV61VjfgDuM9SA//xtsflXJvmbB2tVyxpCkn0=";
hash = "sha256-YYZ1jWIBVyOqxn7xogVWldA+gsTdQHQheXWwxi+vSxc=";
};
pythonRelaxDeps = [