From 23ebb72c7cb4328654cdeb4392f363f86db7a188 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Sun, 23 Jun 2024 07:21:21 +0000 Subject: [PATCH 1/3] Change extra name for typer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4486520..81ca41d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] requires-python = ">= 3.10" dependencies = [ - "typer[all]", + "typer[standard]", "rich", ] From 49fcff3675a6724433ecbb110f302889c3e3b218 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Sun, 23 Jun 2024 07:23:31 +0000 Subject: [PATCH 2/3] Just typer --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81ca41d..8cfba8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] requires-python = ">= 3.10" dependencies = [ - "typer[standard]", + "typer", "rich", ] From 43003d0f8477619615e26dd4b7ac2c42baac3c79 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Sun, 23 Jun 2024 07:26:44 +0000 Subject: [PATCH 3/3] Changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caaf3ac..d195faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.2.4] - 2024-06-23 + +### Fixed + +- Fixed the warning "typer does not provide the extra 'all'" when installing the package. + ([#32](https://github.com/pyodide/pyodide-cli/pull/32)) + ## [0.2.3] - 2023-01-26 ### Changed