Skip to content

Releases: cuenca-mx/cuenca-validations

card request

29 Jul 17:10

Choose a tag to compare

CardRequest validator

forbid extras

23 Jul 01:12

Choose a tag to compare

0.5.0.dev1

forbid extra

cards types DEV release

22 Jul 23:46

Choose a tag to compare

  • add CardStatus
  • rename Status -> TransactionStatus

upgrade Pydantic

13 Jul 12:21
10767fe

Choose a tag to compare

upgrade version of Pydantic to 1.6

remove Banco FAMSA

08 Jul 12:41
f14e09e

Choose a tag to compare

Bump version of clabe to remove Banco FAMSA who is now no more.

rename user -> user_id

07 Jul 21:27
1c41484

Choose a tag to compare

QueryParam.user has been renamed to QueryParam.user_id

JSONEncoder and digits validation

02 Jul 17:55
741b26e

Choose a tag to compare

  1. [breaking change] you now have to import from the submodule to avoid noise: from cuenca_validations.types import PaymentCardNumber vs from cuenca_validations import PaymentCardNumber
  2. types.Digits and types.digits() to validate a str that's all digits
  3. JSONEncoder to make is easier to json serialize objects

add Status.in_review

30 Jun 16:08
4d827db

Choose a tag to compare

There are cases where transactions are being reviewed by the Cuenca team. This status allows us to communicate that status.

update clabe

29 Jun 13:06
595c7aa

Choose a tag to compare

Banxico remove Kuspit

fixed ridiculous typo

19 Jun 19:34

Choose a tag to compare

rename StrictPayemntCardNumber to StrictPaymentCardNumber