python311Packages.langchain-core: 0.1.22 -> 0.1.24

This commit is contained in:
Fabian Affolter
2024-02-21 00:08:08 +01:00
parent 2a51fcdd91
commit 339deb3b56
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "langchain-core";
version = "0.1.22";
version = "0.1.24";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_core";
inherit version;
hash = "sha256-3qwSs+QqCLu6oqz4PV+N0tVRMlbY2vDoU+nWj/TJnXk=";
hash = "sha256-znD0uXaV61VjfgDuM9SA//xtsflXJvmbB2tVyxpCkn0=";
};
pythonRelaxDeps = [