Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type hints (py.typed) missing from pypi release #666

Closed
ruffson opened this issue Aug 27, 2024 · 1 comment · Fixed by #667
Closed

Type hints (py.typed) missing from pypi release #666

ruffson opened this issue Aug 27, 2024 · 1 comment · Fixed by #667
Labels
bug Something isn't working
Milestone

Comments

@ruffson
Copy link

ruffson commented Aug 27, 2024

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

@ruffson ruffson added the bug Something isn't working label Aug 27, 2024
@bednar bednar added this to the 1.46.0 milestone Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@bednar @ruffson and others