From 8e565545423fbbba0ec8a343569a31ceb7e724ea Mon Sep 17 00:00:00 2001 From: Daniel Deutsch Date: Mon, 11 Apr 2022 12:05:29 -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 fab9cbc8e..33412b34b 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.4, <=0.22.0" +httpx = ">=0.15.0, <=0.22.0" attrs = ">=20.1.0, <22.0" python-dateutil = "^2.8.0"