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.36.0 Homepage: https://github.com/influxdata/influxdb-client-python Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.35.0...v1.36.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/client/flux_table.py`, `influxdb_client/client/write/point.py`, `influxdb_client/client/write_api.py`, `influxdb_client/version.py`. - Total lines of Python code added: 151. - Total lines of Python code deleted: 16.
7 lines
112 B
TOML
7 lines
112 B
TOML
version = "1.36.*"
|
|
requires = ["types-urllib3"]
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = false
|
|
extras = ["extra"]
|