diff --git a/connpy/_version.py b/connpy/_version.py index 0b3be50..ea21be5 100644 --- a/connpy/_version.py +++ b/connpy/_version.py @@ -1,2 +1,2 @@ -__version__ = "3.2.7" +__version__ = "3.2.8" diff --git a/docs/connpy/index.html b/docs/connpy/index.html index 381d7f5..6f94ce4 100644 --- a/docs/connpy/index.html +++ b/docs/connpy/index.html @@ -723,7 +723,7 @@ Users will typically use words like verify, check, make sure, or similar to refe try: myfunction = function(*args) break - except (openai.error.APIConnectionError, openai.error.RateLimitError): + except: wait_time = backoff_num * (2 ** retries) time.sleep(wait_time) retries += 1