mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Release: https://pypi.org/pypi/influxdb-client/1.40.0 Homepage: https://github.com/influxdata/influxdb-client-python Repository: https://github.com/influxdata/influxdb-client-python Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.39.0...v1.40.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `influxdb_client/_sync/rest.py`, `influxdb_client/client/write/point.py`, `influxdb_client/client/write_api.py`, `influxdb_client/version.py`. - Total lines of Python code added: 133. - Total lines of Python code deleted: 4. --------- Co-authored-by: stubsabot <> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
16 lines
550 B
TOML
16 lines
550 B
TOML
version = "1.40.*"
|
|
upstream_repository = "https://github.com/influxdata/influxdb-client-python"
|
|
# requires a version of urllib3 with a py.typed file
|
|
requires = ["urllib3>=2"]
|
|
|
|
extra_description = """\
|
|
Note: `types-influxdb-client` has required `urllib3>=2` since v1.37.0.1. \
|
|
If you need to install `types-influxdb-client` into an environment \
|
|
that must also have `urllib3<2` installed into it, \
|
|
you will have to use `types-influxdb-client<1.37.0.1`.\
|
|
"""
|
|
|
|
[tool.stubtest]
|
|
extras = ["extra"]
|
|
stubtest_requirements = ["aiohttp"]
|