Skip to content

Tags: cuenca-mx/cep-python

Tags

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update/py3 13 deps (#148)

* Update dependencies and Python version support

* Handle incomplete CEP responses and improve error handling

* Update GitHub Actions workflows to latest versions

* Update PyPI badge URL to point to cepmex project

* Fix PyPI badge URL to point to correct project

* Bump version to 1.0.0.dev1

* Release version 1.0.0

* Update Python version to 3.13 in Makefile

* Refactor CEP client and transfer validation logic

* Add Config class and update base URL handling

* Add NotFoundError

* Update Transferencia class to remove unnecessary validation checks

* Bump version to 1.0.0.dev2

* Improve transfer validation error handling

* Update README

* Update README

* Bump version to 1.0.0

* Update README formatting

* Add CepNotAvailableError

* Rename NotFoundError to TransferNotFoundError

* Simplify fecha_abono parsing

* Optimize response decoding in transfer validation

* Refactor configuration and base URL handling

* Update README

* Update README example to use TransferNotFoundError

* Change transfer amount handling to use cents as integer

* Bumb version to 1.0.0.dev3

* Bumb version to 1.0.0

---------

Co-authored-by: gabino <gabino@cuenca.com>

1.0.0.dev3

Toggle 1.0.0.dev3's commit message
Bumb version to 1.0.0.dev3

1.0.0.dev2

Toggle 1.0.0.dev2's commit message
Bump version to 1.0.0.dev2

1.0.0.dev1

Toggle 1.0.0.dev1's commit message
Bump version to 1.0.0.dev1

0.2.2

Toggle 0.2.2's commit message
bump version

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump lxml from 4.6.5 to 4.9.1 (#96)

* Bump lxml from 4.6.5 to 4.9.1

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.5...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felipe López <flh.1989@gmail.com>

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exceptions (#85)

* exceptions

* missing files

* release version

0.2.0.dev0

Toggle 0.2.0.dev0's commit message
missing files

0.1.7

Toggle 0.1.7's commit message
change version.py

0.1.6

Toggle 0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump requests from 2.25.0 to 2.25.1 (#13)

* Bump requests from 2.25.0 to 2.25.1

Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.25.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.25.0...v2.25.1)

Signed-off-by: dependabot[bot] <support@github.com>

* make setup.py into ranges

* Update version.py

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matin Tamizi <matin@users.noreply.github.com>