Skip to content

build(deps): bump the python-dependencies group with 10 updates#3095

Merged
liuruibin merged 1 commit intov2from
dependabot/pip/v2/python-dependencies-38ce84b7b4
May 16, 2025
Merged

build(deps): bump the python-dependencies group with 10 updates#3095
liuruibin merged 1 commit intov2from
dependabot/pip/v2/python-dependencies-38ce84b7b4

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on psycopg, langchain-openai, langchain-anthropic, langchain-community, langgraph, boto3, tencentcloud-sdk-python, dashscope, django-celery-beat and pypdf to permit the latest version.
Updates psycopg to 3.2.9

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

Psycopg 3.2.9 ^^^^^^^^^^^^^

  • Revert the libpq included in the binary packages from conda forge to vcpkg because GSS connection crashes (:ticket:[#1088](https://github.com/psycopg/psycopg/issues/1088)).

Psycopg 3.2.8 ^^^^^^^^^^^^^

  • Fix DateFromTicks and TimeFromTicks return values to return a date and a time referred to the UTC timezone rather than to the local timezone. For consistency, TimestampFromTicks to return a datetime in UTC rather than in the local timezone (:ticket:[#1058](https://github.com/psycopg/psycopg/issues/1058)).
  • Fix ~Cursor.rownumber after using ~AsyncServerCursor.scroll() on AsyncServerCursor (:ticket:[#1066](https://github.com/psycopg/psycopg/issues/1066)).
  • Fix interval parsing with days or other parts and negative time in C module (:ticket:[#1071](https://github.com/psycopg/psycopg/issues/1071)).
  • Don't process further connection attempts after Ctrl-C (:ticket:[#1077](https://github.com/psycopg/psycopg/issues/1077)).
  • Fix cursors to correctly iterate over rows even if their row factory returns None (:ticket:[#1073](https://github.com/psycopg/psycopg/issues/1073)).
  • Fix ConnectionInfo.port when the port is specified as an empty string (:ticket:[#1078](https://github.com/psycopg/psycopg/issues/1078)).
  • Report all the attempts error messages in the exception raised for a connection failure (:ticket:[#1069](https://github.com/psycopg/psycopg/issues/1069)).
  • Improve logging on connection (:ticket:[#1085](https://github.com/psycopg/psycopg/issues/1085)).
  • Add support for PostgreSQL 18 libpq (:ticket:[#1082](https://github.com/psycopg/psycopg/issues/1082)).

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 ^^^^^^^^^^^^^

... (truncated)

Commits
  • dfce629 chore: bump psycopg package version to 3.2.9
  • 4e97cef Merge branch 'fix-1088' into maint-3.2
  • c182002 docs: mention fix in version 3.2.9
  • 1619579 Revert "ci: install win32 libpq from conda force"
  • 19a6e3d chore: bump psycopg package version to 3.2.9.dev1
  • 5b0a5c0 chore: bump psycopg package version to 3.2.8
  • d5ff770 ci: make sure versions are strings, not floats
  • b5ba0d9 chore: add funding link to project metadata
  • 1e6dfd1 fix(c): fix building on 32 bit with libpq 18
  • 8b9e4bf chore(binary): bump OpenSSL to 3.5.0
  • Additional commits viewable in compare view

Updates langchain-openai to 0.3.17

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.17

Changes since langchain-openai==0.3.16

openai: release 0.3.17 (#31246) openai: support runtime kwargs in embeddings (#31195) openai: ignore function_calls if tool_calls are present (#31198) partners: (langchain-openai) total_tokens should not add 'Nonetype' t… (#31146) Replace deprecated .dict() with .model_dump() for Pydantic v2 compatibility (#31107)

Commits

Updates langchain-anthropic to 0.3.13

Release notes

Sourced from langchain-anthropic's releases.

langchain-anthropic==0.3.13

Changes since langchain-anthropic==0.3.12

anthropic[patch]: split test into two (#31167) anthropic: release 0.3.13 (#31162) anthropic: update streaming usage metadata (#31158) anthropic[patch]: support web search (#31157) anthropic[patch]: be robust to null fields when translating usage metadata (#31151) anthropic: Allow kwargs to pass through when counting tokens (#31082) packaging: remove Python upper bound for langchain and co libs (#31025) anthropic[patch]: make description optional on AnthropicTool (#30935) partners: ChatAnthropic supports urls (#30809)

Commits

Updates langchain-community to 0.3.24

Commits
  • b8c454b langchain: release 0.3.24 (#30959)
  • a43df00 Support of openai reasoning summary streaming (#30909)
  • 0f6fa34 Community: Valyu Integration docs (#30926)
  • e8a84b0 Community: Adding tool calling and some new parameters to the langchain-predi...
  • 8574442 core[patch]: release 0.3.55 (#30952)
  • 920d504 fireworks[patch]: update model in LLM integration tests (#30951)
  • 1f30545 community: fix cost calculations for 4.1 and o4 in OpenAI callback (#30899)
  • 589bc19 anthropic[patch]: make description optional on AnthropicTool (#30935)
  • 27296bd core: Make Graph.Node.data optional (#30943)
  • 0e9d0db docs: dynamic copyright year in API ref (#30944)
  • Additional commits viewable in compare view

Updates langgraph to 0.4.5

Release notes

Sourced from langgraph's releases.

0.4.5

Changes since 0.4.4

  • langgraph: release 0.4.5 (#4709)
  • Improve how we match cached writes for async imperative tasks (#4691)
  • Lint
  • Improve how we match cached writes for async imperative tasks
Commits

Updates boto3 to 1.38.16

Commits
  • d9c2319 Merge branch 'release-1.38.16'
  • 8118005 Bumping version to 1.38.16
  • 4c5638c Add changelog entries from botocore
  • 10c9725 Merge branch 'release-1.38.15'
  • 4141931 Merge branch 'release-1.38.15' into develop
  • 396ce9e Bumping version to 1.38.15
  • 4f547cd Add changelog entries from botocore
  • 8b182f2 Merge branch 'release-1.38.14'
  • 2a72c16 Merge branch 'release-1.38.14' into develop
  • 9ea9296 Bumping version to 1.38.14
  • Additional commits viewable in compare view

Updates tencentcloud-sdk-python to 3.0.1379

Changelog

Sourced from tencentcloud-sdk-python's changelog.

Release 3.0.1379

负载均衡(clb) 版本:2018-03-17

第 129 次发布

发布时间:2025-05-15 01:18:56

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

改善已有的文档。

修改接口:

数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27

第 44 次发布

发布时间:2025-05-15 01:26:19

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

改善已有的文档。

新增接口:

数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16

DNSPod(dnspod) 版本:2021-03-23

第 41 次发布

发布时间:2025-05-15 01:28:39

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

... (truncated)

Commits

Updates dashscope to 1.23.3

Updates django-celery-beat to 2.8.1

Release notes

Sourced from django-celery-beat's releases.

v2.8.1

What's Changed

New Contributors

Full Changelog: celery/django-celery-beat@v2.8.0...v2.8.1

Changelog

Sourced from django-celery-beat's changelog.

2.8.1

:release-date: 2025-05-13 :release-by: Asif Saif Uddin (@​auvipy)

  • Fixed regression by big code refactoring.

.. _version-2.8.0:

2.8.0

:release-date: 2025-04-16 :release-by: Asif Saif Uddin (@​auvipy)

  • Add official support for Django 5.2.
  • Issue 796: remove days of the week from human readable description when the whole week is specified.
  • fix 'exipres', 'expire_seconds' not working normal as expected.
  • fix long period task will never be triggered (#717).
  • Fix for missing periodic task name in results (#812).
  • refactor(db-scheduler): optimize all_as_schedule query (#835).
  • feat(admin): add task field to search_fields.
  • Fix the time calculation problem caused by start_time (#844).
  • Added Python 3.13 support.

.. _version-2.7.0:

2.7.0

:release-date: 2024-08-21 :release-by: Christian Clauss (@​cclauss)

Added


- Add official support for Django 5.1 (:github_pr:`761`)
- Relax Django upper version to allow version 5.1 (:github_pr:`756`)
- Add ``PeriodicTaskInline`` to the schedule admin to showing tasks using the schedule (:github_pr:`743`)

Fixed

  • Fix display of long name day of week in admin (:github_pr:745)
  • Fix a few French translations (:github_pr:760)
  • Fix documentation about timezone changes (:github_pr:769)
  • Remove usages of deprecated setuptools API setuptools.command.test (:github_pr:771)
  • Clean up running of setup.py as it's deprecated (:github_pr:737)

Project infrastructure

... (truncated)

Commits
  • 2a20e5a Bump version: 2.8.0 → 2.8.1
  • 1466580 added changelog entry for v2.8.1
  • 3728f7a improve copyright
  • 5bebe6b remove flake8plus from make file as not needed anymore
  • 62ba138 use django 5.2 stable version in ci
  • 942154f [pre-commit.ci] pre-commit autoupdate (#889)
  • d78ba7a Make list (#883)
  • e645262 Consider server timezone on _get_timezone_offset instead of django's settings...
  • 0c5b652 [pre-commit.ci] pre-commit autoupdate (#884)
  • 87c0597 Refactor / all_as_schedule crontab query optimization (#879)
  • Additional commits viewable in compare view

Updates pypdf to 5.5.0

Release notes

Sourced from pypdf's releases.

Version 5.5.0, 2025-05-11

What's new

New Features (ENH)

Bug Fixes (BUG)

Robustness (ROB)

Developer Experience (DEV)

Maintenance (MAINT)

  • Conform ASCIIHexDecode implementation to specification (#3274) by @​j-t-1
  • Modify comments of filters that do not use decode_parms (#3260) by @​j-t-1

Code Style (STY)

Full Changelog

Changelog

Sourced from pypdf's changelog.

Version 5.5.0, 2025-05-11

New Features (ENH)

  • Add support for IndirectObject.iter (#3228)
  • Allow filtering by font when removing text (#3216)

Bug Fixes (BUG)

  • Add missing named destinations being ByteStringObjects (#3282)
  • Get font information more reliably when removing text (#3252)
  • T* 2D Translation consistent with PDF 1.7 Spec (#3250)
  • Add font stack to q/Q operations in layout mode (#3225)
  • Avoid completely hiding image loading issues like exceeding image size limits (#3221)
  • Using compress_identical_objects on transformed content duplicates differing content (#3197)
  • Consider BlackIs1 parameter for CCITTFaxDecode filter (#3196)

Robustness (ROB)

  • Deal with insufficient cm matrix during text extraction (#3283)
  • Allow merging when annotations miss D entry (#3281)
  • Fix merging documents if there are no Dests (#3280)
  • Fix crash on malformed action in outline (#3278)
  • Fix compression issues for removed images which might be None (#3246)
  • Attempt to deal with non-rectangular FlateDecode streams (#3245)
  • Handle some None values for broken PDF files (#3230)

Developer Experience (DEV)

  • Multiple style improvements
  • Update ruff to 0.11.0

Maintenance (MAINT)

  • Conform ASCIIHexDecode implementation to specification (#3274)
  • Modify comments of filters that do not use decode_parms (#3260)

Code Style (STY)

  • Simplify warnings & debugging in layout mode text extraction (#3271)
  • Standardize mypy assert statements (#3276)

Full Changelog

Version 5.4.0, 2025-03-16

New Features (ENH)

  • Add support for IndirectObject.__contains__ (#3155)

Bug Fixes (BUG)

  • Fix detection of inline images followed by names or numbers (#3173)

Robustness (ROB)

  • Consider root objects without catalog type as fallback (#3175)
  • Raise proper error on infinite loop when reading objects (#3169)

... (truncated)

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-anthropic](https://github.com/langchain-ai/langchain), [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), [dashscope](https://dashscope.aliyun.com/), [django-celery-beat](https://github.com/celery/django-celery-beat) and [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version.

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

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

Updates `langchain-anthropic` to 0.3.13
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-anthropic==0.3.12...langchain-anthropic==0.3.13)

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

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

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

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

Updates `dashscope` to 1.23.3

Updates `django-celery-beat` to 2.8.1
- [Release notes](https://github.com/celery/django-celery-beat/releases)
- [Changelog](https://github.com/celery/django-celery-beat/blob/main/Changelog)
- [Commits](celery/django-celery-beat@v2.8.0...v2.8.1)

Updates `pypdf` to 5.5.0
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@5.4.0...5.5.0)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-version: 3.2.9
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.17
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-anthropic
  dependency-version: 0.3.13
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langchain-community
  dependency-version: 0.3.24
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: langgraph
  dependency-version: 0.4.5
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: boto3
  dependency-version: 1.38.16
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: tencentcloud-sdk-python
  dependency-version: 3.0.1379
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: dashscope
  dependency-version: 1.23.3
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: django-celery-beat
  dependency-version: 2.8.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pypdf
  dependency-version: 5.5.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 15, 2025
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented May 15, 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/test-infra repository.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented May 15, 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 e56a048 into v2 May 16, 2025
1 of 4 checks passed
@liuruibin liuruibin deleted the dependabot/pip/v2/python-dependencies-38ce84b7b4 branch May 16, 2025 02:24
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