Skip to content

Commit b2deb32

Browse files
authored
Merge pull request #34 from jwodder/gh-28
Drop `click` dependency
2 parents f2370bc + 36eb8ff commit b2deb32

6 files changed

Lines changed: 531 additions & 397 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ v1.3.0 (in development)
22
-----------------------
33
- Support Python 3.14
44
- Drop support for Python 3.8 and 3.9
5+
- Drop `click` dependency
56

67
v1.2.4 (2025-09-19)
78
-------------------

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ v1.3.0 (in development)
77
-----------------------
88
- Support Python 3.14
99
- Drop support for Python 3.8 and 3.9
10+
- Drop ``click`` dependency
1011

1112

1213
v1.2.4 (2025-09-19)

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ classifiers = [
4040

4141
dependencies = [
4242
"cachecontrol[filecache] >= 0.12, < 0.15",
43-
"click >= 8.0, != 8.2.2",
4443
"platformdirs >= 2.1, < 5.0",
4544
"pydantic ~= 2.0",
4645
"requests ~= 2.20",
@@ -67,9 +66,6 @@ include = [
6766
"tox.ini",
6867
]
6968

70-
[tool.hatch.envs.default]
71-
python = "3"
72-
7369
[tool.mypy]
7470
allow_incomplete_defs = false
7571
allow_untyped_defs = false

0 commit comments

Comments
 (0)