-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
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
# NothingExpected 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working