From 3a94bd3bb6ebdcb3c95ab33890c8b1486f8eb7ee Mon Sep 17 00:00:00 2001 From: Eugene K Date: Fri, 22 Sep 2023 11:50:09 -0400 Subject: [PATCH] update ziti-sdk@0.34.4 --- setup.cfg | 2 +- tests/ziti_tests.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d33a4a8..158cbf8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,4 +38,4 @@ tag_prefix = v parentdir_prefix = openziti- [openziti] -ziti_sdk_version = 0.32.3 +ziti_sdk_version = 0.34.4 diff --git a/tests/ziti_tests.py b/tests/ziti_tests.py index cdabc23..a806a03 100644 --- a/tests/ziti_tests.py +++ b/tests/ziti_tests.py @@ -17,6 +17,7 @@ import requests from requests.exceptions import ConnectionError + def get_httpbin(url): return requests.get(url)