Missing py.typed marker in box_sdk_gen causes mypy import-untyped error

Open
#1,154 3 comments 0 reactions 5 assignees View on GitHub

@mwwoda is already working on this.

Since Sep 5, 2025.

Assessment

This issue has not been assessed yet.

Description

enhancement

When I run mypy on my project, it highlights the following import:

from box_sdk_gen import ...

with the error:

error: Skipping analyzing "box_sdk_gen": module is installed, but missing library stubs or py.typed marker  [import-untyped]

This can be simply resolved by adding a py.typed file to the root of the box_sdk_gen package to indicate that the package includes type hints.

More details.

Image
Dominant language
Python
Stars
460
Forks
223
Avg merge
14h 18m
Merged PRs (30d)
21

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from box/box-python-sdk

All issues in box/box-python-sdk

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.