Skip to content

Commit

Permalink
increased python minmum version to 3.7 and updated httpx to 0.23
Browse files Browse the repository at this point in the history
httpx prior to 0.23 was impacted by CVE-2021-41945
  • Loading branch information
Marton ILLES committed Jun 17, 2022
1 parent 02c1a0a commit 69fc3ea
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 75 deletions.
114 changes: 41 additions & 73 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 @@ -20,8 +20,8 @@ classifiers = [
"Bug Tracker" = "https://github.com/onekey-sec/python-client/issues"

[tool.poetry.dependencies]
python = "^3.6.2"
httpx = "^0.17.0"
python = "^3.7.0"
httpx = "0.23.0"
pydantic = "1.8.2"
Authlib = "^0.15.3"
importlib-resources = "^5.1.2"
Expand Down

0 comments on commit 69fc3ea

Please sign in to comment.