mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-04 10:33:51 +08:00
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.
8 lines
190 B
TOML
8 lines
190 B
TOML
version = "2.31.*"
|
|
upstream_repository = "https://github.com/psf/requests"
|
|
# requires a version of urllib3 with a py.typed file
|
|
requires = ["urllib3>=2"]
|
|
|
|
[tool.stubtest]
|
|
extras = ["socks"]
|