diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/requests-stubs/METADATA.toml')
-rw-r--r-- | .venv/lib/python3.12/site-packages/requests-stubs/METADATA.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/requests-stubs/METADATA.toml b/.venv/lib/python3.12/site-packages/requests-stubs/METADATA.toml new file mode 100644 index 00000000..a36e323e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/requests-stubs/METADATA.toml @@ -0,0 +1,13 @@ +version = "2.32.*" +upstream_repository = "https://github.com/psf/requests" +# requires a version of urllib3 with a py.typed file +requires = ["urllib3>=2"] +extra_description = """\ + Note: `types-requests` has required `urllib3>=2` since v2.31.0.7. \ + If you need to install `types-requests` into an environment \ + that must also have `urllib3<2` installed into it, \ + you will have to use `types-requests<2.31.0.7`.\ + """ + +[tool.stubtest] +extras = ["socks"] |