Skip to content

Commit 69fc3ea

Browse files
author
Marton ILLES
committed
increased python minmum version to 3.7 and updated httpx to 0.23
httpx prior to 0.23 was impacted by CVE-2021-41945
1 parent 02c1a0a commit 69fc3ea

2 files changed

Lines changed: 43 additions & 75 deletions

File tree

poetry.lock

Lines changed: 41 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ classifiers = [
2020
"Bug Tracker" = "https://github.com/onekey-sec/python-client/issues"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.6.2"
24-
httpx = "^0.17.0"
23+
python = "^3.7.0"
24+
httpx = "0.23.0"
2525
pydantic = "1.8.2"
2626
Authlib = "^0.15.3"
2727
importlib-resources = "^5.1.2"

0 commit comments

Comments
 (0)