Skip to content

build(deps): bump the python-dependencies group with 7 updates #3036

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
May 5, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on psycopg, langchain-openai, langchain-google-genai, langgraph, boto3, tencentcloud-sdk-python and xinference-client to permit the latest version.
Updates psycopg to 3.2.7

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Drop support for Python 3.8.

Psycopg 3.2.7 ^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).
  • Add support for binary hstore (:ticket:[#1030](https://github.com/psycopg/psycopg/issues/1030)).

Psycopg 3.2.6 ^^^^^^^^^^^^^

  • Fix connection semantic when using target_session_attrs=prefer-standby (:ticket:[#1021](https://github.com/psycopg/psycopg/issues/1021)).

Psycopg 3.2.5 ^^^^^^^^^^^^^

  • 3x faster UUID loading thanks to C implementation (:tickets:[#447](https://github.com/psycopg/psycopg/issues/447), [#998](https://github.com/psycopg/psycopg/issues/998)).

Psycopg 3.2.4 ^^^^^^^^^^^^^

  • Don't lose notifies received whilst the ~Connection.notifies() iterator is not running (:ticket:[#962](https://github.com/psycopg/psycopg/issues/962)).
  • Make sure that the notifies callback is called during the use of the ~Connection.notifies() generator (:ticket:[#972](https://github.com/psycopg/psycopg/issues/972)).
  • Raise the correct error returned by the database (such as !AdminShutdown or !IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection (:ticket:[#988](https://github.com/psycopg/psycopg/issues/988)).
  • Build macOS dependencies from sources instead using the Homebrew versions

... (truncated)

Commits
  • a6a6317 Merge pull request #1052 from psycopg/connection-log
  • 62cd04d chore: add connection debugging log in the C extension too
  • 55965e7 chore: add debug logging at connection time
  • 9266dc2 fix: guard from unexpected connection status on repr
  • cd7145b chore: bump psycopg package version to 3.2.7
  • 9e64699 feat: implement binary hstore protocol
  • 9d4142e test(pool): verify the overriding of close() to act as putconn()
  • 04630eb test(crdb): add test reproducing failure with prepared create statement
  • f046b7f ci(crdb): pull stable crdb images from crdb docker repository
  • 5d7b377 style: define a symbolic const for null values in array
  • Additional commits viewable in compare view

Updates langchain-openai to 0.3.15

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.15

Changes since langchain-openai==0.3.14

openai[patch]: release 0.3.15 (#31087) packaging: remove Python upper bound for langchain and co libs (#31025) langchain_openai: clean duplicate code for openai embedding. (#30872) docs: document OpenAI flex processing (#31023) openai[patch]: add explicit attribute for service tier (#31005) openai[patch]: delete redundant tests (#31004) openai: fix streaming reasoning without summaries (#30999) core, standard-tests: support PDF and audio input in Chat Completions format (#30979) core, openai: support standard multi-modal blocks in convert_to_openai_messages (#30968) openai[patch]: remove xfails from image token counting tests (#30963) Support of openai reasoning summary streaming (#30909) partners/openai: OpenAIEmbeddings not respecting chunk_size argument (#30757)

Commits
  • 6110c3f openai[patch]: release 0.3.15 (#31087)
  • da59eb7 anthropic: Allow kwargs to pass through when counting tokens (#31082)
  • 918c950 DOCS: partners/chroma: Fix documentation around chroma query filter synta...
  • ed7cd3c docs: Fixing typo: "chocalate" -> "chocolate". (#31078)
  • 952a0b7 Docs: Fix SAP HANA Cloud docs - remove pip output, update vectorstore link, r...
  • 0b8e986 docs: update LiteLLM integration docs for router migration to langchain-litel...
  • 275ba2e Add Compass Labs toolkits to langchain docs (#30794)
  • bdb7c4a huggingface: fix embeddings return type (#31072)
  • 868f07f partners: (langchain-huggingface) Chat Models - Integrate Hugging Face Infere...
  • 3072e46 community: move to separate repo (continued) (#31069)
  • Additional commits viewable in compare view

Updates langchain-google-genai to 2.1.4

Release notes

Sourced from langchain-google-genai's releases.

libs/genai/v2.1.4

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-google@libs/vertexai/v2.0.21...libs/genai/v2.1.4

Commits
  • 1168453 release 2.1.4 (#897)
  • ab5ce41 fix(genai): Fix nested array schema conversion for function calling (#882)
  • e47f25f vertexai: add frequency_penalty and presence_penalty (#889)
  • 2e256a7 [genai|vertexai|community]: Adding Vertex Tool Context into client info (#875)
  • 0395c17 fix: Trace model name without models/ prefix (#896)
  • 699a2d0 genai: Added thinking_budget support to ChatGoogleGenerativeAI. (#884)
  • 328daaa genai, vertexai[patch]: support model_kwargs (#891)
  • 64bb6f7 genai: fix issue where newlines were stripped during streaming (#894)
  • aa25c69 vertexai: Fix global region endpoint for ChatVertexAI (#867)
  • d8c860f added model name to client-info (#885)
  • Additional commits viewable in compare view

Updates langgraph to 0.4.1

Release notes

Sourced from langgraph's releases.

0.4.1

langgraph 0.4.1

Summary of Changes

  • Fixed an issue handling END in StateGraph edges to properly terminate graph execution #4458
  • Migrated codebase to exclusively use Pydantic V2, removing support for Pydantic V1 #4448
  • Added ability to merge UI message props using a new merge parameter #4473
  • Changed TAG_NOSTREAM from "langsmith:nostream" to "nostream", maintaining backwards compatibility #4473
  • Improved docstrings and documentation throughout the codebase #4463
  • Fixed UI message metadata handling in push_ui_message #4467

Detailed Changes

langgraph.graph.state.StateGraph

  • Fixed handling of the END constant in get_writes and _control_static functions, ensuring proper graph termination when returning to END #4458

langgraph.graph.ui

  • Added a new merge parameter to push_ui_message function, allowing incremental updates to UI messages #4473
  • Enhanced ui_message_reducer to support merging props from existing messages when the merge flag is set #4473
  • Fixed metadata handling in push_ui_message by removing old metadata merging which could cause unexpected behavior #4467

langgraph.constants

  • Changed TAG_NOSTREAM from "langsmith:nostream" to "nostream" #4473
  • Added TAG_NOSTREAM_ALT with the old value ("langsmith:nostream") for backward compatibility #4473

langgraph.graph.schema_utils

  • Removed support for Pydantic V1 models in SchemaCoercionMapper #4448
  • Simplified type adapters to work exclusively with Pydantic V2 #4448

langgraph.utils.pydantic

  • Completely rewritten to use only Pydantic V2 APIs #4448
  • Added proper caching for model creation with lru_cache for better performance #4448
  • Fixed handling of reserved names and field remapping to avoid collisions with Pydantic internals #4448

langgraph.channels.base.BaseChannel

  • Added docstring to clarify the purpose of this base class #4463
Commits

Updates boto3 to 1.38.6

Commits

Updates tencentcloud-sdk-python to 3.0.1372

Changelog

Sourced from tencentcloud-sdk-python's changelog.

Release 3.0.1372

云服务器(cvm) 版本:2017-03-12

第 151 次发布

发布时间:2025-05-01 01:12:49

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

改善已有的文档。

修改接口:

新增数据结构:

弹性 MapReduce(emr) 版本:2019-01-03

第 99 次发布

发布时间:2025-05-01 01:16:56

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

改善已有的文档。

修改数据结构:

... (truncated)

Commits

Updates xinference-client to 1.5.1

Release notes

Sourced from xinference-client's releases.

v1.5.1

What's new in 1.5.1 (2025-04-30)

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

Enhancements

Others

New Contributors

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

Commits

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 [psycopg](https://github.com/psycopg/psycopg), [langchain-openai](https://github.com/langchain-ai/langchain), [langchain-google-genai](https://github.com/langchain-ai/langchain-google), [langgraph](https://github.com/langchain-ai/langgraph), [boto3](https://github.com/boto/boto3), [tencentcloud-sdk-python](https://github.com/TencentCloud/tencentcloud-sdk-python) and [xinference-client](https://github.com/xorbitsai/inference-client) to permit the latest version.

Updates `psycopg` to 3.2.7
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.6...3.2.7)

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

Updates `langchain-google-genai` to 2.1.4
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v2.1.3...libs/genai/v2.1.4)

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

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

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

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

---
updated-dependencies:
- dependency-name: psycopg
  dependency-version: 3.2.7
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.15
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-google-genai
  dependency-version: 2.1.4
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langgraph
  dependency-version: 0.4.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.38.6
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: tencentcloud-sdk-python
  dependency-version: 3.0.1372
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: xinference-client
  dependency-version: 1.5.1
  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 1, 2025
Copy link

f2c-ci-robot bot commented May 1, 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 May 1, 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 ee2ac78 into v2 May 5, 2025
1 of 4 checks passed
@liuruibin liuruibin deleted the dependabot/pip/v2/python-dependencies-c95334de2a branch May 5, 2025 09:48
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