chore(deps): xbrlkit 0.18.0 - #1515
Merged
Merged
Conversation
Contributor
|
Change classification: standard — only dependency manifests, lockfiles, documentation, release notes or generated output changed. Under the change standard a standard change is gated by the required test check alone; no secondary review is required. Recorded by the |
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
Moves the xbrlkit pin to 0.18.0 (
>=0.18.0,<0.19.0). The release reads a published Tavi model as fully as a holon: definition networks are rebuilt from the Tavi's cubes (RoboFinSystems/xbrlkit#71), a numeric fact with nodecimalsreads as infinitely precise, andload_filingloads a published filing from itstavi.jsonfirst (RoboFinSystems/xbrlkit#72). It is the prerequisite for the SEC information-block tool reading the Tavi instead of the holon, which is a separate change.Changes
pyproject.toml:xbrlkit>=0.17.1,<0.18.0→xbrlkit>=0.18.0,<0.19.0.uv.lock: xbrlkit 0.17.1 → 0.18.0.Nothing in the platform changes behavior with this update alone. 0.18.0 changes xbrlkit's Tavi reader and its
servepublished-filing load; the writers the platform calls (to_holon,to_tavi_report) are unchanged, so published tenant files are identical, and the SEC information-block path still reads the holon.Breaking Changes
None.
Testing
just test-all: 15,352 passed, 42 skipped; lint, format, typecheck, cf-lint and actionlint clean.Certification
🤖 Generated with Claude Code