Skip to content

Commit 837b210

Browse files
committed
test: Fix e2e test with new httpx versions
1 parent 4dfbdb8 commit 837b210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_tests/golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.6"
17-
httpx = ">=0.15.4,<0.18.2"
17+
httpx = ">=0.15.4,<0.19.0"
1818
attrs = "^20.1.0"
1919
python-dateutil = "^2.8.0"
2020

0 commit comments

Comments
 (0)