Skip to content

Update dependency anthropic to ^0.125.0 - #83

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropic-0.x
Open

Update dependency anthropic to ^0.125.0#83
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anthropic-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 28, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
anthropic ^0.2.10^0.125.0 age confidence

Release Notes

anthropics/anthropic-sdk-python (anthropic)

v0.125.0

Compare Source

Full Changelog: v0.125.0...v1.0.0

⚠ BREAKING CHANGES
  • client: upgrade to httpx2 and some minor breaking changes. See MIGRATION.md for details
Features
  • client: upgrade to httpx2 and some minor breaking changes. See MIGRATION.md for details (33e2967)
Bug Fixes
  • beta: stop warning about output_format= on the parse/stream/tool_runner helpers (59bf261)
Chores
  • streaming: restore the original event imports in lib/streaming/_types.py (87e9e01)
Documentation
  • examples: use adaptive thinking in thinking examples (b5870af)

v0.124.0

Compare Source

Full Changelog: v0.124.0...v0.125.0

Features
  • api: managed agents web search config and self hosted sandbox memory (b75afd6)

v0.123.0

Compare Source

Full Changelog: v0.123.0...v0.124.0

Features
  • api: Files and Skills APIs are now GA; add computer use and browser use toolsets (9a09e84)

v0.122.0

Compare Source

Full Changelog: v0.121.0...v0.122.0

Features
  • api: add output_behavior to dream creation (create a new memory store or update the input store in place) (852c4bb)
Bug Fixes
  • bedrock,aws: run SigV4 signing off the event loop in async clients (#​334) (2bae6c8)
  • bedrock: expose beta.messages.parse, stream and tool_runner (#​366) (6eca7bb)
  • client: add models (52e9d94)
  • client: keep token exchange bound per client across copy() (#​388) (c13e6e3)
  • client: read PathLike contents passed inside a file tuple (070f953)
  • client: treat empty ANTHROPIC_API_KEY / ANTHROPIC_AUTH_TOKEN as unset (#​341) (76a2e68)
  • streaming: add context to malformed tool input JSON errors in the non-beta accumulator (#​339) (a343e17)
  • streaming: apply all message_delta fields when accumulating streamed messages (#​380) (fc1599b)
  • streaming: emit input_json events for server tool use blocks (#​336) (ccfc8e1)
  • streaming: keep omitted content block fields unset in accumulated messages (#​346) (cd40aab)
  • streaming: run the request transform once in messages.stream() (#​347) (81a92da)
  • streaming: silence pydantic serializer warnings on message_stop events (#​338) (41f9cdc)
  • tools: reject symlink loops in tool paths and skip special skill-archive members (#​322) (43e8669)
  • vertex: expose beta.messages.parse and tool_runner (#​367) (96723a0)
Chores
  • ci: run breaking-change detection as a ci.yml job on every push (6dfd16e)
  • examples: update messages_stream.py shebang from rye to uv (#​1519) (7d72364)
  • internal: codegen related update (21a0e3d)
  • internal: drop remaining references to black (13df390)
  • internal: remove misc things (d6ee99e)
  • tests: use pytest monkeypatch and fakes instead of unittest.mock (55d246f)
  • tests: use pytest monkeypatch instead of unittest.mock (e0c6488)
Documentation
  • api: clarify that user profile name is optional for resold profiles (b8f9f61)
  • fix fulfillment typos in session runner (#​1795) (009b035)
  • fix incorrect docstring in AsyncAnthropicFoundry.models (#​1592) (f1f5e9b)
Refactors
  • use the not_given singleton instead of the legacy NOT_GIVEN alias (eeb4d74)

v0.121.0

Compare Source

Full Changelog: v0.121.0...v0.122.0

Features
  • api: add output_behavior to dream creation (create a new memory store or update the input store in place) (852c4bb)
Bug Fixes
  • bedrock,aws: run SigV4 signing off the event loop in async clients (#​334) (2bae6c8)
  • bedrock: expose beta.messages.parse, stream and tool_runner (#​366) (6eca7bb)
  • client: add models (52e9d94)
  • client: keep token exchange bound per client across copy() (#​388) (c13e6e3)
  • client: read PathLike contents passed inside a file tuple (070f953)
  • client: treat empty ANTHROPIC_API_KEY / ANTHROPIC_AUTH_TOKEN as unset (#​341) (76a2e68)
  • streaming: add context to malformed tool input JSON errors in the non-beta accumulator (#​339) (a343e17)
  • streaming: apply all message_delta fields when accumulating streamed messages (#​380) (fc1599b)
  • streaming: emit input_json events for server tool use blocks (#​336) (ccfc8e1)
  • streaming: keep omitted content block fields unset in accumulated messages (#​346) (cd40aab)
  • streaming: run the request transform once in messages.stream() (#​347) (81a92da)
  • streaming: silence pydantic serializer warnings on message_stop events (#​338) (41f9cdc)
  • tools: reject symlink loops in tool paths and skip special skill-archive members (#​322) (43e8669)
  • vertex: expose beta.messages.parse and tool_runner (#​367) (96723a0)
Chores
  • ci: run breaking-change detection as a ci.yml job on every push (6dfd16e)
  • examples: update messages_stream.py shebang from rye to uv (#​1519) (7d72364)
  • internal: codegen related update (21a0e3d)
  • internal: drop remaining references to black (13df390)
  • internal: remove misc things (d6ee99e)
  • tests: use pytest monkeypatch and fakes instead of unittest.mock (55d246f)
  • tests: use pytest monkeypatch instead of unittest.mock (e0c6488)
Documentation
  • api: clarify that user profile name is optional for resold profiles (b8f9f61)
  • fix fulfillment typos in session runner (#​1795) (009b035)
  • fix incorrect docstring in AsyncAnthropicFoundry.models (#​1592) (f1f5e9b)
Refactors
  • use the not_given singleton instead of the legacy NOT_GIVEN alias (eeb4d74)

v0.120.2

Compare Source

Full Changelog: v0.120.1...v0.120.2

Bug Fixes

v0.120.1

Compare Source

Full Changelog: v0.120.0...v0.120.1

Bug Fixes

v0.120.0

Compare Source

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)

v0.119.0

Compare Source

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)

v0.118.0

Compare Source

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)

v0.117.1

Compare Source

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)

v0.117.0

Compare Source

Full Changelog: v0.116.0...v0.117.0

Features
  • api: add support for dreaming (642eee7)
  • api: add support for MCP Tunnels (d716df6)
Bug Fixes
  • credentials: keep credential material out of traceback frame locals via SecretStr (aa93a4d)
Chores
  • docs: small updates to field descriptions (75d8dcc)
  • docs: update model example (a57e30a)
  • docs: updates to descriptions and examples (e1535b6)

v0.116.0

Compare Source

Full Changelog: v0.115.1...v0.116.0

Features
  • api: add agent-memory-2026-07-22 beta header (e181d5c)

v0.115.1

Compare Source

Full Changelog: v0.115.1...v0.116.0

Features
  • api: add agent-memory-2026-07-22 beta header (e181d5c)

v0.115.0

Compare Source

Full Changelog: v0.115.0...v0.115.1

Chores
  • api: remove some nonfunctional types from the SDKs (5e7c431)

v0.114.0

Compare Source

Full Changelog: v0.114.0...v0.115.0

Features
  • api: add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events (8c23f7e)

v0.113.0

Compare Source

Full Changelog: v0.113.0...v0.114.0

Features
  • api: add support for claude-sonnet-5 (b893033)
Bug Fixes
  • agent_toolset: allow absolute paths that resolve inside workdir (#​121) (0105529)

v0.112.0

Compare Source

Full Changelog: v0.112.0...v0.113.0

Features
Bug Fixes
  • async count_tokens missing output_format/output_config merge block (#​162) (122c958)
Chores
  • api: accept user profile ID's when counting tokens (0b4d17a)
  • docs: updates to descriptions and example values (f3ab694)

v0.111.0

Compare Source

Full Changelog: v0.110.0...v0.111.0

Features
  • helpers: tag refusal-fallback middleware requests with fallback-refusal-middleware (#​96) (2f8ac78)

v0.110.0

Compare Source

Full Changelog: v0.109.2...v0.110.0

Features
  • api: add support for new code_execution_20260120 tool (5e23212)
Bug Fixes
  • append x-stainless-helper across header merges instead of clobbering (#​105) (922558e)
  • bedrock: preserve stream event type (#​1682) (b27e343)
  • helpers: single source of truth for x-stainless-helper key + closed value vocabulary (#​95) (e6f7a56)

v0.109.2

Compare Source

Full Changelog: v0.109.1...v0.109.2

Chores
  • api: remove retired models from API and SDKs (d4bcfcc)

v0.109.1

Compare Source

Full Changelog: v0.109.0...v0.109.1

Bug Fixes
  • api: add frontier_llm refusal category (d3a806b)

v0.109.0

Compare Source

Full Changelog: v0.109.0...v0.109.1

Bug Fixes
  • api: add frontier_llm refusal category (d3a806b)

v0.108.0

Compare Source

Full Changelog: v0.108.0...v0.109.0

Features
  • api: add support for Managed Agents deployments and environment variable credentials (47633bf)

v0.107.1

Compare Source

Full Changelog: v0.107.1...v0.108.0

Features
  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (6b76649)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (6b76649)

v0.107.0

Compare Source

Full Changelog: v0.106.0...v0.107.0

Features
  • api: small updates to Managed Agents types (72923f9)

v0.106.0

Compare Source

Full Changelog: v0.106.0...v0.107.0

Features
  • api: small updates to Managed Agents types (72923f9)

v0.105.2

Compare Source

Full Changelog: v0.105.1...v0.105.2

v0.105.0

Compare Source

Full Changelog: v0.105.0...v0.105.1

Chores
  • internal: use Trusted Publishing for PyPI releases (1d04fc5)

v0.104.1

Compare Source

Full Changelog: v0.104.0...v0.104.1

Bug Fixes
  • streaming: carry encrypted_content through beta compaction accumulator (#​1821) (f7a720c)

v0.104.0

Compare Source

Full Changelog: v0.104.0...v0.104.1

Bug Fixes
  • streaming: carry encrypted_content through beta compaction accumulator (#​1821) (f7a720c)

v0.103.1

Compare Source

Full Changelog: v0.103.1...v0.104.0

Features
  • api: Add support for thinking-token-count beta for estimated tokens in thinking block deltas when streaming (80d0fdf)

v0.103.0

Compare Source

Full Changelog: v0.103.0...v0.103.1

Bug Fixes
  • runner: skip tool calls SessionToolRunner does not own (#​1817) (9425c6a)

v0.102.0

Compare Source

Full Changelog: v0.102.0...v0.103.0

Features
  • client: Add support for self-hosted sandboxes in CMA with sandbox helpers (e5625b0)

v0.101.0

Compare Source

Full Changelog: v0.101.0...v0.102.0

Features
  • api: Add BetaManagedAgentsSearchResultBlock types (3681f10)
  • api: Add support for cache diagnostics beta (db51c6c)
  • internal/types: support eagerly validating pydantic iterators (68dabb0)
Chores

v0.100.0

Compare Source

Full Changelog: v0.100.0...v0.101.0

Features
  • aws: Add AWS client for Claude Platform on AWS (1e70e3a)
Bug Fixes
  • client: add missing f-string prefix in file type error message (06d109a)
Chores

v0.99.0

Compare Source

Full Changelog: v0.99.0...v0.100.0

Features
  • api: add support for Managed Agents multiagents and outcomes, webhooks, vault validation (3b3deee)
Bug Fixes
  • api: Adjust webhook configuration (8c3339e)

v0.98.1

Compare Source

Full Changelog: v0.98.1...v0.99.0

Features
  • client: allow targeting a workspace for OIDC federation token exchange (4ba8067)

v0.98.0

Compare Source

Full Changelog: v0.98.0...v0.98.1

Chores

v0.97.0

Compare Source

Full Changelog: v0.96.0...v0.97.0

Features
  • api: CMA Memory public beta (fc30ebe)
Bug Fixes
  • api: fix errors in api spec (f946de8)
  • api: restore missing features (72212ab)
Performance Improvements
  • client: optimize file structure copying in multipart requests (1f9eed3)
Chores
  • add missing import (4b12f5e)
  • internal: more robust bootstrap script (7ed7370)
  • tests: bump steady to v0.22.1 (a4b7184)

v0.96.0

Compare Source

Full Changelog: v0.95.0...v0.96.0

Features
  • api: add claude-opus-4-7, token budgets and user_profiles (0aa2a0d)
Chores
  • ci: remove release-doctor workflow (1d9add3)

v0.95.0

Compare Source

Full Changelog: v0.95.0...v0.96.0

Features
  • api: add claude-opus-4-7, token budgets and user_profiles (0aa2a0d)
Chores
  • ci: remove release-doctor workflow (1d9add3)

v0.94.1

Compare Source

Full Changelog: v0.94.1...v0.95.0

Features
  • api: mark Sonnet and Opus 4 as deprecated (0c1e773)
  • bedrock: use auth header for mantle client (#​1644) (3b93090)

v0.94.0

Compare Source

Full Changelog: v0.94.0...v0.94.1

Bug Fixes
  • streaming: add missing events (c6a06d8)

v0.93.0

Compare Source

Full Changelog: v0.93.0...v0.94.0

Features
Bug Fixes
  • ensure file data are only sent as 1 parameter (837b25b)
Documentation

v0.92.0

Compare Source

Full Changelog: v0.92.0...v0.93.0

Features
  • api: Add beta advisor tool (4297dca)

v0.91.0

Compare Source

Full Changelog: v0.91.0...v0.92.0

Features
  • api: add support for Claude Managed Agents (5b879a7)

v0.90.0

Compare Source

Full Changelog: v0.90.0...v0.91.0

Features

v0.89.0

Compare Source

Full Changelog: v0.89.0...v0.90.0

Features
  • api: Add support for claude-mythos-preview (fc7ddd8)
Bug Fixes
  • client: preserve hardcoded query params when merging with user params (32d35e0)

v0.88.0

Compare Source

Full Changelog: v0.88.0...v0.89.0

Features
  • vertex: add support for US multi-region endpoint (4e732da)
Bug Fixes
  • client: preserve hardcoded query params when merging with user params (e7f4a3c)
Chores
  • client: deprecate client-side compaction helpers (e60affc)

v0.87.0

Compare Source

Full Changelog: v0.87.0...v0.88.0

Features
Chores
  • tests: bump steady to v0.20.2 (1bc4e9f)

v0.86.0

Compare Source

Full Changelog: v0.85.0...v0.86.0

Features
Bug Fixes
  • AsyncAnthropic._make_status_error missing 529 and 413 cases (#​1244) (05220bc)
  • deps: bump minimum typing-extensions version (09ab112)
  • pydantic: do not pass by_alias unless set (b17480e)
Chores
  • internal: tweak CI branches (3c0308c)

v0.85.0

Compare Source

Full Changelog: v0.85.0...v0.86.0

Features
Bug Fixes
  • AsyncAnthropic._make_status_error missing 529 and 413 cases (#​1244) (05220bc)
  • deps: bump minimum typing-extensions version (09ab112)
  • pydantic: do not pass by_alias unless set (b17480e)
Chores
  • internal: tweak CI branches (3c0308c)

v0.84.0

Compare Source

Full Changelog: v0.83.0...v0.84.0

Features
  • api: change array_format to brackets (925d2ad)
  • api: remove publishing section from cli target (7bc7ceb)
  • helpers: add conversion helpers for MCP tools, prompts, and resources (#​1383) (9489751)
Chores
  • add missing raw jsonl results method (1009d4a)
  • internal: add request options to SSE classes (4f4bc8e)
  • internal: make test_proxy_environment_variables more resilient (f7056e0)
  • internal: make test_proxy_environment_variables more resilient to env (143efcc)
  • internal: simplify http snapshots (#​1092) (4a4dc9f)
  • internal: update jsonl tests (a8e6a6e)
Documentation
  • rebrand to Claude SDK and streamline README (6b54405)

[v0.83.0](https://red

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 87e993c to b6b7dc8 Compare October 16, 2023 23:09
@renovate renovate Bot changed the title Update dependency anthropic to ^0.3.0 Update dependency anthropic to ^0.4.0 Oct 16, 2023
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from b6b7dc8 to 7c7aa83 Compare October 18, 2023 22:20
@renovate renovate Bot changed the title Update dependency anthropic to ^0.4.0 Update dependency anthropic to ^0.5.0 Oct 18, 2023
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 7c7aa83 to 4ddc89d Compare November 9, 2023 11:19
@renovate renovate Bot changed the title Update dependency anthropic to ^0.5.0 Update dependency anthropic to ^0.6.0 Nov 9, 2023
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 4ddc89d to 30933dc Compare November 16, 2023 03:44
@renovate renovate Bot changed the title Update dependency anthropic to ^0.6.0 Update dependency anthropic to ^0.7.0 Nov 16, 2023
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 30933dc to d6e0191 Compare December 19, 2023 18:51
@renovate renovate Bot changed the title Update dependency anthropic to ^0.7.0 Update dependency anthropic to ^0.8.0 Dec 19, 2023
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from d6e0191 to 314a4f0 Compare January 8, 2024 22:16
@renovate renovate Bot changed the title Update dependency anthropic to ^0.8.0 Update dependency anthropic to ^0.9.0 Jan 8, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 314a4f0 to b3d2f39 Compare January 18, 2024 22:25
@renovate renovate Bot changed the title Update dependency anthropic to ^0.9.0 Update dependency anthropic to ^0.10.0 Jan 18, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from b3d2f39 to e84b0a0 Compare January 23, 2024 19:50
@renovate renovate Bot changed the title Update dependency anthropic to ^0.10.0 Update dependency anthropic to ^0.11.0 Jan 23, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from e84b0a0 to 0b18d63 Compare January 26, 2024 04:42
@renovate renovate Bot changed the title Update dependency anthropic to ^0.11.0 Update dependency anthropic to ^0.12.0 Jan 26, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 0b18d63 to 4078893 Compare January 31, 2024 01:00
@renovate renovate Bot changed the title Update dependency anthropic to ^0.12.0 Update dependency anthropic to ^0.13.0 Jan 31, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 4078893 to e253f98 Compare February 1, 2024 01:37
@renovate renovate Bot changed the title Update dependency anthropic to ^0.13.0 Update dependency anthropic to ^0.14.0 Feb 1, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from e253f98 to cb5954c Compare February 2, 2024 22:59
@renovate renovate Bot changed the title Update dependency anthropic to ^0.14.0 Update dependency anthropic to ^0.15.0 Feb 2, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from cb5954c to a4af485 Compare February 13, 2024 16:45
@renovate renovate Bot changed the title Update dependency anthropic to ^0.15.0 Update dependency anthropic to ^0.16.0 Feb 13, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from a4af485 to 0f9aaad Compare March 4, 2024 14:09
@renovate renovate Bot changed the title Update dependency anthropic to ^0.16.0 Update dependency anthropic to ^0.17.0 Mar 4, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 0f9aaad to 6ea569b Compare March 4, 2024 19:18
@renovate renovate Bot changed the title Update dependency anthropic to ^0.17.0 Update dependency anthropic to ^0.18.0 Mar 4, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 1854df0 to e488b79 Compare April 9, 2024 21:43
@renovate renovate Bot changed the title Update dependency anthropic to ^0.24.0 Update dependency anthropic to ^0.25.0 Apr 9, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from e488b79 to 82e5566 Compare May 16, 2024 19:45
@renovate renovate Bot changed the title Update dependency anthropic to ^0.25.0 Update dependency anthropic to ^0.26.0 May 16, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 82e5566 to 9a7c763 Compare May 30, 2024 16:05
@renovate renovate Bot changed the title Update dependency anthropic to ^0.26.0 Update dependency anthropic to ^0.27.0 May 30, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 9a7c763 to dd56278 Compare May 30, 2024 18:21
@renovate renovate Bot changed the title Update dependency anthropic to ^0.27.0 Update dependency anthropic to ^0.28.0 May 30, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from dd56278 to 73f6b1f Compare June 20, 2024 14:17
@renovate renovate Bot changed the title Update dependency anthropic to ^0.28.0 Update dependency anthropic to ^0.29.0 Jun 20, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 73f6b1f to c340c2a Compare June 26, 2024 19:08
@renovate renovate Bot changed the title Update dependency anthropic to ^0.29.0 Update dependency anthropic to ^0.30.0 Jun 26, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from c340c2a to 31d9ca1 Compare July 10, 2024 14:44
@renovate renovate Bot changed the title Update dependency anthropic to ^0.30.0 Update dependency anthropic to ^0.31.0 Jul 10, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 31d9ca1 to e89e86d Compare July 30, 2024 00:48
@renovate renovate Bot changed the title Update dependency anthropic to ^0.31.0 Update dependency anthropic to ^0.32.0 Jul 30, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from e89e86d to c49ffa7 Compare August 9, 2024 11:31
@renovate renovate Bot changed the title Update dependency anthropic to ^0.32.0 Update dependency anthropic to ^0.33.0 Aug 9, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from c49ffa7 to e2c3b48 Compare August 14, 2024 20:27
@renovate renovate Bot changed the title Update dependency anthropic to ^0.33.0 Update dependency anthropic to ^0.34.0 Aug 14, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from e2c3b48 to b918523 Compare October 4, 2024 16:32
@renovate renovate Bot changed the title Update dependency anthropic to ^0.34.0 Update dependency anthropic to ^0.35.0 Oct 4, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from b918523 to c927ad4 Compare October 8, 2024 17:04
@renovate renovate Bot changed the title Update dependency anthropic to ^0.35.0 Update dependency anthropic to ^0.36.0 Oct 8, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from c927ad4 to 402aaf2 Compare October 22, 2024 17:43
@renovate renovate Bot changed the title Update dependency anthropic to ^0.36.0 Update dependency anthropic to ^0.37.0 Oct 22, 2024
@renovate
renovate Bot force-pushed the renovate/anthropic-0.x branch from 402aaf2 to 3681a4a Compare November 1, 2024 16:11
@renovate renovate Bot changed the title Update dependency anthropic to ^0.37.0 Update dependency anthropic to ^0.38.0 Nov 1, 2024
@renovate

renovate Bot commented Apr 22, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...


Because no versions of anthropic match >0.125.0,<0.126.0
 and anthropic (0.125.0) depends on httpx (>=0.25.0,<1), anthropic (>=0.125.0,<0.126.0) requires httpx (>=0.25.0,<1).
And because postgrest-py (0.10.6) depends on httpx (>=0.23.0,<0.24.0)
 and no versions of postgrest-py match >0.10.6,<0.11.0, anthropic (>=0.125.0,<0.126.0) is incompatible with postgrest-py (>=0.10.6,<0.11.0).
So, because 101-ai depends on both postgrest-py (^0.10.6) and anthropic (^0.125.0), version solving failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants