build(deps): bump the python-dependencies group with 10 updates#3095
Merged
build(deps): bump the python-dependencies group with 10 updates#3095
Conversation
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>
|
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. DetailsInstructions 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. |
|
[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. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
psycopgto 3.2.9Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
dfce629chore: bump psycopg package version to 3.2.94e97cefMerge branch 'fix-1088' into maint-3.2c182002docs: mention fix in version 3.2.91619579Revert "ci: install win32 libpq from conda force"19a6e3dchore: bump psycopg package version to 3.2.9.dev15b0a5c0chore: bump psycopg package version to 3.2.8d5ff770ci: make sure versions are strings, not floatsb5ba0d9chore: add funding link to project metadata1e6dfd1fix(c): fix building on 32 bit with libpq 188b9e4bfchore(binary): bump OpenSSL to 3.5.0Updates
langchain-openaito 0.3.17Release notes
Sourced from langchain-openai's releases.
Commits
8b145d5openai: release 0.3.17 (#31246)d4f77a8build(deps): bump actions/setup-python from 3 to 5 (#31234)71b7176build(deps): bump actions/setup-node from 3 to 4 (#31237)921573ecore: Add ruff rules SLF (#30666)d8a7edabuild(deps): bump astral-sh/setup-uv from 5 to 6 (#31235)8af0dc5docs: Update langchain-anthropic version for tutorial with web search tool (#...7263011perf[core]: remove unnecessary model validators (#31238)1523602packaging[core]: bump min pydantic version (#31239)367566bdocs: fix notebook (#31233)29bfbc0infra: Dependabot configuration to update actions in workflow (#31026)Updates
langchain-anthropicto 0.3.13Release notes
Sourced from langchain-anthropic's releases.
Commits
2d202f9anthropic[patch]: split test into two (#31167)d4555acanthropic: release 0.3.13 (#31162)e34f9fdanthropic: update streaming usage metadata (#31158)6c3901fChange banner (#31159)682f338anthropic[patch]: support web search (#31157)d7e016chuggingface: release 0.2 (#31153)4b11cbehuggingface[patch]: update lockfile (#31152)b5b90b5anthropic[patch]: be robust to null fields when translating usage metadata (#...f70b263core: release 0.3.59 (#31150)bb69d4cdocs: specify js support for tavily (#31149)Updates
langchain-communityto 0.3.24Commits
b8c454blangchain: release 0.3.24 (#30959)a43df00Support of openai reasoning summary streaming (#30909)0f6fa34Community: Valyu Integration docs (#30926)e8a84b0Community: Adding tool calling and some new parameters to the langchain-predi...8574442core[patch]: release 0.3.55 (#30952)920d504fireworks[patch]: update model in LLM integration tests (#30951)1f30545community: fix cost calculations for 4.1 and o4 in OpenAI callback (#30899)589bc19anthropic[patch]: make description optional on AnthropicTool (#30935)27296bdcore: Make Graph.Node.data optional (#30943)0e9d0dbdocs: dynamic copyright year in API ref (#30944)Updates
langgraphto 0.4.5Release notes
Sourced from langgraph's releases.
Commits
6fb2a93langgraph: release 0.4.5 (#4709)3f8944ccheckpoint: release 2.0.26 (#4708)e79f3ceImprove how we match cached writes for async imperative tasks (#4691)a64414clanggraph: release 0.4.4 (#4704)c9d85a2langgraph: fix drawing graph with root channel (#4695)9832433Missing space in langgraph_server.md (#4697)3a1c02fupdate for consistency5ab2aa7lint againc33e64duse list4ffae60lint + updateUpdates
boto3to 1.38.16Commits
d9c2319Merge branch 'release-1.38.16'8118005Bumping version to 1.38.164c5638cAdd changelog entries from botocore10c9725Merge branch 'release-1.38.15'4141931Merge branch 'release-1.38.15' into develop396ce9eBumping version to 1.38.154f547cdAdd changelog entries from botocore8b182f2Merge branch 'release-1.38.14'2a72c16Merge branch 'release-1.38.14' into develop9ea9296Bumping version to 1.38.14Updates
tencentcloud-sdk-pythonto 3.0.1379Changelog
Sourced from tencentcloud-sdk-python's changelog.
... (truncated)
Commits
7d2fb79release 3.0.1379d185611release 3.0.1378c328c36release 3.0.1377eeb43fbrelease 3.0.137668a3763release 3.0.1375Updates
dashscopeto 1.23.3Updates
django-celery-beatto 2.8.1Release notes
Sourced from django-celery-beat's releases.
Changelog
Sourced from django-celery-beat's changelog.
... (truncated)
Commits
2a20e5aBump version: 2.8.0 → 2.8.11466580added changelog entry for v2.8.13728f7aimprove copyright5bebe6bremove flake8plus from make file as not needed anymore62ba138use django 5.2 stable version in ci942154f[pre-commit.ci] pre-commit autoupdate (#889)d78ba7aMake list (#883)e645262Consider server timezone on _get_timezone_offset instead of django's settings...0c5b652[pre-commit.ci] pre-commit autoupdate (#884)87c0597Refactor / all_as_schedule crontab query optimization (#879)Updates
pypdfto 5.5.0Release notes
Sourced from pypdf's releases.
Changelog
Sourced from pypdf's changelog.
... (truncated)
Commits
be7c870REL: 5.5.05b2ec0fROB: Deal with insufficient cm matrix during text extraction (#3283)34d098cBUG: Add missing named destinations being ByteStringObjects (#3282)487a9cbROB: Allow merging when annotations miss D entry (#3281)24b3a8fROB: Fix merging documents if there are no Dests (#3280)e314629ROB: Fix crash on malformed action in outline (#3278)c1f22eeMAINT: Tweak comments (#3277)c42e3d8STY: Simplify warnings & debugging in layout mode text extraction (#3271)8f7a258STY: Standardize mypy assert statements (#3276)00dcb50STY: Use list comprehension (#3275)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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