Skip to content

fix(tests): update retired claude-3-haiku model in integration tests#2186

Merged
afarntrog merged 1 commit intostrands-agents:mainfrom
afarntrog:haiku_3_deprec
Apr 22, 2026
Merged

fix(tests): update retired claude-3-haiku model in integration tests#2186
afarntrog merged 1 commit intostrands-agents:mainfrom
afarntrog:haiku_3_deprec

Conversation

@afarntrog
Copy link
Copy Markdown
Contributor

@afarntrog afarntrog commented Apr 22, 2026

Description

Replace claude-3-haiku-20240307 with claude-haiku-4-5-20251001 in summarizing conversation manager integration test fixtures. The old model was retired by Anthropic on April 20, 2026, causing 404 errors.

https://platform.claude.com/docs/en/about-claude/model-deprecations#model-status

Related Issues

Documentation PR

Type of Change

Bug fix

Testing

How have you tested the change? Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli

  • I ran hatch run prepare

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Replace claude-3-haiku-20240307 with claude-haiku-4-5-20251001 in
summarizing conversation manager integration test fixtures. The old
model was retired by Anthropic on April 20, 2026, causing 404 errors.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@afarntrog afarntrog changed the title fix(tests): Update retired claude-3-haiku model in integration tests fix(tests): update retired claude-3-haiku model in integration tests Apr 22, 2026
@afarntrog afarntrog enabled auto-merge (squash) April 22, 2026 15:50
Comment thread tests_integ/test_summarizing_conversation_manager_integration.py
@github-actions
Copy link
Copy Markdown

Assessment: Approve

Straightforward and correct fix — replaces the retired claude-3-haiku-20240307 model ID with claude-haiku-4-5-20251001 in the two Anthropic direct API fixtures. All Anthropic-direct references are covered.

Review Details
  • Completeness: The Bedrock-format references to anthropic.claude-3-haiku-20240307-v1:0 in tests_integ/test_cancellation.py (4 occurrences) may also be affected by the same model retirement and could be worth updating in this PR or a follow-up.
  • Checklist: The hatch run prepare checkbox is unchecked — please confirm the test suite passes before merge.

Clean, minimal fix. 👍

@afarntrog afarntrog disabled auto-merge April 22, 2026 16:07
@afarntrog afarntrog enabled auto-merge (squash) April 22, 2026 16:08
Comment thread tests_integ/test_summarizing_conversation_manager_integration.py
@afarntrog afarntrog disabled auto-merge April 22, 2026 16:08
@afarntrog afarntrog enabled auto-merge (squash) April 22, 2026 16:10
@afarntrog afarntrog merged commit 50439e0 into strands-agents:main Apr 22, 2026
32 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants