chore(deps): bump idfkit to 0.11.0#23
Merged
Merged
Conversation
Pulls in v0.11.0's @overload-based typing improvements. The
schema-introspection APIs this project depends on (get_schema,
EpJSONSchema.{object_types,get_object_schema,get_field_schema,get_inner_schema})
are unchanged, and a full convert run for v25.2.0 reproduces the
expected 858 object types and 455-file output.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Docs preview for this PR is available at: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
idfkitfrom0.8.0to0.11.0(released 2026-04-28).@overload-based typing improvements; this project only consumes idfkit's schema introspection (get_schema,EpJSONSchema,build_object_indexis defined locally inscripts/schema_utils.py), so no consumer code changes are needed.uv.lockregenerated viauv lock.Risk notes
Between 0.8.0 and 0.11.0, idfkit removed the
[weather]extra and reshaped extensible arrays. Neither affects this project — it only reads schemas.Test plan
make check(lock-file consistency + pre-commit hooks): passbuild_object_indexproduces the expected indexmake convert VERSION=v25.2.0: 455/455 doc files converted, Monaco schema JSON written (858 object types, 3421.2 KB). The final Zensical site-build step fails locally withzensical not found— pre-existing PATH/dev-env issue unrelated to the idfkit bump (confirmedzensicalimports fine in the project venv).🤖 Generated with Claude Code