Remove stubs for urllib3 (#10812)

Both types-requests and types-influxdb-client now depend on urllib3>=2 instead of types-urllib3. That in turn means that types-caldav, types-slumber and types-requests-oauthlib all depend indirectly on urllib3>=2, since all three stubs packages depend on types-requests.
This commit is contained in:
Alex Waygood
2023-10-01 00:01:12 +01:00
committed by GitHub
parent 460fa14dfc
commit 559d31c4a3
29 changed files with 4 additions and 864 deletions
@@ -1,7 +1,3 @@
# Re-exports from urllib3 (should be fixed in those stubs, not here)
requests\.adapters\.PoolManager\..*
requests\.adapters\.Retry\..*
# Loop variables that leak into the global scope
requests.packages.mod
requests.packages.package
+2 -1
View File
@@ -1,6 +1,7 @@
version = "2.31.*"
upstream_repository = "https://github.com/psf/requests"
requires = ["types-urllib3"]
# requires a version of urllib3 with a py.typed file
requires = ["urllib3>=2"]
[tool.stubtest]
extras = ["socks"]