python312Packages.langchain-core: 0.1.51 -> 0.1.52

This commit is contained in:
Fabian Affolter 2024-05-10 10:19:00 +02:00
parent bbbea33287
commit 9a331686c1

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.51";
version = "0.1.52";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-9+oRb5Ob6edMOFuvldbITNekArWcLBiT/AVL+Yq778I=";
hash = "sha256-CEw/xFL1ppZsKKs+xdvIuNJvw/YzeAc5KPTinZC2OT8=";
};
pythonRelaxDeps = [