python3Packages.plaid-python: 36.1.0 -> 38.0.0 (#449748)

This commit is contained in:
Benjamin Hipple
2026-01-26 15:22:48 +00:00
committed by GitHub
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "plaid-python";
version = "36.1.0";
version = "38.0.0";
pyproject = true;
src = fetchPypi {
pname = "plaid_python";
inherit version;
hash = "sha256-3TQ6jGsf+2ebYnAxRTKs4JrijDf3ojyfS4iBAMAG8FU=";
hash = "sha256-4BbYY8IQvQFs0MVjXflL2sa+pJjebcId14VVRd6nizI=";
};
build-system = [ setuptools ];