Skip to content

fix: mark package as typed#172

Merged
rlippmann merged 2 commits into
mainfrom
0.7.10
Jun 14, 2026
Merged

fix: mark package as typed#172
rlippmann merged 2 commits into
mainfrom
0.7.10

Conversation

@rlippmann

Copy link
Copy Markdown
Owner

What changed

  • Added the py.typed marker to the context_compiler package.
  • Updated Hatch wheel packaging so context_compiler/py.typed is included in built wheels.
  • Bumped the package version to 0.7.10.

Why

  • Downstream projects running mypy against the installed wheel currently see context_compiler as untyped.
  • This marks the package as typed for PEP 561-aware type checkers.
  • The fix was exposed while using context-compiler as an installed dependency from the example integrations repo.

Checklist

  • pre-commit run (uv run pre-commit run --all-files)
  • tests pass (uv run pytest)

@rlippmann rlippmann merged commit 617054e into main Jun 14, 2026
14 checks passed
@rlippmann rlippmann deleted the 0.7.10 branch June 14, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant