From c9e9fbe78dcab06df948a865b7027a9edf1ce40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Male=CC=81s?= Date: Mon, 8 Jul 2024 11:10:43 +0100 Subject: [PATCH] CP-1897 Add requires-python to pyproject --- thousandeyes-sdk-administrative/pyproject.toml | 1 + thousandeyes-sdk-agents/pyproject.toml | 1 + thousandeyes-sdk-alerts/pyproject.toml | 1 + thousandeyes-sdk-bgp-monitors/pyproject.toml | 1 + thousandeyes-sdk-core/pyproject.toml | 1 + thousandeyes-sdk-credentials/pyproject.toml | 1 + thousandeyes-sdk-dashboards/pyproject.toml | 1 + thousandeyes-sdk-endpoint-agents/pyproject.toml | 1 + thousandeyes-sdk-endpoint-instant-tests/pyproject.toml | 1 + thousandeyes-sdk-endpoint-labels/pyproject.toml | 1 + thousandeyes-sdk-endpoint-test-results/pyproject.toml | 1 + thousandeyes-sdk-endpoint-tests/pyproject.toml | 1 + thousandeyes-sdk-instant-tests/pyproject.toml | 1 + thousandeyes-sdk-internet-insights/pyproject.toml | 1 + thousandeyes-sdk-labels/pyproject.toml | 1 + thousandeyes-sdk-snapshots/pyproject.toml | 1 + thousandeyes-sdk-streaming/pyproject.toml | 1 + thousandeyes-sdk-tags/pyproject.toml | 1 + thousandeyes-sdk-test-results/pyproject.toml | 1 + thousandeyes-sdk-tests/pyproject.toml | 1 + thousandeyes-sdk-usage/pyproject.toml | 1 + 21 files changed, 21 insertions(+) diff --git a/thousandeyes-sdk-administrative/pyproject.toml b/thousandeyes-sdk-administrative/pyproject.toml index 01074bbf..a6fcc095 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 0be3ed44..503865c1 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 1d837987..b7b3d230 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 fd98f085..55be3395 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 5a67eba0..d8e19d7b 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 c12cb37f..f4bcedc7 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 a5cade04..e8afb913 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 353b6e75..dfff0464 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 d02d1f41..9ee11012 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 07d6bec7..e1156fd9 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 d2264611..73701ce4 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 9a98aaf1..d7a527c3 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 61d7eac0..970f7585 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 8f12f446..5dd7ab36 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 41dd080b..d7d26586 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 e07c9888..d2542f3f 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 a6ebf7f2..2221df66 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 4f25cf6a..b398962c 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 fa92c493..e4382520 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 7927ad94..05fe08a4 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 90564229..4c3e6bea 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",