From 5aff751b30300ef08475d9302f417ce19234dcae Mon Sep 17 00:00:00 2001 From: TouwaStar Date: Tue, 19 Sep 2023 09:11:12 +0200 Subject: [PATCH] Accept 4.2.1 or higher --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7819b4..2f902c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ httpx = "~0.23" pydantic = "~1" orjson = {version = "~3", optional = true} ipython = {version = "~8", optional = true, python = "^3.8"} -zeep = {version = "4.2.1", optional = true, extras = ["async"]} +zeep = {version = "^4.2.1", optional = true, extras = ["async"]} oauthlib = "~3" [tool.poetry.extras]