Skip to content

Commit 4f21c2f

Browse files
lwasserucodery
andauthored
Apply suggestion from @ucodery
Co-authored-by: Jeremiah Paige <[email protected]>
1 parent 02e511d commit 4f21c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/declare-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set version ranges.
5656

5757
:::{tip}
5858
**Best practice:** Use `>=` to specify your minimum tested version and
59-
avoid upper bounds unless you know a future version will break. UV will do this by
59+
avoid upper bounds unless you know at what version that dependency is no longer compatible. UV will do this by
6060
default when it adds a dependency to your pyproject.toml file. This keeps
6161
your package flexible and reduces dependency conflicts.
6262
```toml

0 commit comments

Comments
 (0)