File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -299,6 +299,8 @@ Example build constraints file (``build-constraints.txt``):
299299 Controlling Pre-release Installation
300300=====================================
301301
302+ .. versionadded :: 26.0
303+
302304By default, pip installs stable versions of packages, unless their specifier includes
303305a pre-release version (e.g., ``SomePackage>=1.0a1 ``) or if there are no stable versions
304306available that satisfy the requirement. The ``--all-releases `` and ``--only-final ``
@@ -351,6 +353,8 @@ override ``:all:``. These options can also be used in requirements files.
351353Filtering by Upload Time
352354=========================
353355
356+ .. versionadded :: 26.0
357+
354358The ``--uploaded-prior-to `` option allows you to filter packages by their upload time
355359to an index, only considering packages that were uploaded before a specified datetime.
356360This can be useful for creating reproducible builds by ensuring you only install
@@ -413,6 +417,8 @@ You can combine this option with other filtering mechanisms like constraints fil
413417Dependency Groups
414418=================
415419
420+ .. versionadded :: 25.1
421+
416422"Dependency Groups" are lists of items to be installed stored in a
417423``pyproject.toml `` file.
418424
You can’t perform that action at this time.
0 commit comments