Skip to content

chore(deps): bump the minor-and-patch group in /libs/checkpoint-conformance with 3 updates#2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/libs/checkpoint-conformance/minor-and-patch-4f3cb4546f
Open

chore(deps): bump the minor-and-patch group in /libs/checkpoint-conformance with 3 updates#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/libs/checkpoint-conformance/minor-and-patch-4f3cb4546f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group in /libs/checkpoint-conformance with 3 updates: ruff, ty and langchain-core.

Updates ruff from 0.15.20 to 0.15.22

Release notes

Sourced from ruff's releases.

0.15.22

Release Notes

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

Install ruff 0.15.22

Install prebuilt binaries via shell script

</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.22

Released on 2026-07-16.

Preview features

  • [pycodestyle] Add an autofix for E402 (#22212)
  • [refurb] Allow subclassing builtins in stub files (FURB189) (#26812)
  • [ruff] Add rule to replace noqa comments with ruff:ignore (RUF105) (#26423)
  • [ruff] Add rule to use human-readable names in ruff:ignore comments (RUF106) (#26682)
  • [ruff] Add rule to use human-readable names in configuration selectors (RUF201) (#26772)

Bug fixes

  • [flake8-pyi] Fix false positive in __all__ (PYI053) (#26872)

Rule changes

  • [pylint] Ignore mutable type updates in redefined-loop-name (PLW2901) (#25733)

Performance

  • Avoid redundant lexer token bookkeeping (#26765)
  • Avoid redundant pending-indentation writes (#26774)
  • Avoid unnecessary identifier lookahead (#26525)
  • Reuse parser scratch buffers (#26798)

Documentation

  • Document argfile support (#26803)
  • [flake8-datetimez] Clarify naming guidance for datetime.today (DTZ002) (#26658)
  • [pycodestyle] Document E731 fix safety (#26847)
  • [ruff] Clarify intentional async contexts for unused-async (RUF029) (#26641)

Contributors

0.15.21

Released on 2026-07-09.

Preview features

... (truncated)

Commits

Updates ty from 0.0.55 to 0.0.60

Release notes

Sourced from ty's releases.

0.0.60

Release Notes

Released on 2026-07-15.

Bug fixes

  • Expand transparent callable workaround with overloads and Awaitable[T] (#26761)
  • Separate type-mapping caches by transformation mode (#26857)
  • Avoid recursive protocol union redundancy checks (#26689)
  • Handle recursive protocols in redundant-cast checks (#26708)

LSP server

  • Prevent type that is written with a code span from being incorrectly re-wrapped during docstring Markdown rendering (#26723)

Library support

  • Pydantic: Support populate_by_name and custom initializers (#26764)
  • Pydantic: Warn about immediately discarded extra arguments (#26762)

Diagnostics

  • Narrow TypeGuard keyword arguments and remove invalid-type-guard-call (#26809)
  • Support own-line suppression comments (#26785)

Core type checking

  • Derive descriptor setter domains for protocols (#26683)
  • Handle cycles in derived constraint relations (#26814)
  • Implement unified generic call inference (#26141)
  • Preserve constraints from bound receivers (#26776)
  • Project exact-length narrowing through TypeVars (#26852)
  • Resolve PEP 695 aliases in type[...] annotations (#26842)
  • Retain sequence pattern narrowing in successful match cases (#26807)
  • Support class and static protocol methods (#26574)
  • Support class objects satisfying instance-method protocols (#26789)
  • Support type[Protocol] (#26649)
  • Sync vendored typeshed stubs (#26840). Typeshed diff
  • Treat transparent callable decorators consistently in class assignments (#26720)

Performance

  • Compare overloaded protocol method returns pairwise (#26684)
  • Extend PathBounds fast-path to support both upper and lower bounds (#26782)
  • Skip Self type scans for non-generic instances (#26703)

Contributors

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.60

Released on 2026-07-15.

Bug fixes

  • Expand transparent callable workaround with overloads and Awaitable[T] (#26761)
  • Separate type-mapping caches by transformation mode (#26857)
  • Avoid recursive protocol union redundancy checks (#26689)
  • Handle recursive protocols in redundant-cast checks (#26708)

LSP server

  • Prevent type that is written with a code span from being incorrectly re-wrapped during docstring Markdown rendering (#26723)

Library support

  • Pydantic: Support populate_by_name and custom initializers (#26764)
  • Pydantic: Warn about immediately discarded extra arguments (#26762)

Diagnostics

  • Narrow TypeGuard keyword arguments and remove invalid-type-guard-call (#26809)
  • Support own-line suppression comments (#26785)

Core type checking

  • Derive descriptor setter domains for protocols (#26683)
  • Handle cycles in derived constraint relations (#26814)
  • Implement unified generic call inference (#26141)
  • Preserve constraints from bound receivers (#26776)
  • Project exact-length narrowing through TypeVars (#26852)
  • Resolve PEP 695 aliases in type[...] annotations (#26842)
  • Retain sequence pattern narrowing in successful match cases (#26807)
  • Support class and static protocol methods (#26574)
  • Support class objects satisfying instance-method protocols (#26789)
  • Support type[Protocol] (#26649)
  • Sync vendored typeshed stubs (#26840). Typeshed diff
  • Treat transparent callable decorators consistently in class assignments (#26720)

Performance

  • Compare overloaded protocol method returns pairwise (#26684)
  • Extend PathBounds fast-path to support both upper and lower bounds (#26782)
  • Skip Self type scans for non-generic instances (#26703)

Contributors

... (truncated)

Commits

Updates langchain-core from 1.4.8 to 1.4.9

Release notes

Sourced from langchain-core's releases.

langchain-core==1.4.9

Changes since langchain-core==1.4.8

release(core): 1.4.9 (#38728) fix(core): improve langsmith loader error messages (#35648) fix(core): output parser bugs in xml.py and pydantic.py (#35641) style(core): fix some ruff preview rules (#38656) fix(core): avoid dict shadowing in language models (#38480) fix(core): _parse_google_docstring mishandling continuation lines with colons (#35680) fix(core): add messages to bare raise ValueError calls (#38158) fix(core): use asyncio.get_running_loop() in async contexts (#38157) chore: bump langsmith from 0.8.0 to 0.8.18 in /libs/core (#38319) chore: bump jupyterlab from 4.5.7 to 4.5.9 in /libs/core (#38326) chore: bump vcrpy from 8.1.1 to 8.2.1 in /libs/core (#38327)

Commits
  • 1c3a418 release(core): 1.4.9 (#38728)
  • 1619f3d chore(standard-tests): fix some typings detected by ty (#38707)
  • a6f0369 chore(qdrant): bump fastembed to latest (#38726)
  • fca0a97 fix(langchain): propagate interrupts through ToolRetryMiddleware (#38722)
  • 874bada chore(model-profiles): refresh model profile data (#38712)
  • 6e51a7e chore(model-profiles): refresh model profile data (#38699)
  • 2d8100c fix(langchain-classic): fix Chain.save() regression from dict-to-`model_dum...
  • b08c391 test(openai): skip Codex VCR tests before cassette setup (#38690)
  • 83386b5 chore(model-profiles): refresh model profile data (#38689)
  • 701cc0e test(deps): Include Python 3.14 in integration test matrix (#34993)
  • Additional commits viewable in compare view

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

Bumps the minor-and-patch group in /libs/checkpoint-conformance with 3 updates: [ruff](https://github.com/astral-sh/ruff), [ty](https://github.com/astral-sh/ty) and [langchain-core](https://github.com/langchain-ai/langchain).


Updates `ruff` from 0.15.20 to 0.15.22
- [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.20...0.15.22)

Updates `ty` from 0.0.55 to 0.0.60
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.55...0.0.60)

Updates `langchain-core` from 1.4.8 to 1.4.9
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.4.8...langchain-core==1.4.9)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: ty
  dependency-version: 0.0.60
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: langchain-core
  dependency-version: 1.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 17, 2026
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants