Skip to content

Release v0.1.1 - #3

Merged
lchoquel merged 1 commit into
mainfrom
release/v0.1.1
Jul 1, 2026
Merged

Release v0.1.1#3
lchoquel merged 1 commit into
mainfrom
release/v0.1.1

Conversation

@lchoquel

@lchoquel lchoquel commented Jul 1, 2026

Copy link
Copy Markdown
Member

Release v0.1.1

Bumps version from 0.1.0 to 0.1.1.

Changelog

[v0.1.1] - 2026-07-01

Fixed

  • Ship a PEP 561 py.typed marker inside pipelex_sdk, so downstream type checkers (pyright/mypy) pick up the package's inline type hints. Without it the wheel's types were invisible to consumers despite the source being fully typed. Matches mthds's mthds/py.typed.

Summary by cubic

Ships a PEP 561 py.typed marker in pipelex_sdk so downstream type checkers (pyright, mypy) see our inline types. Bumps pipelex-sdk to v0.1.1.

  • Bug Fixes
    • Include pipelex_sdk/py.typed in the build to expose types when consuming the wheel.

Written for commit 22f236c. Summary will update on new commits.

Review in cubic

@lchoquel
lchoquel merged commit 48036c9 into main Jul 1, 2026
23 of 24 checks passed
@lchoquel
lchoquel deleted the release/v0.1.1 branch July 1, 2026 07:55
@greptile-apps

greptile-apps Bot commented Jul 1, 2026

Copy link
Copy Markdown

Greptile Summary

This PR prepares the 0.1.1 release for the Python SDK. The main changes are:

  • Version metadata bumped from 0.1.0 to 0.1.1.
  • A pipelex_sdk/py.typed marker added for PEP 561 typing support.
  • Changelog entry added for the new release.

Confidence Score: 5/5

The changes are limited to release metadata, changelog text, lockfile metadata, and adding the PEP 561 marker file.

The diff is small and focused, with no application logic or runtime behavior changes identified.

T-Rex T-Rex Logs

What T-Rex did

  • Built the 0.1.0 wheel for pipelex_sdk and inspected its metadata, confirming METADATA_Version 0.1.0, WHEEL_HAS_PY_TYPED False, and INSTALLED_VERSION 0.1.0, with no v0.1.1 changelog hit.
  • Built the 0.1.1 wheel for pipelex_sdk, inspected its contents, and verified WHEEL_MEMBER pipelex_sdk/py.typed, METADATA_Version 0.1.1, WHEEL_HAS_PY_TYPED True, INSTALLED_VERSION 0.1.1, INSTALLED_PY_TYPED_EXISTS True, and a v0.1.1 changelog entry.
  • Ran the Mypy consumer probe on both wheels, which produced reveal_type output and confirmed the PEP 561 marker transition in the built and installed artifacts.

View all artifacts

T-Rex Ran code and verified through T-Rex

Reviews (1): Last reviewed commit: "Release v0.1.1" | Re-trigger Greptile

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