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 9471a44 commit c9eaa83Copy full SHA for c9eaa83
1 file changed
README.md
@@ -23,8 +23,12 @@ way as equivalent forms in `typing`.
23
[Semantic Versioning](https://semver.org/). The
24
major version will be incremented only for backwards-incompatible changes.
25
Therefore, it's safe to depend
26
-on `typing_extensions` like this: `typing_extensions >=x.y, <(x+1)`,
+on `typing_extensions` like this: `typing_extensions ~=x.y`,
27
where `x.y` is the first version that includes all features you need.
28
+[This](https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release)
29
+is equivalent to `typing_extensions >=x.y, <(x+1)`. Do not depend on `~= x.y.z`
30
+unless you really know what you're doing; that defeats the purpose of
31
+semantic versioning.
32
33
## Included items
34
0 commit comments