Skip to content

build(deps): bump the python-dependencies group with 5 updates #3033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Updates the requirements on langchain-community, langgraph, boto3, tencentcloud-sdk-python and dashscope to permit the latest version.
Updates langchain-community to 0.3.23

Commits
  • 901dffe langchain: release 0.3.23 (#30670)
  • 0c2c8c3 text-splitters: release 0.3.8 (#30671)
  • 59d508a openai[patch]: make computer test more reliable (#30672)
  • c235328 Revert "update langchain version and bump min core v"
  • d0f154d update langchain version and bump min core v
  • 32cd70d release: bump core to v0.3.51 (#30668)
  • 18cf457 langchain-runpod integration (#30648)
  • 9c03cd5 Fix tool description in serpapi.ipynb (#30660)
  • af66ab0 Adding Perplexity extra and deprecating the community version of `ChatPerpl...
  • b8929e3 docs: add image generation example to Google genai docs (#30650)
  • Additional commits viewable in compare view

Updates langgraph to 0.4.0

Release notes

Sourced from langgraph's releases.

0.4.0

Changes since 0.3.34

  • Support multiple resume values with Command.resume (#4406)

  • Improve logic for drawing virtual end node (#4409)

  • [breaking]: Improve interrupt behavior when stream_mode='values' (#4374)

    • Interrupts are now surfaced with stream_mode='values', which is the default for invoke and ainvoke.
    • The return value was sometimes None even if an interrupt was raised, and it is now a dict with an __interrupt__ key containing said interrupt data. If the return value was previously a dict with other values, the __interrupt__ key has been added.

    For example (and see the linked PR for more context):

    # old behavior
    print(graph.invoke(input={"prompts": ["a", "b"]}, config=thread_config, stream_mode="values"))
    #> {'prompts': ['a', 'b'], 'human_inputs': []}
    new behavior
    print(graph.invoke(input={"prompts": ["a", "b"]}, config=thread_config, stream_mode="values"))
    """
    {
    "prompts": ["a", "b"],
    "human_inputs": [],
    "interrupt": [
    Interrupt(
    value="a",
    resumable=True,
    ns=["child_graph:38d43a18-a5e7-8ab2-ca83-9d80f6e9ca83"]
    ),
    Interrupt(
    value="b",
    resumable=True,
    ns=["child_graph:dad810e8-738e-9f90-41cd-30c0091eb79b"]
    )
    ]
    }
    """

Commits
  • 9ffa637 feat(sdk-js): add onLangChainEvent and onDebugEvent to useStream (#4453)
  • 4d1e5ab feat(sdk-js): pass the client instead of apiKey/apiUrl (#4452)
  • c0d6524 release: v0.4.0 (#4447)
  • 8ad5331 feat(sdk-js): add onLangChainEvent and onDebugEvent to useStream
  • cc62a9f feat(sdk-js): pass the client instead of apiKey/apiUrl
  • b7482a6 fix(docs): Studio troubleshooting docs (#4449)
  • d4df2bd fix(docs): Studio troubleshooting docs
  • 6250b36 version bumps and locks
  • 062253f Add examples of configurable headers (#4445)
  • fc0d083 langgraph: fix bug + add test for multi resume (#4444)
  • Additional commits viewable in compare view

Updates boto3 to 1.38.5

Commits
  • 68c66a7 Merge branch 'release-1.38.5'
  • 6c0fe03 Bumping version to 1.38.5
  • 4356228 Add changelog entries from botocore
  • 83eed03 Merge branch 'release-1.38.4'
  • 96b492e Merge branch 'release-1.38.4' into develop
  • 7f0c87f Bumping version to 1.38.4
  • 4e217cd Add changelog entries from botocore
  • 797a768 Merge pull request #4518 from boto/dependabot/github_actions/actions/setup-py...
  • 501196e Bump actions/setup-python from 5.5.0 to 5.6.0
  • 3c9d6d4 Update error-handling.rst (#4517)
  • Additional commits viewable in compare view

Updates tencentcloud-sdk-python to 3.0.1371

Changelog

Sourced from tencentcloud-sdk-python's changelog.

Release 3.0.1371

商业智能分析 BI(bi) 版本:2022-01-05

第 25 次发布

发布时间:2025-04-30 01:08:57

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

改善已有的文档。

修改接口:

云游戏(gs) 版本:2019-11-18

第 31 次发布

发布时间:2025-04-30 01:18:31

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

改善已有的文档。

修改接口:

修改数据结构:

... (truncated)

Commits

Updates dashscope to 1.23.2

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 [langchain-community](https://github.com/langchain-ai/langchain), [langgraph](https://github.com/langchain-ai/langgraph), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python) and [dashscope](https://dashscope.aliyun.com/) to permit the latest version.

Updates `langchain-community` to 0.3.23
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.3.22...langchain==0.3.23)

Updates `langgraph` to 0.4.0
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@0.3.34...0.4.0)

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

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

Updates `dashscope` to 1.23.2

---
updated-dependencies:
- dependency-name: langchain-community
  dependency-version: 0.3.23
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langgraph
  dependency-version: 0.4.0
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.38.5
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: tencentcloud-sdk-python
  dependency-version: 3.0.1371
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: dashscope
  dependency-version: 1.23.2
  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 Apr 30, 2025
Copy link

f2c-ci-robot bot commented Apr 30, 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.

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/test-infra repository.

Copy link

f2c-ci-robot bot commented Apr 30, 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.

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 7be1173 into v2 Apr 30, 2025
1 of 4 checks passed
@liuruibin liuruibin deleted the dependabot/pip/v2/python-dependencies-da3d1b061c branch April 30, 2025 03:26
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