Skip to content

Commit c197208

Browse files
chore: Loosen httpx dependency BNCH-38599 (#115)
1 parent 53ba39c commit c197208

File tree

2 files changed

+59
-16
lines changed

2 files changed

+59
-16
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ importlib_metadata = {version = ">=4.4", python = "<3.8"}
3232
pydantic = "^1.6.1"
3333
attrs = ">=20.1.0, <22.0"
3434
python-dateutil = "^2.8.1"
35-
httpx = ">=0.15.4,<0.17.0"
35+
httpx = ">=0.15.4,<=0.22.0"
3636
autoflake = "^1.4"
3737

3838
[tool.poetry.scripts]

0 commit comments

Comments
 (0)