Skip to content

Commit

Permalink
CP-1897 Add requires-python to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomper-TE committed Jul 8, 2024
1 parent b924974 commit c9e9fbe
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions thousandeyes-sdk-administrative/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-alerts/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-bgp-monitors/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-credentials/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-dashboards/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-endpoint-agents/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-endpoint-instant-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-endpoint-labels/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-endpoint-test-results/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-endpoint-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-instant-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-internet-insights/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-labels/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-snapshots/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-streaming/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-tags/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-test-results/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions thousandeyes-sdk-usage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c9e9fbe

Please sign in to comment.