Skip to content

fix(core): expose lazy imports to introspection - #237

Open
cupkk wants to merge 1 commit into
backblaze-labs:mainfrom
cupkk:fix-core-import-discovery
Open

fix(core): expose lazy imports to introspection#237
cupkk wants to merge 1 commit into
backblaze-labs:mainfrom
cupkk:fix-core-import-discovery

Conversation

@cupkk

@cupkk cupkk commented Jul 28, 2026

Copy link
Copy Markdown

Summary

Make the lazy genblaze_core public surface discoverable through dir() and export RunnableConfig from the top-level package.

Changes

  • add RunnableConfig to the core lazy import table
  • implement genblaze_core.__dir__() using the umbrella package pattern
  • cover pre-access discovery and top-level import identity
  • document the import surface and add an unreleased changelog entry

Test plan

  • make test
  • ruff check libs/ cli/ examples/
  • ruff format --check for the changed Python files
  • make deptry
  • make lint (the format step reports the same 17 pre-existing README code-block formatting issues on clean ec81e81 with ruff 0.16.0)
  • Docs updated

Related

Closes #55

@cupkk
cupkk requested a review from jeronimodeleon as a code owner July 28, 2026 23:22
Copilot AI review requested due to automatic review settings July 28, 2026 23:22

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

Core lazy import surface lacks __dir__ and omits RunnableConfig

2 participants