python3Packages.langchain-core: 0.3.60 -> 0.3.62

This commit is contained in:
R. Ryantm
2025-05-29 18:17:09 +00:00
parent adfe0268d8
commit 4d175bbd60
@@ -36,14 +36,14 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.3.60";
version = "0.3.62";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-core==${version}";
hash = "sha256-K/dQb1+mwcN6drp8pKy8Qt9aFxffJSgHJ2cvEw6Mx8s=";
hash = "sha256-24y3XGY5AayCtD2PlzVNcHaBiwUC/1GOHL2V0BbCWn0=";
};
sourceRoot = "${src.name}/libs/core";