This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Description
- InfluxDB version: e.g. 1.7.7 (output of the
influx version command)
N/A
- InfluxDB-python version: e.g. 5.2.2 (output of the
python -c "from __future__ import print_function; import influxdb; print(influxdb.__version__)" command)
influxdb-client = "^1.41.0"
- Python version: e.g. 3.7.4 (output of the
python --version command)
Python 3.12.2
- Operating system version: e.g. Windows 10, Ubuntu 18.04, macOS 10.14.5
macOS 14.4.1
Hopefully a very simple issue to fix, but could the maintainers of the influxdb-client library add py.typed files to where ever necessary to get mypy type hints to work correctly.
An example of how to setup a py.typed file would be:
https://github.com/michealroberts/celerity/blob/c637ad0aa6a984494f584e06390a8d8091876183/src/celerity/py.typed