-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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>
1 parent
b308816
commit a42283c
Showing
53 changed files
with
393 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.