Skip to content

Commit 30d9b2f

Browse files
committed
Hotfix: Require click<8.2.0 to work around issue where HEXDOC_RELEASE always parses as True (#88)
1 parent 626dee0 commit 30d9b2f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Pydantic's HISTORY.md](https://github.com/pydantic/pydantic/blob/main/HISTORY.md), and this project *mostly* adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## `1!0.1.0a26`
8+
9+
### Fixed
10+
11+
* Hotfix: Require `click<8.2.0` to work around issue where `HEXDOC_RELEASE` always parses as True ([#88](https://github.com/hexdoc-dev/hexdoc/issues/88)).
12+
713
## `1!0.1.0a25`
814

915
### Contributions

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ classifiers = [
3737
]
3838
requires-python = ">=3.11"
3939
dependencies = [
40+
# https://github.com/hexdoc-dev/hexdoc/issues/88
41+
"click<8.2.0",
4042
"frozendict~=2.4",
4143
"hatch~=1.9",
4244
"importlib_resources~=6.0",

0 commit comments

Comments
 (0)