We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e511d commit 4f21c2fCopy full SHA for 4f21c2f
package-structure-code/declare-dependencies.md
@@ -56,7 +56,7 @@ set version ranges.
56
57
:::{tip}
58
**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
+avoid upper bounds unless you know at what version that dependency is no longer compatible. UV will do this by
60
default when it adds a dependency to your pyproject.toml file. This keeps
61
your package flexible and reduces dependency conflicts.
62
```toml
0 commit comments