python311Packages.langchain-core: 0.1.28 -> 0.1.29

This commit is contained in:
Fabian Affolter 2024-03-07 00:54:11 +01:00
parent f32e786e98
commit 84388f7604

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.28";
version = "0.1.29";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-BOdhpRMgC25bWBhhOCGUV5nAe8U0kIfXaS5QgjEHydY=";
hash = "sha256-ZzHav/rQO5ITraJkDVTtf072uZ/Oh63jxxR0rhVN08w=";
};
pythonRelaxDeps = [