Skip to content

chore(deps): update anthropic requirement from >=0.112.0 to >=0.120.0 in /backend - #405

Merged
dexikc merged 1 commit into
mainfrom
dependabot/pip/backend/anthropic-gte-0.115.0
Jul 26, 2026
Merged

chore(deps): update anthropic requirement from >=0.112.0 to >=0.120.0 in /backend#405
dexikc merged 1 commit into
mainfrom
dependabot/pip/backend/anthropic-gte-0.115.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on anthropic to permit the latest version.

Release notes

Sourced from anthropic's releases.

v0.120.0

0.120.0 (2026-07-24)

Full Changelog: v0.119.0...v0.120.0

Features

  • api: add claude-opus-5 model (bf4e31c)
  • api: add tool addition/removal blocks and tool_change events (bf4e31c)
  • api: expand client-side fallback credit token types and add server-side fallbacks default option (bf4e31c)
Changelog

Sourced from anthropic's changelog.

0.120.0 (2026-07-24)

Full Changelog: v0.119.0...v0.120.0

Features

  • api: add claude-opus-5 model (bf4e31c)
  • api: add tool addition/removal blocks and tool_change events (bf4e31c)
  • api: expand client-side fallback credit token types and add server-side fallbacks default option (bf4e31c)

0.119.0 (2026-07-23)

Full Changelog: v0.118.0...v0.119.0

Features

  • api: add new stop reason 'model_context_window_exceeded' (d983cde)

Bug Fixes

  • tools: handle binary files in agent toolset read/edit (#283) (417b76b)

0.118.0 (2026-07-22)

Full Changelog: v0.117.1...v0.118.0

Features

  • api: add support for Managed Agents model effort, initial session events, and threads delta streaming (712bc6f)

0.117.1 (2026-07-21)

Full Changelog: v0.117.0...v0.117.1

Bug Fixes

  • aws: handle credentials correctly when using AnthropicAWS.copy() (85d3881)

Chores

  • api: add support for new refusal category (d1dea0b)
  • client: docs updates (b14f94c)
  • deps: bump http-snapshot to 0.1.9 (#275) (434b657)
  • deps: pin httpx_aiohttp major version (#271) (924487f)
  • docs: small updates (c48db8b)
  • docs: small updates (755c06c)
  • internal: codegen related update (a4fbecf)

... (truncated)

Commits
  • 60c64fb release: 0.120.0
  • 70c0a64 feat(api): add claude-opus-5 model
  • eb178ec release: 0.119.0
  • 6914718 feat(api): add new stop reason 'model_context_window_exceeded'
  • d2bad4f fix(tools): handle binary files in agent toolset read/edit (#283)
  • b527708 release: 0.118.0
  • f2412fd feat(api): add support for Managed Agents model effort, initial session event...
  • d7c0ea2 release: 0.117.1
  • 5ebdcb0 chore(api): add support for new refusal category
  • b50f8b1 chore(deps): bump http-snapshot to 0.1.9 (#275)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 30, 2026
@dexikc

dexikc commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version.
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.112.0...v0.120.0)

---
updated-dependencies:
- dependency-name: anthropic
  dependency-version: 0.115.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): update anthropic requirement from >=0.112.0 to >=0.115.0 in /backend chore(deps): update anthropic requirement from >=0.112.0 to >=0.120.0 in /backend Jul 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/backend/anthropic-gte-0.115.0 branch from 902f7e0 to 002403f Compare July 26, 2026 10:04
@dexikc
dexikc merged commit c6f905d into main Jul 26, 2026
12 checks passed
@dexikc
dexikc deleted the dependabot/pip/backend/anthropic-gte-0.115.0 branch July 26, 2026 10:29
dexikc pushed a commit that referenced this pull request Jul 26, 2026
… at the root

FOURTH flaky-hunt failure this week. Since the HP model (a swing can miss or
roll low damage) + the monster counter-attack, any test assuming "N swings = a
dead monster" became RNG-dependent: green locally, red on CI ~1 run in 8. And
because the `build` job runs the whole suite, ONE unlucky roll turned EVERY
open PR red — that's what blocked the entire Dependabot queue (#405-#428).

Fixes the class, not just the instances:
- conftest: new `deterministic_hunt` fixture — pins to-hit (always connects),
  the damage roll (max), and the counter-attack (off). One place, reusable by
  any hunt/kill/drop test; documents the trap so new tests don't re-create it.
- test_monsters::test_slain_monster_does_not_heal — asserted enc.slain after
  DAILY_CAP swings; now deterministic.
- test_items::test_monster_hunt_can_drop_item — a drop only rolls on a KILL, so
  an unlucky miss left drop=None despite DROP_CHANCE=1.1; now deterministic.

Verified: the two tests pass 5/5 consecutive runs; 33 tests green across
test_monsters + test_items + test_dd_pet_traits + test_gasha_e2e_smoke.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QVKC9maot7HdshNX2p7vZB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant