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)