-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump schemars from 0.8.22 to 1.2.2 #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -288,7 +288,7 @@ starlark = "0.13" | |
|
|
||
| # CLI - MCP | ||
| rmcp = { version = "0.13", default-features = false } | ||
| schemars = "0.8" | ||
| schemars = "1.2" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The generated-contract reference still says its OpenAPI contract uses schemars 0.8.22, while this change resolves schemars 1.2.2. This is a non-blocking documentation mismatch that can mislead maintainers about the generator used for the published contract. Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time! Artifacts
|
||
|
|
||
| # CLI - Utilities | ||
| time = { version = "0.3", features = ["formatting", "parsing", "local-offset", "macros"] } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change selects schemars 1.2, but
ConversationIdstill uses the removed 0.8r#genandschemaAPIs and the formerschema_name()signature. The direct workspace consumer build now stops incortex-protocol, so the CLI, app server, and other dependent packages cannot be built until that implementation is migrated to the schemars 1.x public API.Artifacts
Evidence from the check
Command output from the check
Evidence from the check
Command output from the check
Evidence from the check
Command output from the check
Command output from the check