python312Packages.langchain-community: 0.0.36 -> 0.0.37

This commit is contained in:
Fabian Affolter
2024-05-06 22:32:43 +02:00
parent 8c34b9a128
commit bdb3d10575
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "langchain-community";
version = "0.0.36";
version = "0.0.37";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_community";
inherit version;
hash = "sha256-l76dAM8RnJYeA+0ibgTmcPUbXUL1sF/8NRhZj6bSDHQ=";
hash = "sha256-2ytYKbsgvFsEwSa2kUPbwxqIDpSelBEMI2ssF2kGiJ8=";
};
build-system = [ poetry-core ];