-
Notifications
You must be signed in to change notification settings - Fork 18
Update/py3 13 deps #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update/py3 13 deps #148
Changes from 5 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
31b5cc9
Update dependencies and Python version support
6ceb003
Handle incomplete CEP responses and improve error handling
cb08a9f
Update GitHub Actions workflows to latest versions
8396bbf
Update PyPI badge URL to point to cepmex project
5d42bbc
Fix PyPI badge URL to point to correct project
f52e44e
Bump version to 1.0.0.dev1
cbf9c60
Release version 1.0.0
a21e39d
Update Python version to 3.13 in Makefile
f417ad5
Refactor CEP client and transfer validation logic
dc8e973
Add Config class and update base URL handling
dbd3ae0
Add NotFoundError
bd2f210
Update Transferencia class to remove unnecessary validation checks
a6a6cca
Bump version to 1.0.0.dev2
430cb6b
Improve transfer validation error handling
bfa17d3
Update README
ce92abc
Update README
d69d13c
Bump version to 1.0.0
4bb1e4b
Update README formatting
d60dbc4
Add CepNotAvailableError
9cb1a46
Rename NotFoundError to TransferNotFoundError
cd419d8
Simplify fecha_abono parsing
438799c
Optimize response decoding in transfer validation
08ad08e
Refactor configuration and base URL handling
9a67dd5
Update README
7be5f69
Update README example to use TransferNotFoundError
dc2f057
Change transfer amount handling to use cents as integer
9c7541d
Bumb version to 1.0.0.dev3
d62e4c7
Bumb version to 1.0.0
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| pytest==6.2.5 | ||
| pytest-vcr==1.0.2 | ||
| pytest-cov==3.0.0 | ||
| black==22.3.0 | ||
| flake8==4.0.1 | ||
| isort[pipfile]==5.10.1 | ||
| mypy==0.790 | ||
| pytest==8.* | ||
| pytest-vcr==1.* | ||
| pytest-cov==6.* | ||
| black==24.* | ||
| flake8==7.* | ||
| isort==5.* | ||
| mypy==1.* | ||
| types-lxml==2024.* | ||
| types-requests==2.* |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
| requests==2.31.0 | ||
| clabe==1.2.4 | ||
| lxml==4.9.1 | ||
| dataclasses>=0.6;python_version<"3.7" | ||
| requests==2.32.3 | ||
| clabe==2.0.0 | ||
| lxml==5.3.0 |
This file contains hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.