python311Packages.langchain-core: 0.1.26 -> 0.1.27

This commit is contained in:
Fabian Affolter 2024-02-28 08:22:51 +01:00
parent 7eb1e9bf0a
commit 2007b36017

View File

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