Closed
Description
Specifications
- Client Version: 1.45.0
- InfluxDB Version: n/a
- Platform: n/a
Code sample to reproduce problem
From the comment mentioned below, this snippet illustrates the problem:
python -m venv venv
. venv/bin/activate
python -m pip install influxdb_client
ls -l venv/lib/python3.11/site-packages/influxdb_client | grep typed
# Nothing
Expected behavior
As mentioned by this comment, the file py.typed
is missing from the pypi release which is getting installed via pip
.
Actual behavior
The py.typed
file being present in the pypi release.
Additional info
No response
Metadata
Metadata
Assignees
Labels
Something isn't workingSomething isn't working