From c10d75302dd645b43acc75db12b9bac3264b4d26 Mon Sep 17 00:00:00 2001 From: jj <1492461+yongjiajun@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:19:42 +0900 Subject: [PATCH] chore: Update `export` section to allow `poetry-plugin-export` at (current) version `1.8` --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index fdd0705d2fd..98548ee9b5d 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1177,7 +1177,7 @@ you can also define in your `pyproject.toml` that the plugin is required for the ```toml [tool.poetry.requires-plugins] -poetry-plugin-export = ">1.8" +poetry-plugin-export = ">=1.8" ``` {{% /warning %}}