You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
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:
influx version
command)N/A
python -c "from __future__ import print_function; import influxdb; print(influxdb.__version__)"
command)influxdb-client = "^1.41.0"
python --version
command)Python 3.12.2
macOS 14.4.1
Hopefully a very simple issue to fix, but could the maintainers of the
influxdb-client
library addpy.typed
files to where ever necessary to getmypy
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
The text was updated successfully, but these errors were encountered: