Skip to content

Commit 0241c9e

Browse files
Updated docs to reflect change in optional zstd dependency from zstandard to backports.zstd (#3721)
* Update docs to reflect change in optional zstd dependency from `zstandard` to `backports.zstd` This was done in 93e6ae2, but the docs were not updated. Signed-off-by: Edgar Ramírez Mondragón <[email protected]> * Drop unneeded changelog entry --------- Signed-off-by: Edgar Ramírez Mondragón <[email protected]> Co-authored-by: Illia Volochii <[email protected]>
1 parent 7afcabb commit 0241c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Zstandard Encoding
562562
is a compression algorithm created by Facebook with better compression
563563
than brotli, gzip and deflate (see `benchmarks <https://facebook.github.io/zstd/#benchmarks>`_)
564564
and is supported by urllib3 in Python 3.14+ using the `compression.zstd <https://peps.python.org/pep-0784/>`_ standard library module
565-
and for Python 3.13 and earlier if the `zstandard package <https://pypi.org/project/zstandard/>`_ is installed.
565+
and for Python 3.13 and earlier if the `backports.zstd package <https://pypi.org/project/backports.zstd/>`_ is installed.
566566
You may also request the package be installed via the ``urllib3[zstd]`` extra:
567567

568568
.. code-block:: bash

0 commit comments

Comments
 (0)