python312Packages.langchain-core: 0.1.41 -> 0.1.42

This commit is contained in:
Fabian Affolter 2024-04-12 10:11:24 +02:00
parent a4bb614ff7
commit 994ac6c6a6
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.41";
version = "0.1.42";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-QAIwSIOyUa+Mt4HwHFn1au7li+Qsll273soKO/uPlq8=";
hash = "sha256-QHUb9g6l2OKy7+ZSkNtDRxfuODSHDAAuQOKBHwnYFOY=";
};
pythonRelaxDeps = [