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 03355c3 commit 8e8de62Copy full SHA for 8e8de62
package-structure-code/python-package-build-tools.md
@@ -418,7 +418,7 @@ discusses the slight differences in how poetry adds deps....-->
418
:class: important
419
420
By default, Poetry pins dependencies using `^` by default. This `^` symbol means that there is
421
-an "upper bound" to the dependency. Thus poetry will bump a dependency
+an "upper bound" to the dependency. Thus poetry won't bump a dependency
422
version to a new major version. Thus, if your package uses a dependency that
423
is at version 1.2.3, Poetry will never bump the dependency to 2.0 even if
424
there is a new major version of the package. Poetry will instead bump up to 1.9.x.
0 commit comments