From 0f6f0562e5e08eeeac2369b62376ed22a4417324 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 24 Jun 2025 14:53:24 +0100 Subject: [PATCH] docs: update unspecified version docs for `add` Updates the documentation for when `poetry add` is called without specifying a version constraints. --- docs/cli.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 6c9b952f2f3..bc42290defd 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -44,8 +44,7 @@ poetry about The `add` command adds required packages to your `pyproject.toml` and installs them. -If you do not specify a version constraint, -poetry will choose a suitable one based on the available package versions. +If you do not specify a version constraint, poetry will attempt to use the latest version. ```bash poetry add requests pendulum