Minor fix to Accounts "list_transactions" and specifcy working urllib3 version #99
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.
Hello @jessecooper, this short series of commits fixes an oversight in the
list_transactions
function inaccounts.py
and updated package versions.CHANGES
datetime.date
objdate
and NOTdatetime
urllib3
to be1.26.19
HEADS-UP
Also just as a reminder, when you go to bump the package version, I think you forgot to update the pyproject.toml#L3 version at the very top when you bumped the last version from
2.0.1
to2.1.0
.Thus the release was
2.1.0
but the .toml file was still saying2.0.1
Pip was unable to resolve the package version as a result. I had to download the package file directly from pypi and manually update the
.toml
file to the correct version in order to install2.1.0
So when you bump the version, you'll need to do it in the
pyproject.toml
file as well as the other locations (same as before).Let me know if there is anything else you need from me, please review at your earliest convenience.