Skip to content

fix: include py.typed marker#171

Open
asim48-ctrl wants to merge 1 commit into
tavily-ai:masterfrom
asim48-ctrl:codex/add-py-typed-marker
Open

fix: include py.typed marker#171
asim48-ctrl wants to merge 1 commit into
tavily-ai:masterfrom
asim48-ctrl:codex/add-py-typed-marker

Conversation

@asim48-ctrl
Copy link
Copy Markdown

Summary

  • add the PEP 561 py.typed marker to the tavily package
  • include the marker in package data so type checkers can see Tavily as typed after install

Fixes #170.

Validation

  • git diff --check
  • python3 - <<'PY' from setuptools import find_packages print(find_packages(exclude=['tests'])) PY

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.

Missing py.typed marker — mypy reports import-untyped

1 participant