Skip to content

Commit

Permalink
Update apiron to v8.x major version.
Browse files Browse the repository at this point in the history
NB: This ushers in the exciting world of `urllib3` 2.x; note also that Python3.8 support is dropped.
  • Loading branch information
jayaddison committed Sep 13, 2024
1 parent ec4b007 commit 137efdd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
31 changes: 16 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ readme = "README.md"
keywords = ["payments", "transferwise"]

[tool.poetry.dependencies]
python = "^3.8"
apiron = "^7.1.0"
python = "^3.9"
apiron = "^8.0.0"
munch = "^4.0.0"
cryptography = "^43.0.0"

Expand Down

0 comments on commit 137efdd

Please sign in to comment.