python311Packages.langchain-core: 0.1.42 -> 0.1.43

This commit is contained in:
R. Ryantm 2024-04-16 16:54:05 +00:00
parent 81a5d0fcbb
commit d9c68601a8
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.42";
version = "0.1.43";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-QHUb9g6l2OKy7+ZSkNtDRxfuODSHDAAuQOKBHwnYFOY=";
hash = "sha256-SZEz+two7899JDBiNlIVGAgLsQ/Yv290Jt5KK78q67U=";
};
pythonRelaxDeps = [