Marco Ricci commited on 2026-07-06 19:07:16
Zeige 1 geänderte Dateien mit 0 Einfügungen und 1 Löschungen.
Instead of pinning the `click` version, our de facto workaround so far is actually "working around behavioral quirks where feasible". See e.g. commit 2140b40a8c44be10ada98172ef366e83471c0fa2.
| ... | ... |
@@ -23,7 +23,6 @@ This difference in library design philosophy is not reconcilable with `derivepas |
| 23 | 23 |
The cost-benefit ratio of `click` v8.2.0+ is thus too high to justify its continued use. |
| 24 | 24 |
|
| 25 | 25 |
<b>Therefore</b>, remove `click` as a dependency, and reimplement the command-line interface and testing machinery without it. |
| 26 |
-<b>Until then</b>, pin `click` to v8.1.8, the last version adhering to the <i lang=la>de facto</i> stable <abbr title="application programming interface">API</abbr>. |
|
| 27 | 26 |
|
| 28 | 27 |
[click]: https://pypi.org/project/click/ |
| 29 | 28 |
[CLICK_V8_2_0]: https://click.palletsprojects.com/en/stable/changes/#version-8-2-0 |
| 30 | 29 |