From 72f1db5bd505f75cfbfc0a51d2dd2bb316380c41 Mon Sep 17 00:00:00 2001 From: Bilal Hussain Date: Wed, 9 Jul 2025 17:13:19 -0500 Subject: [PATCH 1/2] change account_attribute to attribute --- method/resources/Entities/Connect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/method/resources/Entities/Connect.py b/method/resources/Entities/Connect.py index 71bde1d..be90c60 100644 --- a/method/resources/Entities/Connect.py +++ b/method/resources/Entities/Connect.py @@ -23,7 +23,7 @@ ] AccountProductsEligibleForAutomaticExecutionLiteral = Literal[ - "account_attribute", + "attribute", "balance", "card_brand", "update", From 58f843aa8c845ad0aec8d341abb3396c4a04d9a7 Mon Sep 17 00:00:00 2001 From: Bilal Hussain Date: Wed, 9 Jul 2025 17:14:48 -0500 Subject: [PATCH 2/2] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4256192..cf2b473 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='method-python', - version='1.2.2', + version='1.2.4', description='Python library for the Method API', long_description='Python library for the Method API', long_description_content_type='text/x-rst',