Skip to content

Fix click dependency issue (#13971)#13973

Open
mart-r wants to merge 2 commits into
explosion:masterfrom
mart-r:fix-click-dep-issue-13971
Open

Fix click dependency issue (#13971)#13973
mart-r wants to merge 2 commits into
explosion:masterfrom
mart-r:fix-click-dep-issue-13971

Conversation

@mart-r

@mart-r mart-r commented May 29, 2026

Copy link
Copy Markdown

This fixes issue #13971 that causes a spacy import to fail after a fresh install if/when click isn't available.

Description

This PR just adds a click dependency to requirements.txt as well as setup.cfg.
I added it to next to typer in both since that's what previously pulled it in.

Again, this is to fix #13971

Types of change

Fix of a dependency issue

Checklist

  • I confirm that I have the right to submit this contribution under the project's MIT license.
  • I ran the tests, and all new and existing tests passed.
  • My changes don't require a change to the documentation, or if they do, I've added all required information.
@D3X

D3X commented Jun 8, 2026

Copy link
Copy Markdown

typer now vendors click, so I suppose it would make sense to update the imports instead of adding another dependency

Here's my PR with that change: #13976

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants