Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v1.3.0 (in development)
-----------------------
- Support Python 3.14
- Drop support for Python 3.8 and 3.9
- Drop `click` dependency

v1.2.4 (2025-09-19)
-------------------
Expand Down
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ v1.3.0 (in development)
-----------------------
- Support Python 3.14
- Drop support for Python 3.8 and 3.9
- Drop ``click`` dependency


v1.2.4 (2025-09-19)
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ classifiers = [

dependencies = [
"cachecontrol[filecache] >= 0.12, < 0.15",
"click >= 8.0, != 8.2.2",
"platformdirs >= 2.1, < 5.0",
"pydantic ~= 2.0",
"requests ~= 2.20",
Expand All @@ -67,9 +66,6 @@ include = [
"tox.ini",
]

[tool.hatch.envs.default]
python = "3"

[tool.mypy]
allow_incomplete_defs = false
allow_untyped_defs = false
Expand Down
Loading