python311Packages.langchain-core: 0.1.44 -> 0.1.46

This commit is contained in:
R. Ryantm
2024-04-28 08:56:26 +00:00
parent 9516f3c963
commit 091da93929
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.44";
version = "0.1.46";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-4xOXXZrikmNC5vKtdgM40x8YsSI+m4tNxAja7q3kaoM=";
hash = "sha256-F8QWNJ9cepgI5w43JXSaOi31CI8ezKBFyIOHGqlfnJ4=";
};
pythonRelaxDeps = [