Skip to content

Commit

Permalink
Change version of python and urllib3
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersanchz committed Nov 20, 2024
1 parent 408f5a1 commit 308551d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ Docker library for Python

.. tabs::

.. group-tab:: Python 3.7–3.10
.. group-tab:: Python 3.8–3.10

.. code-block:: console
$ pip3 install docker==7.1.0 urllib3==2.2.2 requests==2.32.2
$ pip3 install docker==7.1.0 urllib3==1.26.20 requests==2.32.2
.. group-tab:: Python 3.11–3.12

.. code-block:: console
$ pip3 install docker==7.1.0 urllib3==2.2.2 requests==2.32.2 --break-system-packages
$ pip3 install docker==7.1.0 urllib3==1.26.20 requests==2.32.2 --break-system-packages
.. note::

Expand Down

0 comments on commit 308551d

Please sign in to comment.