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 6ddc083 commit bc99c31Copy full SHA for bc99c31
tuf/ngclient/requests_fetcher.py
@@ -3,6 +3,13 @@
3
4
"""Provides an implementation of ``FetcherInterface`` using the Requests HTTP
5
library.
6
+
7
+Note that this module is deprecated, and the default fetcher is
8
+Urllib3Fetcher:
9
+* RequestsFetcher is still available to make it easy to fall back to
10
+ previous implementation if issues are found with the Urllib3Fetcher
11
+* If RequestsFetcher is used, note that `requests` must be explicitly
12
+ dependended on: python-tuf does not do that.
13
"""
14
15
from __future__ import annotations
0 commit comments