Files
typeshed/stubs/influxdb-client/METADATA.toml
Alex Waygood 559d31c4a3 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.
2023-10-01 00:01:12 +01:00

9 lines
247 B
TOML

version = "1.37.*"
upstream_repository = "https://github.com/influxdata/influxdb-client-python"
# requires a version of urllib3 with a py.typed file
requires = ["urllib3>=2"]
[tool.stubtest]
extras = ["extra"]
stubtest_requirements = ["aiohttp"]