You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Python version and dependencies in Makefile and requirements files
* Update Python version requirement and dependencies in setup.py
* Update GitHub Actions workflows to use Python 3.13
* update syntax for Pydantic v2 compatibility
* re-record card activation with valid card number
* Remove unused test for valid card creation in test_cards.py
* Refactor type checks in tests to use isinstance
* Fix endpoint URL assertion and clean up session test assertions
* Update error message in test_invalid_params to reflect new validation response
* Update test_user_beneficiaries_update.yaml to correct phone number format in response body
* Resolve linting errors
* Replace built-in type hints (Dict, List) with dict and list
* Update pydantic-extra-types version to 2.10.2 in requirements.txt
* Update version to 2.0.0 in version.py
* Add mypy configuration for Pydantic plugin
* Refactor Card model to use string for card number instead of PaymentCardNumber type
* Update cuenca-validations version to 2.0.0 in requirements.txt
* Refactor CURP handling across multiple resources to use the updated Curp type instead of CurpField
* Refactor optional parameters in resource classes
* Update version to 2.0.0.dev7 in version.py for development release
---------
Co-authored-by: gabino <gabino@cuenca.com>
0 commit comments