Bump the python-uv-lock group with 8 updates#754
Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
Open
Bump the python-uv-lock group with 8 updates#754dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic), [langchain-anthropic](https://github.com/langchain-ai/langchain), [langchain-openai](https://github.com/langchain-ai/langchain), [build](https://github.com/pypa/build), [basedpyright](https://github.com/detachhead/basedpyright), [ruff](https://github.com/astral-sh/ruff), [rich](https://github.com/Textualize/rich) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pydantic` from 2.13.1 to 2.13.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.1...v2.13.3) Updates `langchain-anthropic` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-anthropic==1.4.0...langchain-anthropic==1.4.2) Updates `langchain-openai` from 1.1.13 to 1.2.1 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-openai==1.1.13...langchain-openai==1.2.1) Updates `build` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.4.3...1.4.4) Updates `basedpyright` from 1.39.0 to 1.39.3 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](DetachHead/basedpyright@v1.39.0...v1.39.3) Updates `ruff` from 0.15.10 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.10...0.15.12) Updates `rich` from 14.3.3 to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.3.3...v15.0.0) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v61.0.0...v82.0.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: langchain-anthropic dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: langchain-openai dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-uv-lock - dependency-name: build dependency-version: 1.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: basedpyright dependency-version: 1.39.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-uv-lock - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-uv-lock - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: python-uv-lock ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Apr 29, 2026
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 pydantic, langchain-anthropic, langchain-openai, build, basedpyright, ruff, rich and setuptools to permit the latest version.
Updates
pydanticfrom 2.13.1 to 2.13.3Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
9e9a111Fix backported test1ec8c6aPrepare release v2.13.3fb4f204HandleAttributeErrorsubclasses withfrom_attributesca3ddd1Prepare release v2.13.2000e823FixValidationInfo.field_namemissing withmodel_validate_json()Updates
langchain-anthropicfrom 1.4.0 to 1.4.2Release notes
Sourced from langchain-anthropic's releases.
Commits
dfb8a61release(anthropic): 1.4.2 (#37061)7a4594bfix(anthropic): restorecache_controlon non-direct subclasses (#37057)37be34bfix(core): makeremovaloptional inwarn_deprecated(#37056)5790244chore(model-profiles): refresh model profile data (#37051)cd80a80fix(text-splitters): remove invalid and duplicate separators in Kotlin, Rust,...3b9750ffix(text-splitters): remove incorrect C# and Elixir separator keywords (#37037)3b945d0perf(langchain): stop inlining agent state into tool-dispatchSends (#36960)aac258echore(docs): update comment for chatopenai (#37034)83718b1chore(model-profiles): refresh model profile data (#37015)78546e9fix(core): validate batch_size in _batch and _abatch to prevent infinite loop...Updates
langchain-openaifrom 1.1.13 to 1.2.1Release notes
Sourced from langchain-openai's releases.
Commits
87ba30fci(infra): label release jobs, resolve package name in run title (#36998)56d6e89hotfix: bump min core versions (#36996)a70e7abrelease(openai): 1.2.1 (#36995)5a37cd5fix(openai): add gpt-5.5 pro to Responses API check (#36994)c4498ccchore(core): mark stream_v2/astream_v2 as beta (#36992)fa0f0d8release(core): 1.3.2 (#36990)9ce72ebfeat(core): add content-block-centric streaming (v2) (#36834)889a45bci(infra): overlay locallangchain-*installs for external partners (#36989)ffaac42ci(infra): addpytest-xdistto partner test groups (#36988)cc2feb1chore(model-profiles): refresh model profile data (#36982)Updates
buildfrom 1.4.3 to 1.4.4Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
... (truncated)
Commits
70666a2chore: prepare for 1.4.4653d865docs: fix issue with changelog generation (#1050)373b9eetests: keep environment from leaking in Python 3.15 (#1049)e37e2aedocs: reorganize testing docs for copy/paste (#1043)e9c194atests: fix issue with uv run (#1048)03b7d70chore: report coverage failure lines (#1046)2afa3b5fix: revert part of #973 (#1044)b336f60pre-commit: bump repositories (#1045)6d8039afix: ignore installed when running pip (#1040)ebf6ebarevert: drop PEP 660 change (#1039)Updates
basedpyrightfrom 1.39.0 to 1.39.3Commits
5f667271.39.3d8741dfhopefully fix docs deployment jobceb200c1.39.2eb7a92ctry to fix browser-basedpyright being published with nothing in itdec5306update package-lock.json6db43de1.39.1335e486fix failing tests from mergebbe71b6delete newly added github action from upstream that we don't use8f22618update prettierignoreff1f5a4fix compile errors from mergeUpdates
rufffrom 0.15.10 to 0.15.12Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
66f93cfBump 0.15.12 (#24815)476a4d0[ty] Complete support for more detailed diagnostics on possibly unbound error...ed669eaImplement#ruff:file-ignorefile-level suppressions (#23599)e73d952[ty] Include inferred type ininvalid-keyconcise diagnostic for union/inte...80feb29[ty] report only dead annotation-only locals as unused (#24811)0fbf2bcDrop deprecated license classifier (#24808)43b174c[ty] Infer lambda parameter types withCallabletype context (#24317)4f449ae[ty] Add error context for intersection types (#24772)5b4e753[ty] Add support for goto in literal enum member inlay hint (#24792)e7cc762[ty] Add error context for TypedDict assignments (#24790)Updates
richfrom 14.3.3 to 15.0.0Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
6ac483ccorrection458a910Merge pull request #4080 from Textualize/bump150082e06e0changelogd6556bcbump to 15.0.0ffe2edcMerge pull request #4079 from Textualize/inline-table-codecf3b5a1changelog77f0edbremove comments7ef2d05fix inline code in table cells19c67b9Merge pull request #4077 from Textualize/isattry494b795changelogUpdates
setuptoolsto 82.0.1Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
5a13876Bump version: 82.0.0 → 82.0.151ab8f1Avoid using (deprecated) 'json.version' in tests (#5194)f9c37b2Docs/CI: Fix intersphinx references (#5195)8173db2Docs: Fix intersphinx references09bafbcFix past tense on newsfragment461ea56Add news fragmentc4ffe53Avoid using (deprecated) 'json.version' in tests749258bCleanuppkg_resourcesdependencies and configuration (#5175)2019c16Parseext-module.define-macrosfrompyproject.tomlas list of tuples (#5169)b809c86Sync setuptools schema with validate-pyproject (#5157)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 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