python312Packages.langchain-core: 0.1.46 -> 0.1.48

This commit is contained in:
Fabian Affolter
2024-05-01 16:16:50 +02:00
parent ccc5564135
commit 440bc6d359
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.46";
version = "0.1.48";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-F8QWNJ9cepgI5w43JXSaOi31CI8ezKBFyIOHGqlfnJ4=";
hash = "sha256-8KmwqPIvIZ72/YTisdkqgBToRRTAobVTNw/UApaBPBY=";
};
pythonRelaxDeps = [