Skip to content

Commit 20f4bef

Browse files
finish footnote
1 parent 713ac6a commit 20f4bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/pyproject-toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Code changes over time, bugs are fixed, APIs change, and so it's good to be clea
353353
The most common version specifier is a **lower bound,** allowing any version higher than the specified version.
354354
Ideally you should set this to the lowest version that is still compatible with your package, but in practice for new packages this is often set at the version that was current at the time the package was written[^lowerbound].
355355

356-
[^lowerbound]:
356+
[^lowerbound]: Some packaging tools will do this for you when you add a dependency using their cli interface. For example [`poetry add`](https://python-poetry.org/docs/cli/#add) will add the most recent version with a `^` specifier, and [`pdm add`](https://pdm-project.org/latest/reference/cli/#add) will add the most recent version with `>=`.
357357

358358
Lower bounds look like this:
359359

0 commit comments

Comments
 (0)