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

zulip 0.8.1 release on PyPI is missing py.typed #732

Closed
caizixian opened this issue Oct 20, 2021 · 2 comments
Closed

zulip 0.8.1 release on PyPI is missing py.typed #732

caizixian opened this issue Oct 20, 2021 · 2 comments
Labels

Comments

@caizixian
Copy link

There is py.typed in https://files.pythonhosted.org/packages/7b/e8/8655a8d7f6d62b5781418bf2da81b9eed6bb519af6da12fee3b78ed1e513/zulip-0.8.0-py3-none-any.whl
But not in https://files.pythonhosted.org/packages/1b/da/cd4d2fac58b7211fcf875a4f9f78297b6d38caccda9fe506432961381fdf/zulip-0.8.1-py3-none-any.whl

I think this causes mypy checks of projects that imports zulip to fail.

error: Skipping analyzing "zulip": found module but no type hints or library stubs
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
@timabbott
Copy link
Sponsor Member

@eeshangarg can you investigate? @PIG208 might also have ideas.

@caizixian
Copy link
Author

@eeshangarg I'm wondering whether a new version, e.g. 0.8.2, can be released to PyPI to address this issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants