Skip to content

Commit 6942dad

Browse files
authored
deps - exclude click version that breaks tests (#1149)
see pallets/click#2939 for details test breakage example: https://github.com/planetlabs/planet-client-python/actions/runs/15197299407/job/42744343858?pr=1146
1 parent fa7f3ee commit 6942dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "planet"
77
authors = [{ name = "Planet", email = "python-sdk-contributors@planet.com" }]
88
description = "Planet SDK for Python"
99
dependencies = [
10-
"click>=8.0",
10+
"click (>=8.0,!=8.2.1)",
1111
"geojson",
1212
"httpx>=0.28.0",
1313
"jsonschema",

0 commit comments

Comments
 (0)