upgrade anthropic to v1.55 with native structured output support#343
Merged
Conversation
sirwolfgang
force-pushed
the
fix-anthropic
branch
3 times, most recently
from
July 13, 2026 23:18
ef50c13 to
d669458
Compare
- Bump anthropic from ~> 1.12 to ~> 1.55, add anthropic_latest.gemfile - Strip `stop_details` from messages for follow-up tool calls (v1.55 compat) - Auto-inject `additionalProperties: false` into json_schema objects for Anthropic structured output - Update deprecated model IDs (claude-3-5-* → claude-*-4-5) - Fix image/jpeg → image/png in test base64 data - Rerecord all VCR cassettes against anthropic 1.55 - Add anthropic_latest to CI matrix
sirwolfgang
force-pushed
the
fix-anthropic
branch
2 times, most recently
from
July 14, 2026 00:12
79e2108 to
bb8f47e
Compare
Contributor
|
Much appreciated @sirwolfgang as always. Looks like it might just be some existing CI issues I still need to fix from someone else's PR I merged last week when I was sick. Let me know if you're ready for a review and I'll take a look and get it merged. |
sirwolfgang
force-pushed
the
fix-anthropic
branch
2 times, most recently
from
July 14, 2026 17:09
3ef2c18 to
f74aee8
Compare
sirwolfgang
force-pushed
the
fix-anthropic
branch
from
July 14, 2026 17:29
f74aee8 to
0c90aa1
Compare
Contributor
Author
|
@TonsOfFun CI is passing now; Added both latest anthropic and latest openAI to the matrix. Looks like this also closes #334 |
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.
stop_detailsfrom messages for follow-up tool calls (v1.55 compat)additionalProperties: falseinto json_schema objects for Anthropic structured output