From d72f396990b3a2e1df82140424365f7f48ba981f Mon Sep 17 00:00:00 2001 From: Daniel Deutsch Date: Fri, 8 Apr 2022 19:26:51 -0400 Subject: [PATCH] chore: Bump up httpx in template / generated pyproject.yaml BNCH-38599 --- openapi_python_client/templates/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi_python_client/templates/pyproject.toml b/openapi_python_client/templates/pyproject.toml index 010e64bc5..fab9cbc8e 100644 --- a/openapi_python_client/templates/pyproject.toml +++ b/openapi_python_client/templates/pyproject.toml @@ -14,7 +14,7 @@ include = ["CHANGELOG.md", "{{ package_name }}/py.typed"] [tool.poetry.dependencies] python = "^3.6" -httpx = "^0.15.0" +httpx = ">=0.15.4, <=0.22.0" attrs = ">=20.1.0, <22.0" python-dateutil = "^2.8.0"