Skip to content

Commit

Permalink
Fix typing-extensions mapping
Browse files Browse the repository at this point in the history
Before, Grayskull recommended the `typing-extensions` conda-forge package which is a wrapper for the `typing_extensions` conda-forge package. We should go directly to the `typing_extensions` package.
  • Loading branch information
maresb committed Sep 29, 2024
1 parent 7ce4300 commit 0357769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions grayskull/strategy/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,11 @@ trino:
conda_forge: trino-python-client
import_name: trino

typing-extensions:
conda_forge: typing_extensions
import_name: typing_extensions
avoid_selector: true

typing:
conda_forge: typing
import_name: typing
Expand Down

0 comments on commit 0357769

Please sign in to comment.