docs: adjust links following doc migration#1016
Merged
Merged
Conversation
FragmentedPacket
approved these changes
May 12, 2026
ajtmccarty
added a commit
that referenced
this pull request
May 14, 2026
* chore(deps): patch transitive vulns in docs and bump requests dev floor - Add npm overrides in docs/package.json for 12 vulnerable transitive deps (postcss, follow-redirects, lodash, path-to-regexp, serialize-javascript, node-forge, picomatch, rollup, markdown-it, ajv, qs, webpack) and regenerate docs/package-lock.json against current registry. - Bump requests dev dependency floor to >=2.33.0 to clear GHSA-gc5v-m9x4-r6x2 (Insecure Temp File Reuse in extract_zipped_paths). Resolves the 27 currently open Dependabot alerts. `npm audit` reports 0 vulnerabilities after the lockfile regeneration. * fix(ctl): handle extensions paths in display_schema_load_errors (#1007) * chore(changelog): add newsfragment for #1007 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * test(ctl): replace brittle schema-load-error mocks with integration tests Replace patch()-heavy unit tests for display_schema_load_errors with integration tests that exercise the real server response → renderer path, so we catch any drift between the schema-load endpoint's error shape and CLI handling (particularly for extensions paths). Add an optional Console parameter to display_schema_load_errors so tests can capture rendered output via dependency injection instead of patching the module-level console. Keep valid_error_path covered as a fast parametrized unit test with no patchin * refactor(ctl): type schema get_node container as Literal Replace on with a Literal of nodes, generics, relationships so the accepted values are explicit at the type level. Matches the set already enforced at runtime by valid_error_path * fix(ctl): default missing msg/type keys in schema error renderer * fix(ctl): guard out-of-range index in _resolve_attribute_label and annotate _render_schema_error parsing branches * docs: adjust links following doc migration (#1016) * docs: adjust links following doc migration * docs: further adjust * refactor(ctl): address schema-load review feedback and use rich console.capture() and hoist SchemaContainer alias * chore(deps): bump ujson from 5.12.0 to 5.12.1 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.12.0...5.12.1) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pete Crocker <pete@petecrocker.com> Co-authored-by: Iddo <iddocohen@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Baptiste <32564248+BaptisteGi@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Ogenstad <patrick@ogenstad.com>
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 by cubic
Updated internal links in Python SDK guides after the docs migration. The object storage link now points to artifact-file-storage/overview, and the metadata link now points to objects/metadata.
Written for commit 04ad712. Summary will update on new commits.