From b4d352661068f0f3d58b88bd00d47ff4378cd449 Mon Sep 17 00:00:00 2001 From: jj <1492461+yongjiajun@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:10:19 +0900 Subject: [PATCH] docs/cli: Fix typo in `export` section to allow `poetry-plugin-export` at latest version `1.8` (#9954) --- docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli.md b/docs/cli.md index 6b8f208f305..1e3664da01b 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1178,7 +1178,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 %}}