Releases: cuenca-mx/arcus-python
Releases · cuenca-mx/arcus-python
Gateway exception
What's Changed
- exception TimeExceeded added by @alanalmonasi in #185
New Contributors
- @alanalmonasi made their first contribution in #185
Full Changelog: 1.2.10...1.2.11
Fix general init error
Fix type error (#153) * fix typo error * Update version.py * Fix general invalid biller exc * Update test_bill_payments.py * Update exc.py
1.2.9: Fix typo in arcus_error (#152)
* fix typo error * Update version.py
packages updates
What's Changed
- Bump pytz from 2020.5 to 2021.3 by @dependabot in #131
- Bump iso8601 from 0.1.13 to 1.0.2 by @dependabot in #137
- Bump actions/setup-python from 2.2.1 to 2.3.1 by @dependabot in #138
- Update isort requirement from ==5.7.* to ==5.10.* by @dependabot in #143
- Bump black from 20.8b1 to 21.12b0 by @dependabot in #142
- Update dependabot.yml by @felipaoo in #105
- Bump requests from 2.25.1 to 2.27.1 by @dependabot in #145
- Bump codecov/codecov-action from 1 to 2.1.0 by @dependabot in #130
- Update pytest-cov requirement from ==2.11.* to ==3.0.* by @dependabot in #146
- Update requests-mock requirement from ==1.8.* to ==1.9.* by @dependabot in #144
- Update flake8 requirement from ==3.8.* to ==4.0.* by @dependabot in #133
- Bump pydash from 4.9.2 to 5.1.0 by @dependabot in #132
- Change version by @pachCode in #147
New Contributors
Full Changelog: 1.2.7...1.2.8
Testing pypi creds
1.2.8.dev0 Testing creds
updated dependencies
Update pytest-cov requirement from ==2.10.* to ==2.11.* (#113) Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.11.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Better Testing
Update in Packages
update versioning
This entire release simply has internal cleanups
adapt accounts when there is a proxy
changes for get account when exist proxy (#78) * changes for get account when exist proxy * add tests * conver dict into Account * dict comprrenhetion
data = None when proxy is set
if proxy -> data = None (#77) * if proxy -> data = None * reason of why data = None