Skip to content

build(deps): bump the python-dependencies group with 9 updates#3136

Merged
liuruibin merged 1 commit intov2from
dependabot/pip/v2/python-dependencies-4a3128c951
May 23, 2025
Merged

build(deps): bump the python-dependencies group with 9 updates#3136
liuruibin merged 1 commit intov2from
dependabot/pip/v2/python-dependencies-4a3128c951

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Updates the requirements on uuid-utils, langchain-openai, langchain-mcp-adapters, langchain-ollama, boto3, tencentcloud-sdk-python, xinference-client, anthropic and pymupdf to permit the latest version.
Updates uuid-utils to 0.11.0

Release notes

Sourced from uuid-utils's releases.

0.11.0

What's Changed

Full Changelog: aminalaee/uuid-utils@0.10.0...0.11.0

Commits

Updates langchain-openai to 0.3.18

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.18

Changes since langchain-openai==0.3.17

openai: release 0.3.18 (#31320) openai[patch]: relax Azure llm streaming callback test (#31319) openai[patch]: support built-in code interpreter and remote MCP tools (#31304) openai[patch]: run _tokenize in background thread in async embedding invocations (#31312) openai[patch]: update tests for strict schemas (#31306) openai[patch]: reduce tested constraints on strict schema adherence for Responses API (#31290) openai[patch]: compat with Bedrock Converse (#31280)

Commits
  • 0ce2e69 openai: release 0.3.18 (#31320)
  • 851fd43 openai[patch]: relax Azure llm streaming callback test (#31319)
  • 092697d infra: temporarily drop OpenAI from core release test matrix (#31318)
  • 71c074d core: release 0.3.61 (#31317)
  • 053a124 openai[patch]: support built-in code interpreter and remote MCP tools (#31304)
  • 1b5ffe4 openai[patch]: run _tokenize in background thread in async embedding invocati...
  • f164561 exa docs and python package update (#31307)
  • cf1fa27 docs: correct groq description typo (#31308)
  • beacedd openai[patch]: update tests for strict schemas (#31306)
  • 53d6286 Fix link to deprecation alternative for ConversationChain in docs (#31299)
  • Additional commits viewable in compare view

Updates langchain-mcp-adapters to 0.1.1

Updates langchain-ollama to 0.3.3

Release notes

Sourced from langchain-ollama's releases.

langchain-ollama==0.3.3

Changes since langchain-ollama==0.3.2

ollama: release 0.3.3 (#31253) ollama: Add separate kwargs parameter for async client (#31209) packaging: remove Python upper bound for langchain and co libs (#31025) langchain-ollama (partners) / langchain-core: allow passing ChatMessages to Ollama (including arbitrary roles) (#30411)

Commits

Updates boto3 to 1.38.21

Commits
  • 4f156a7 Merge branch 'release-1.38.21'
  • 462007d Bumping version to 1.38.21
  • e41d3d0 Add changelog entries from botocore
  • d61897e Merge branch 'release-1.38.20'
  • 63c2c2c Merge branch 'release-1.38.20' into develop
  • b347ee3 Bumping version to 1.38.20
  • a312ab9 Add changelog entries from botocore
  • f8cd022 Merge branch 'release-1.38.19'
  • 89a83aa Merge branch 'release-1.38.19' into develop
  • d2266f8 Bumping version to 1.38.19
  • Additional commits viewable in compare view

Updates tencentcloud-sdk-python to 3.0.1385

Changelog

Sourced from tencentcloud-sdk-python's changelog.

Release 3.0.1385

腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28

第 48 次发布

发布时间:2025-05-22 01:10:52

本次发布包含了以下内容:

改善已有的文档。

修改接口:

日志服务(cls) 版本:2020-10-16

第 128 次发布

发布时间:2025-05-22 01:12:28

本次发布包含了以下内容:

改善已有的文档。

修改数据结构:

数据安全治理中心(dsgc) 版本:2019-07-23

... (truncated)

Commits

Updates xinference-client to 1.6.0

Release notes

Sourced from xinference-client's releases.

v1.6.0

What's new in 1.6.0 (2025-05-16)

These are the changes in inference-client v1.6.0.

Others

Full Changelog: xorbitsai/inference-client@v1.5.1...v1.6.0

Commits

Updates anthropic to 0.52.0

Release notes

Sourced from anthropic's releases.

v0.52.0

0.52.0 (2025-05-22)

Full Changelog: v0.51.0...v0.52.0

Features

  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)

Bug Fixes

  • package: support direct resource imports (6d73bab)

Chores

  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)

Documentation

  • add security warning for overriding parameters (#1008) (9f52239)
Changelog

Sourced from anthropic's changelog.

0.52.0 (2025-05-22)

Full Changelog: v0.51.0...v0.52.0

Features

  • api: add claude 4 models, files API, code execution tool, MCP connector and more (9c48bc6)

Bug Fixes

  • package: support direct resource imports (6d73bab)

Chores

  • ci: fix installation instructions (ca374e5)
  • ci: upload sdks to package manager (fde0c44)
  • internal: avoid errors for isinstance checks on proxies (ef4be3f)
  • internal: codegen related update (40359d9)

Documentation

  • add security warning for overriding parameters (#1008) (9f52239)

0.51.0 (2025-05-07)

Full Changelog: v0.50.0...v0.51.0

Features

  • api: adds web search capabilities to the Claude API (bec0cf9)

Bug Fixes

  • pydantic v1: more robust ModelField.annotation check (c50f406)
  • sockets: handle non-portable socket flags (#935) (205c8dd)

Chores

  • broadly detect json family of content-type headers (66bbb3a)
  • ci: only use depot for staging repos (c867a11)
  • ci: run on more branches and use depot runners (95f5f17)
  • internal: add back missing custom modifications for Web Search (f43ba69)
  • internal: minor formatting changes (8afef08)
  • use lazy imports for resources (704be81)

... (truncated)

Commits
  • e9f5e44 release: 0.52.0
  • 68d8226 feat(api): add claude 4 models, files API, code execution tool, MCP connector...
  • c79b65b chore(internal): codegen related update
  • 1de2f53 codegen metadata
  • 7a69c03 codegen metadata
  • 8106f36 codegen metadata
  • d11916c docs: add security warning for overriding parameters (#1008)
  • da3b082 chore(ci): fix installation instructions
  • 00f3c7d chore(ci): upload sdks to package manager
  • d979898 codegen metadata
  • Additional commits viewable in compare view

Updates pymupdf to 1.26.0

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.26.0 released

PyMuPDF-1.26.0 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.26.0 (2025-05-22)

  • Use MuPDF-1.26.1.

  • Fixed issues:

  • Other:

    • Partial fixed for #4457.
    • Support image stamp annotations.
    • Support recoloring pages.
    • Added example of using Django's file storage API to open files with pymupdf.
    • Clarified FreeText annotation color options. We now raise an exception if an attempt is made to set attributes that can not be supported.
    • Fixed potential segv in Pixmap.is_unicolor().
    • Added runtime assert that that PyMuPDF and MuPDF were built with compatible NDEBUG settings (related to 4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>_).
    • Simplified handling of filename/filetype when opening documents.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.26.0 (2025-05-22)

  • Use MuPDF-1.26.1.

  • Fixed issues:

    • Fixed 4324 <https://github.com/pymupdf/PyMuPDF/issues/4324>_: cluster_drawings() fails to cluster horizontal and vertical thin lines
    • Fixed 4363 <https://github.com/pymupdf/PyMuPDF/issues/4363>_: Trouble with searching
    • Fixed 4404 <https://github.com/pymupdf/PyMuPDF/issues/4404>_: IndexError in page.get_links()
    • Fixed 4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>_: Regression? Spurious error? in insert_pdf in v1.25.4
    • Fixed 4423 <https://github.com/pymupdf/PyMuPDF/issues/4423>_: pymupdf.mupdf.FzErrorFormat: code=7: cannot find object in xref error encountered after version 1.25.3
    • Fixed 4435 <https://github.com/pymupdf/PyMuPDF/issues/4435>_: get_pixmap method stuck on one page
    • Fixed 4439 <https://github.com/pymupdf/PyMuPDF/issues/4439>_: New Xml class from data does not work - bug in code
    • Fixed 4445 <https://github.com/pymupdf/PyMuPDF/issues/4445>_: Broken XREF table incorrectly repaired
    • Fixed 4447 <https://github.com/pymupdf/PyMuPDF/issues/4447>_: Stroke color of annotations cannot be correctly set
    • Fixed 4479 <https://github.com/pymupdf/PyMuPDF/issues/4479>_: set_layer_ui_config() toggles all layers rather than just one
    • Fixed 4505 <https://github.com/pymupdf/PyMuPDF/issues/4505>_: Follow Widget flag values up its parent structure
  • Other:

    • Partial fixed for 4457 <https://github.com/pymupdf/PyMuPDF/issues/4457>_: Wrong characters displayed after font subsetting (w/ native method)
    • Support image stamp annotations.
    • Support recoloring pages.
    • Added example of using Django's file storage API to open files with pymupdf.
    • Clarified FreeText annotation color options. We now raise an exception if an attempt is made to set attributes that can not be supported.
    • Fixed potential segv in Pixmap.is_unicolor().
    • Added runtime assert that that PyMuPDF and MuPDF were built with compatible NDEBUG settings (related to 4390 <https://github.com/pymupdf/PyMuPDF/issues/4390>_).
    • Simplified handling of filename/filetype when opening documents.

Changes in version 1.25.5 (2025-03-31)

  • Fixed issues:

    • Fixed 4372 <https://github.com/pymupdf/PyMuPDF/issues/4372>_: Text insertion fails due to missing /Resources object
    • Fixed 4400 <https://github.com/pymupdf/PyMuPDF/issues/4400>_: Infinite loop in fill_textbox
    • Fixed 4403 <https://github.com/pymupdf/PyMuPDF/issues/4403>_: Unable to get_text() - layer/clip nesting too deep
    • Fixed 4415 <https://github.com/pymupdf/PyMuPDF/issues/4415>_: PDF page is mirrored, origin is at bottom-left
  • Other:

    • Use MuPDF-1.25.6.
    • Fixed MuPDF SEGV on MacOS with particular fonts.
    • Fixed Annot.get_textpage()'s clip arg.

... (truncated)

Commits
  • 96d2ebe Set release date.
  • 29a327a changes.txt: updated.
  • 4a706c7 tests/: added test_4479().
  • 6d3d30d .github/workflows/build_wheels.yml: default flavours=false.
  • f674687 scripts/gh_release.py: fix run of cibuildwheel with separate pymupdfb wheel.
  • e6a0877 tests/: added test_4445()
  • 26ad9d5 tests/: added test_4423().
  • 4884190 tests/: added test_4435().
  • 2c0b56a tests/: added test_4457(), detect differences before/after Document.subset_fo...
  • 2115c87 Update version numbers.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [uuid-utils](https://github.com/aminalaee/uuid-utils), [langchain-openai](https://github.com/langchain-ai/langchain), langchain-mcp-adapters, [langchain-ollama](https://github.com/langchain-ai/langchain), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python), [xinference-client](https://github.com/xorbitsai/inference-client), [anthropic](https://github.com/anthropics/anthropic-sdk-python) and [pymupdf](https://github.com/pymupdf/pymupdf) to permit the latest version.

Updates `uuid-utils` to 0.11.0
- [Release notes](https://github.com/aminalaee/uuid-utils/releases)
- [Commits](aminalaee/uuid-utils@0.10.0...0.11.0)

Updates `langchain-openai` to 0.3.18
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.17...langchain-openai==0.3.18)

Updates `langchain-mcp-adapters` to 0.1.1

Updates `langchain-ollama` to 0.3.3
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-ollama==0.3.2...langchain-ollama==0.3.3)

Updates `boto3` to 1.38.21
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.38.16...1.38.21)

Updates `tencentcloud-sdk-python` to 3.0.1385
- [Changelog](https://github.com/TencentCloud/tencentcloud-sdk-python/blob/master/SERVICE_CHANGELOG.md)
- [Commits](TencentCloud/tencentcloud-sdk-python@3.0.1379...3.0.1385)

Updates `xinference-client` to 1.6.0
- [Release notes](https://github.com/xorbitsai/inference-client/releases)
- [Commits](xorbitsai/inference-client@v1.5.1...v1.6.0)

Updates `anthropic` to 0.52.0
- [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.51.0...v0.52.0)

Updates `pymupdf` to 1.26.0
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.25.5...1.26.0)

---
updated-dependencies:
- dependency-name: uuid-utils
  dependency-version: 0.11.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.18
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-mcp-adapters
  dependency-version: 0.1.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-ollama
  dependency-version: 0.3.3
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.38.21
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: tencentcloud-sdk-python
  dependency-version: 3.0.1385
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: xinference-client
  dependency-version: 1.6.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: anthropic
  dependency-version: 0.52.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pymupdf
  dependency-version: 1.26.0
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 22, 2025
@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot bot commented May 22, 2025

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot bot commented May 22, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@liuruibin liuruibin merged commit 8a088e6 into v2 May 23, 2025
1 of 4 checks passed
@liuruibin liuruibin deleted the dependabot/pip/v2/python-dependencies-4a3128c951 branch May 23, 2025 09:51
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 do-not-merge/release-note-label-needed python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant