Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-langchain-anthropic-1.7.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-langchain-anthropic Distribution: openSUSE Tumbleweed
Version: 1.7.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Aug 27 20:13:22 2026
Group: Unspecified Build host: reproducible
Size: 474391 Source RPM: python-langchain-anthropic-1.7.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/langchain-ai/langchain
Summary: Integration package connecting Claude (Anthropic) APIs and LangChain
langchain-anthropic is the integration package that connects the Claude
(Anthropic) chat and language model APIs with the LangChain framework,
exposing the ChatAnthropic and AnthropicLLM classes and related middleware.

Provides

Requires

License

MIT

Changelog

* Thu Aug 27 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.7.0:
    * Support the anthropic 1.x SDK next to 0.x; 1.x is what Factory
      ships: the sampling parameters temperature/top_p/top_k that 1.x
      dropped from the message API are relocated into extra_body, and
      the async with_raw_response parse() is awaited when the SDK
      hands back a coroutine
    * Accept a top-level container parameter (container id or dict)
      so code-execution skills can be loaded; reuse_last_container
      now merges into it instead of overwriting it
    * Auto-append the beta headers the API requires for the updates
      thinking display mode and for the advisor_20260301 tool
    * The code_execution_20250825 tool no longer auto-appends the
      code-execution-2025-08-25 beta header, which the API no longer
      requires
    * Surface LangSmith gateway response metadata in generation_info
  - Upstream widened its anthropic requirement to < 2.0.0; the
    dependency floors are unchanged (anthropic >= 0.120.0,
    langchain-core >= 1.6.0, pydantic >= 2.7.4)
* Thu Aug 20 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.6.1:
    * Drop invalid_tool_call blocks from v1 content conversion
      so partial streamed tool calls are not sent back to the
      Anthropic API (kept on AIMessage.invalid_tool_calls)
* Thu Aug 20 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.6.0:
    * Map Anthropic SDK failures onto the new standard model
      exception types from langchain-core 1.6.0
    * Restrict file-search grep to the requested path so sibling
      directories that only share a name prefix are no longer scanned
  - Follow upstream and raise the langchain-core requirement floor
    to 1.6.0
* Tue Aug 18 2026 Martin Pluskal <mpluskal@suse.com>
  - Avoid variations from --nocheck: move bytecode recompilation and fdupes from %check to %install (boo#1227364)
* Thu Aug 13 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.5.6:
    * Normalize tool_search_tool_result blocks so that streaming-only
      index fields are no longer sent back to the Anthropic API
    * Correct model profile data for Claude Fable 5, Sonnet 5 and
      Opus 4.1: structured output is now advertised for Fable 5 and
      Sonnet 5, Fable 5 gains reasoning-effort levels, and the stale
      Opus 4.1 profile override was dropped
* Wed Aug 12 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.5.5:
    * Report reasoning tokens via output_token_details in usage metadata
    * Raise a clearer error when Anthropic credentials are missing
    * Fix source path handling for file renames in the Anthropic tools
      middleware
    * Refresh bundled model profile data
  - Require langchain-core >= 1.5.4
* Fri Aug 07 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.5.4:
    * Handle tool schemas with unsupported top-level composition
    * Preserve caller tool_choice
    * Add user_profile_id convenience attribute
* Wed Jul 29 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 1.5.3:
    * Preserve an empty thinking field in signature_delta streaming
    * Strip unsupported fields from system message content blocks
  - Raise the langchain-core requirement to >= 1.5.2 and the anthropic
    build requirement to >= 0.120.0, matching upstream
* Sat Jul 25 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 1.5.2:
    * Add Claude Opus 5 support
    * Enable structured output for Claude Opus 4.8
    * Support the langsmith gateway through an environment
      variable
  - Raise the anthropic floor to 0.120.0 and the langchain-core
    floor to 1.5.1, following upstream requires
* Wed Jul 22 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 1.5.0
  - Require langchain-core >= 1.5.0
* Sun Jun 28 2026 Martin Pluskal <mpluskal@suse.com>
  - Initial package python-langchain-anthropic 1.4.8

Files

/usr/lib/python3.13/site-packages/langchain_anthropic
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info/licenses
/usr/lib/python3.13/site-packages/langchain_anthropic-1.7.0.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/langchain_anthropic/__init__.py
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_client_utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_client_utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_sdk_compat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_sdk_compat.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/_version.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/chat_models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/chat_models.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/experimental.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/experimental.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/llms.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/llms.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/output_parsers.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/__pycache__/output_parsers.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/_client_utils.py
/usr/lib/python3.13/site-packages/langchain_anthropic/_compat.py
/usr/lib/python3.13/site-packages/langchain_anthropic/_sdk_compat.py
/usr/lib/python3.13/site-packages/langchain_anthropic/_version.py
/usr/lib/python3.13/site-packages/langchain_anthropic/chat_models.py
/usr/lib/python3.13/site-packages/langchain_anthropic/data
/usr/lib/python3.13/site-packages/langchain_anthropic/data/__init__.py
/usr/lib/python3.13/site-packages/langchain_anthropic/data/__pycache__
/usr/lib/python3.13/site-packages/langchain_anthropic/data/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/data/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/data/__pycache__/_profiles.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/data/__pycache__/_profiles.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/data/_profiles.py
/usr/lib/python3.13/site-packages/langchain_anthropic/data/profile_augmentations.toml
/usr/lib/python3.13/site-packages/langchain_anthropic/experimental.py
/usr/lib/python3.13/site-packages/langchain_anthropic/llms.py
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__init__.py
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/anthropic_tools.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/anthropic_tools.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/bash.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/bash.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/file_search.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/file_search.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/prompt_caching.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/__pycache__/prompt_caching.cpython-313.pyc
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/anthropic_tools.py
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/bash.py
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/file_search.py
/usr/lib/python3.13/site-packages/langchain_anthropic/middleware/prompt_caching.py
/usr/lib/python3.13/site-packages/langchain_anthropic/output_parsers.py
/usr/lib/python3.13/site-packages/langchain_anthropic/py.typed
/usr/share/doc/packages/python313-langchain-anthropic
/usr/share/doc/packages/python313-langchain-anthropic/README.md
/usr/share/licenses/python313-langchain-anthropic
/usr/share/licenses/python313-langchain-anthropic/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 31 23:50:51 2026