python312Packages.langchain-community: 0.0.32 -> 0.0.33

This commit is contained in:
Fabian Affolter 2024-04-18 10:48:21 +02:00
parent 8510358f9b
commit 0290ccccd5

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "langchain-community";
version = "0.0.32";
version = "0.0.33";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "langchain_community";
inherit version;
hash = "sha256-FRAhfWRsg4D1TphQNR9tKgsN1zxQG2Zsb0tAuqgWCyk=";
hash = "sha256-u1bbwe8RygnyWEaOETaHga3akhnhRAc+MM2mlJbTQrI=";
};
build-system = [ poetry-core ];