fix: Add Claude Opus 5.5 and GPT 6 Sol DeepNews models - #110
Merged
Merged
Conversation
emmy-devop
marked this pull request as draft
September 22, 2026 23:50
emmy-devop
marked this pull request as ready for review
September 23, 2026 00:17
emmy-devop
marked this pull request as draft
September 23, 2026 00:20
wagnercosta
marked this pull request as ready for review
September 23, 2026 19:08
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.
Requested by @wagnercosta
Status
Verification completed 2026-09-23. This PR remains a draft pending independent review; do not merge, publish, or run release automation.
What
Add
claude-opus-5-5andgpt-6-solto the direct DeepNews type used by synchronous and asynchronous SDK methods. Chat and legacy Alert contracts/defaults remain unchanged.Contract and provenance
The contract is production
https://api.asknews.app/openapi.json, re-fetched and verified on 2026-09-23: version0.32.1, SHA-2560807aee8af8d37e9b9df9ba510a3606f6d18e469e0da7f98bf53f27d944af7eb; both IDs occur inDeepNewsModel. This is intentionally a narrow model-signature update, not a broad generated schema refresh.How I tested
git diff --check.task lint/task testcould not run in the isolated checkout becauseuv,task, pytest, and ruff are absent; no environment tools were installed.Risk /rollback
Merging triggers the
fix:release path: a version bump/tag and PyPI publication ofasknews. Revert commitd41b576f92e6089edb1f47147172d808ac7531cfor close this PR to roll back. No workflow or release-automation files changed.