File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616)
1717from cuenca_validations .types .enums import Country , Gender , State
1818from cuenca_validations .types .identities import CurpField
19- from pydantic import EmailStr
19+ from pydantic import EmailStr , HttpUrl
2020
2121from ..http import Session , session as global_session
2222from .balance_entries import BalanceEntry
@@ -154,6 +154,7 @@ def update(
154154 status : Optional [UserStatus ] = None ,
155155 email_verification_id : Optional [str ] = None ,
156156 phone_verification_id : Optional [str ] = None ,
157+ curp_document : Optional [HttpUrl ] = None ,
157158 * ,
158159 session : Session = global_session ,
159160 ):
@@ -170,6 +171,7 @@ def update(
170171 verification_id = verification_id ,
171172 email_verification_id = email_verification_id ,
172173 phone_verification_id = phone_verification_id ,
174+ curp_document = curp_document ,
173175 status = status ,
174176 )
175177 return cast (
Original file line number Diff line number Diff line change 1- __version__ = '0.15.5 '
1+ __version__ = '0.15.6 '
22CLIENT_VERSION = __version__
33API_VERSION = '2020-03-19'
Original file line number Diff line number Diff line change 11requests == 2.27.1
2- cuenca-validations == 0.11.12
2+ cuenca-validations == 0.11.15
33dataclasses >= 0.7 ;python_version < "3.7"
You can’t perform that action at this time.
0 commit comments