You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classifier: Development Status :: 5 - Production/Stable
13
12
Classifier: Environment :: Web Environment
14
13
Classifier: Intended Audience :: Developers
@@ -17,28 +16,28 @@ Classifier: Natural Language :: English
17
16
Classifier: Operating System :: OS Independent
18
17
Classifier: Programming Language :: Python
19
18
Classifier: Programming Language :: Python :: 3
20
-
Classifier: Programming Language :: Python :: 3.7
21
19
Classifier: Programming Language :: Python :: 3.8
22
20
Classifier: Programming Language :: Python :: 3.9
23
21
Classifier: Programming Language :: Python :: 3.10
24
22
Classifier: Programming Language :: Python :: 3.11
23
+
Classifier: Programming Language :: Python :: 3.12
25
24
Classifier: Programming Language :: Python :: 3 :: Only
26
25
Classifier: Programming Language :: Python :: Implementation :: CPython
27
26
Classifier: Programming Language :: Python :: Implementation :: PyPy
28
27
Classifier: Topic :: Internet :: WWW/HTTP
29
28
Classifier: Topic :: Software Development :: Libraries
30
-
Requires-Python: >=3.7
29
+
Requires-Python: >=3.8
31
30
Description-Content-Type: text/markdown
32
31
License-File: LICENSE
33
-
Requires-Dist: charset-normalizer (<4,>=2)
34
-
Requires-Dist: idna (<4,>=2.5)
35
-
Requires-Dist: urllib3 (<3,>=1.21.1)
36
-
Requires-Dist: certifi (>=2017.4.17)
32
+
Requires-Dist: charset-normalizer <4,>=2
33
+
Requires-Dist: idna <4,>=2.5
34
+
Requires-Dist: urllib3 <3,>=1.21.1
35
+
Requires-Dist: certifi >=2017.4.17
37
36
Provides-Extra: security
38
37
Provides-Extra: socks
39
-
Requires-Dist: PySocks (!=1.5.7,>=1.5.6) ; extra == 'socks'
38
+
Requires-Dist: PySocks !=1.5.7,>=1.5.6 ; extra == 'socks'
40
39
Provides-Extra: use_chardet_on_py3
41
-
Requires-Dist: chardet (<6,>=3.0.2) ; extra == 'use_chardet_on_py3'
40
+
Requires-Dist: chardet <6,>=3.0.2 ; extra == 'use_chardet_on_py3'
42
41
43
42
# Requests
44
43
@@ -63,7 +62,7 @@ Requests allows you to send HTTP/1.1 requests extremely easily. There’s no nee
63
62
64
63
Requests is one of the most downloaded Python packages today, pulling in around `30M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `1,000,000+` repositories. You may certainly put your trust in this code.
0 commit comments