diff --git a/thousandeyes-sdk-administrative/pyproject.toml b/thousandeyes-sdk-administrative/pyproject.toml index 01074bbf9..a6fcc095c 100644 --- a/thousandeyes-sdk-administrative/pyproject.toml +++ b/thousandeyes-sdk-administrative/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Administrative API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-agents/pyproject.toml b/thousandeyes-sdk-agents/pyproject.toml index 0be3ed44c..503865c1d 100644 --- a/thousandeyes-sdk-agents/pyproject.toml +++ b/thousandeyes-sdk-agents/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Agents API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-alerts/pyproject.toml b/thousandeyes-sdk-alerts/pyproject.toml index 1d837987c..b7b3d2301 100644 --- a/thousandeyes-sdk-alerts/pyproject.toml +++ b/thousandeyes-sdk-alerts/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Alerts API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-bgp-monitors/pyproject.toml b/thousandeyes-sdk-bgp-monitors/pyproject.toml index fd98f085d..55be3395a 100644 --- a/thousandeyes-sdk-bgp-monitors/pyproject.toml +++ b/thousandeyes-sdk-bgp-monitors/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK BGP Monitors API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-core/pyproject.toml b/thousandeyes-sdk-core/pyproject.toml index 5a67eba0c..d8e19d7b8 100644 --- a/thousandeyes-sdk-core/pyproject.toml +++ b/thousandeyes-sdk-core/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Core" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-credentials/pyproject.toml b/thousandeyes-sdk-credentials/pyproject.toml index c12cb37f7..f4bcedc71 100644 --- a/thousandeyes-sdk-credentials/pyproject.toml +++ b/thousandeyes-sdk-credentials/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Credentials API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-dashboards/pyproject.toml b/thousandeyes-sdk-dashboards/pyproject.toml index a5cade04f..e8afb9136 100644 --- a/thousandeyes-sdk-dashboards/pyproject.toml +++ b/thousandeyes-sdk-dashboards/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Dashboards API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-endpoint-agents/pyproject.toml b/thousandeyes-sdk-endpoint-agents/pyproject.toml index 353b6e754..dfff04645 100644 --- a/thousandeyes-sdk-endpoint-agents/pyproject.toml +++ b/thousandeyes-sdk-endpoint-agents/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Endpoint Agents API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml b/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml index d02d1f416..9ee110125 100644 --- a/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml +++ b/thousandeyes-sdk-endpoint-instant-tests/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Endpoint Instant Scheduled Tests API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-endpoint-labels/pyproject.toml b/thousandeyes-sdk-endpoint-labels/pyproject.toml index 07d6bec71..e1156fd9d 100644 --- a/thousandeyes-sdk-endpoint-labels/pyproject.toml +++ b/thousandeyes-sdk-endpoint-labels/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Endpoint Agent Labels API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-endpoint-test-results/pyproject.toml b/thousandeyes-sdk-endpoint-test-results/pyproject.toml index d2264611c..73701ce4c 100644 --- a/thousandeyes-sdk-endpoint-test-results/pyproject.toml +++ b/thousandeyes-sdk-endpoint-test-results/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Endpoint Test Results API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-endpoint-tests/pyproject.toml b/thousandeyes-sdk-endpoint-tests/pyproject.toml index 9a98aaf11..d7a527c38 100644 --- a/thousandeyes-sdk-endpoint-tests/pyproject.toml +++ b/thousandeyes-sdk-endpoint-tests/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Endpoint Tests API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-instant-tests/pyproject.toml b/thousandeyes-sdk-instant-tests/pyproject.toml index 61d7eac00..970f7585e 100644 --- a/thousandeyes-sdk-instant-tests/pyproject.toml +++ b/thousandeyes-sdk-instant-tests/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Instant Tests API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-internet-insights/pyproject.toml b/thousandeyes-sdk-internet-insights/pyproject.toml index 8f12f4462..5dd7ab362 100644 --- a/thousandeyes-sdk-internet-insights/pyproject.toml +++ b/thousandeyes-sdk-internet-insights/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Internet Insights API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-labels/pyproject.toml b/thousandeyes-sdk-labels/pyproject.toml index 41dd080b7..d7d265868 100644 --- a/thousandeyes-sdk-labels/pyproject.toml +++ b/thousandeyes-sdk-labels/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Labels API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-snapshots/pyproject.toml b/thousandeyes-sdk-snapshots/pyproject.toml index e07c9888a..d2542f3f2 100644 --- a/thousandeyes-sdk-snapshots/pyproject.toml +++ b/thousandeyes-sdk-snapshots/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Test Snapshots API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-streaming/pyproject.toml b/thousandeyes-sdk-streaming/pyproject.toml index a6ebf7f2a..2221df66f 100644 --- a/thousandeyes-sdk-streaming/pyproject.toml +++ b/thousandeyes-sdk-streaming/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK ThousandEyes for OpenTelemetry API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-tags/pyproject.toml b/thousandeyes-sdk-tags/pyproject.toml index 4f25cf6ad..b398962c6 100644 --- a/thousandeyes-sdk-tags/pyproject.toml +++ b/thousandeyes-sdk-tags/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Tags API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-test-results/pyproject.toml b/thousandeyes-sdk-test-results/pyproject.toml index fa92c4937..e4382520d 100644 --- a/thousandeyes-sdk-test-results/pyproject.toml +++ b/thousandeyes-sdk-test-results/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Test Results API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-tests/pyproject.toml b/thousandeyes-sdk-tests/pyproject.toml index 7927ad94a..05fe08a40 100644 --- a/thousandeyes-sdk-tests/pyproject.toml +++ b/thousandeyes-sdk-tests/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Tests API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2", diff --git a/thousandeyes-sdk-usage/pyproject.toml b/thousandeyes-sdk-usage/pyproject.toml index 90564229e..4c3e6bea8 100644 --- a/thousandeyes-sdk-usage/pyproject.toml +++ b/thousandeyes-sdk-usage/pyproject.toml @@ -7,6 +7,7 @@ authors = [ ] description = "ThousandEyes SDK Usage API" license = { file = "LICENSE" } +requires-python = ">= 3.8" dependencies = [ "urllib3 >= 1.25.3", "python-dateutil >=2.8.2",