Skip to content

Commit f33c0e5

Browse files
authored
rquired-action (#439)
* rquired-action * version * Update requirements.txt
1 parent 55af0ca commit f33c0e5

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

cuenca/resources/users.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
IncomeType,
2424
MonthlyMovementsType,
2525
MonthlySpendingType,
26+
RequiredAction,
2627
State,
2728
)
2829
from cuenca_validations.types.general import SerializableHttpUrl
@@ -93,6 +94,7 @@ class User(Creatable, Retrievable, Updateable, Queryable, Deactivable):
9394
pronouns: Optional[str] = None
9495
deactivated_at: Optional[dt.datetime] = None
9596
user_tos_agreements_id: Optional[str] = None
97+
required_action: Optional[RequiredAction] = None
9698

9799
@property
98100
def balance(self) -> int:

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '2.1.18'
1+
__version__ = '2.1.19'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.32.3
2-
cuenca-validations==2.1.27
2+
cuenca-validations==2.1.30
33
pydantic-extra-types==2.10.2

0 commit comments

Comments
 (0)