Skip to content

Chore(deps): Bump the minor-and-patch group across 1 directory with 12 updates - #175

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/minor-and-patch-95c6f878db
Open

Chore(deps): Bump the minor-and-patch group across 1 directory with 12 updates#175
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/minor-and-patch-95c6f878db

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 12 updates in the / directory:

Package From To
deepagents 0.4.12 0.7.6
pydantic 2.12.5 2.13.4
pydantic-settings 2.14.2 2.15.0
langchain-google-genai 4.2.2 4.3.4
langchain-google-vertexai 3.2.2 3.2.4
langchain-mcp-adapters 0.2.2 0.3.2
langgraph-checkpoint-postgres 3.0.5 3.1.2
psycopg 3.3.3 3.3.4
psycopg2-binary 2.9.11 2.9.12
motor 3.6.0 3.7.1
ruff 0.12.2 0.16.3
pre-commit 4.2.0 4.6.2

Updates deepagents from 0.4.12 to 0.7.6

Release notes

Sourced from deepagents's releases.

deepagents==0.7.6

Bug Fixes

  • Offload conversation history to a distinct session ID when summarizing. (#5470)

Internal maintainers: @​ccurme, @​hntrl, @​imnishitha, @​mdrxy

Released by: @​mdrxy

This commit history includes changes to this package. Commits are listed newest first.

  • 3afad63 release(deepagents): 0.7.6 (#5491)
  • 3f6afba test(sdk): update history-path assertions for session-id naming (#5493)
  • fa55c52 fix(sdk): offload conversation history to distinct session ID when summarizing (#5470)
  • 625d345 docs(sdk): add admonition about async execution with async subagents (#5463)
  • a27208d chore(sdk): update tests following changes to summarization error handling (#5425)
  • a97bdb6 ci(infra): fail on unexpected test warnings (#5346)
  • 889f217 docs(sdk): update deepagents package description (#5379)

deepagents==0.7.5

Bug Fixes

  • Identify SDK provider classes that support files. (#5326)

Internal maintainers: @​ccurme, @​mdrxy

Released by: @​ccurme

This commit history includes changes to this package. Commits are listed newest first.

deepagents==0.7.4

Features

... (truncated)

Commits
  • 3afad63 release(deepagents): 0.7.6 (#5491)
  • 3f6afba test(sdk): update history-path assertions for session-id naming (#5493)
  • 33d323c fix(code): thread session_id through forced-compaction fork (#5492)
  • fa55c52 fix(sdk): offload conversation history to distinct session ID when summarizin...
  • 30f4845 chore(ci): collapse draft instructions into a details toggle (#5490)
  • 31e4941 fix(code): clarify dependency warning prompt (#5489)
  • 625d345 docs(sdk): add admonition about async execution with async subagents (#5463)
  • b28cee4 ci(infra): surface the minimums PR link in the job summary (#5487)
  • 8270dec ci(infra): annotate bump_code_sdk_pin.yml runs when the pin is already curr...
  • f7cd46c ci(infra): backtick package name and tabulate minimums PR body (#5485)
  • Additional commits viewable in compare view

Updates pydantic from 2.12.5 to 2.13.4

Release notes

Sourced from pydantic's releases.

v2.13.4 2026-05-06

v2.13.4 (2026-05-06)

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4

v2.13.3 2026-04-20

v2.13.3 (2026-04-20)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.2...v2.13.3

v2.13.2 2026-04-17

v2.13.2 (2026-04-17)

What's Changed

Fixes

  • Fix ValidationInfo.field_name missing with model_validate_json() by @​Viicos in #13084

Full Changelog: pydantic/pydantic@v2.13.1...v2.13.2

v2.13.1 2026-04-15

v2.13.1 (2026-04-15)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

v2.13.0 2026-04-13

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.13.4 (2026-05-06)

GitHub release

What's Changed

Packaging

Fixes

v2.13.3 (2026-04-20)

GitHub release

What's Changed

Fixes

v2.13.2 (2026-04-17)

GitHub release

What's Changed

Fixes

  • Fix ValidationInfo.field_name missing with model_validate_json() by @​Viicos in #13084

v2.13.1 (2026-04-15)

GitHub release

What's Changed

Fixes

v2.13.0 (2026-04-13)

GitHub release

The highlights of the v2.13 release are available in the blog post.

... (truncated)

Commits
  • cf67d4b Fix linting
  • f0d8a21 Prepare release v2.13.4
  • 5e3fe1d Check for pydantic tag pattern in CI
  • 7f9edcc Document tagging conventions
  • b46a0c9 Adapt pydantic-core linker flags on macOS
  • 50629c8 Update to PyPy 7.3.22
  • 8522ebb Preserve RootModel core metadata
  • a37f3af Adapt MISSING sentinel test to work with unreleased typing_extensions ver...
  • 909259a Remove Logfire example in documentation
  • 2c4174c Bump libc from 0.2.155 to 0.2.185
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.14.2 to 2.15.0

Release notes

Sourced from pydantic-settings's releases.

v2.15.0

Highlights

Behavior changes

  • case_sensitive now applies to init kwargs and config-file sources (#900). InitSettingsSource and the JSON/TOML/YAML config sources previously ignored case_sensitive. Since it defaults to False, case-insensitive matching is now the default for these sources — e.g. Settings(TeSt=...) now populates a test field where it previously did not. Nested keys are still matched case-sensitively.
  • Fields with unresolved forward references now emit a warning (#901). Settings sources can silently fail to resolve such fields; they now raise IncompleteFieldDefinitionWarning telling you to call model_rebuild(). If you have filterwarnings = error configured, this may surface as a new failure.
  • Non-JSON env values for strict fields now raise ValidationError (#926) instead of a less specific error.

New features

  • Show environment variable names in CLI help via cli_show_env_vars=True (#860), so generated --help output doubles as configuration documentation.
  • PYDANTIC_SETTINGS_DEBUG for debugging settings resolution (#906, #913). Set it to a truthy value with DEBUG logging enabled to see each source's contribution in priority order, which source won for each value, and which env_file/secret files were probed, loaded, or skipped — the long-standing "why isn't my .env being picked up?" question.
  • toml_table_header for regular TOML files (#882, #886, #887), letting you root settings at a nested table in any TOML file, not just pyproject.toml.
  • Traversable support for JSON/TOML/YAML file sources (#902), so you can load config packaged inside a distribution — including files inside a zip or wheel — via importlib.resources.files(...) without casting to Path.
  • GCP: project_id can come from an earlier settings source (#878), rather than only from the constructor or GOOGLE_CLOUD_PROJECT.

Bug fixes

  • Fix env vars not loading on Windows with case_sensitive=True (#894). Windows upper-cases os.environ keys, so fields raised Field required instead of picking up their values.
  • Read secret files as UTF-8 instead of the platform locale encoding (#917). On Windows code pages such as cp1252 this silently corrupted non-ASCII secrets.
  • Fix AliasPath on nested model fields not JSON-decoding env values (#898).
  • Fix case-insensitive matching for optional nested models (#905).
  • Fix dotenv extras being wrongly claimed by a complex field sharing a name prefix (#912) — e.g. dbx_token being swallowed by a db: dict field.
  • Fix nested_model_default_partial_update=True corrupting discriminated unions (#876).
  • Fix Secret subclasses crashing when loaded from the environment (#920).
  • Fix enum names not parsing through nested annotations such as Optional[Annotated[MyEnum, ...]] with env_parse_enums=True (#910).
  • An empty yaml_config_section now falls back to defaults instead of raising AttributeError: 'NoneType' object has no attribute 'keys' (#914).
  • NestedSecretsSettingsSource no longer follows symlinks pointing outside secrets_dir (#889).
  • GCP: skip the list_secrets call when case_sensitive=True (#862), lowering the required IAM permissions to just roles/secretmanager.secretAccessor.
  • AWS: types-boto3[secretsmanager] is no longer required at runtime (#880).

Documentation

  • Document JSON parsing of complex env values, plus a comma-separated-values recipe (#919).
  • Recommend an async settings loading pattern (#908).
  • Clarify behavior when an unprefixed value is present in a dotenv file (#895).
  • Clarify environment variable helper descriptions (#867) and fix assorted typos (#904).

What's Changed

... (truncated)

Commits
  • f725ca1 Prepare release 2.15.0 (#930)
  • 28f35c2 Bump the python-packages group with 4 updates (#929)
  • 9056db0 test: move function-local imports to the top of test modules (#927)
  • f077e3a fix: raise ValidationError for non-JSON env values on strict fields (#926)
  • ae25d70 fix: treat Secret subclasses as non-complex fields (#716) (#920)
  • 798dcea Bump the python-packages group with 4 updates (#924)
  • a190041 Bump the github-actions group with 4 updates (#925)
  • 5d93332 Bump the python-packages group with 4 updates (#921)
  • d2fdeda fix: read secret files as UTF-8 instead of the locale encoding (#917)
  • 2256a4e Bump the python-packages group with 3 updates (#915)
  • Additional commits viewable in compare view

Updates langchain-google-genai from 4.2.2 to 4.3.4

Release notes

Sourced from langchain-google-genai's releases.

langchain-google-genai==4.3.4

Changes since libs/genai/v4.3.3

release(genai): 4.3.4 (#1946) chore(model-profiles): refresh model profile data (#1906) chore(genai): update tests for LangSmith gateway (#1944)

langchain-google-genai==4.3.3

Changes since libs/genai/v4.3.2

release(genai): 4.3.3 (#1936) fix: normalize empty AI content for Vertex (#1935) chore: bump types-requests from 2.33.0.20260518 to 2.33.0.20260712 in /libs/genai (#1918) chore: bump cryptography from 48.0.1 to 50.0.0 in /libs/genai (#1925)

langchain-google-genai==4.3.2

Changes since libs/genai/v4.3.1

release(genai): 4.3.2 (#1911) feat(genai): support langsmith gateway through env var (#1907) chore: bump pyasn1 from 0.6.3 to 0.6.4 in /libs/genai (#1901)

langchain-google-genai==4.3.1

Changes since libs/genai/v4.3.0

release(genai): 4.3.1 (#1900) fix(genai): align reasoning effort profiles with Gemini docs (#1899)

langchain-google-genai==4.3.0

Changes since libs/genai/v4.2.7

fix(genai): handle request rules for new Gemini models (#1897) chore(model-profiles): refresh model profile data (#1879) release(genai): 4.3.0 (#1896) feat(genai): add reasoning_effort as a standard chat model parameter (#1895) test(genai): retry flaky structured output streaming tests (#1893) fix(genai): remove default temperature for gemini models (#1882) chore: bump the minor-and-patch group across 1 directory with 6 updates (#1876)

langchain-google-genai==4.2.7

Changes since libs/genai/v4.2.6

release(genai): 4.2.7 (#1881) fix(genai): handle empty items dict in array schema conversion (#1587) chore(model-profiles): refresh model profile data (#1802) chore: bump vcrpy from 8.1.1 to 8.2.1 in /libs/genai (#1857)

langchain-google-genai==4.2.6

Changes since libs/genai/v4.2.5

... (truncated)

Commits
  • da7a42e release(genai): 4.3.4 (#1946)
  • 7b7be53 chore(model-profiles): refresh model profile data (#1906)
  • b276bb5 chore(genai): update tests for LangSmith gateway (#1944)
  • af46f84 release(genai): 4.3.3 (#1936)
  • c638727 fix: normalize empty AI content for Vertex (#1935)
  • 508acdd chore: bump types-requests from 2.33.0.20260518 to 2.33.0.20260712 in /libs/c...
  • 67abfcd chore: bump aiohttp from 3.14.1 to 3.14.3 in /libs/community (#1926)
  • 126c389 chore: bump types-google-cloud-ndb from 2.4.0.20260518 to 2.4.0.20260724 in /...
  • f7952fc chore: bump cryptography from 48.0.1 to 50.0.0 in /libs/vertexai (#1924)
  • 8b014ca chore: bump types-requests from 2.33.0.20260518 to 2.33.0.20260712 in /libs/g...
  • Additional commits viewable in compare view

Updates langchain-google-vertexai from 3.2.2 to 3.2.4

Release notes

Sourced from langchain-google-vertexai's releases.

langchain-google-vertexai==3.2.4

Changes since libs/vertexai/v3.2.3

release(vertexai): 3.2.4 (#1829) chore: bump pyarrow from 22.0.0 to 23.0.1 in /libs/vertexai (#1828) chore(model-profiles): refresh model profile data (#1796) chore(model-profiles): refresh model profile data (#1792) chore: bump idna from 3.11 to 3.15 in /libs/vertexai (#1787) fix(genai, vertexai): reflect per-call model overrides in traces (#1774) chore: bump langchain-core from 1.3.2 to 1.3.3 in /libs/vertexai (#1759) chore(model-profiles): refresh model profile data (#1761) chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/vertexai (#1764) chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/vertexai (#1770) chore(model-profiles): refresh model profile data (#1755) ci(infra): pass --release --extended in release pre-checks (#1739) chore(vertexai): move test-related packages to test group (#1556)

langchain-google-vertexai==3.2.3

Changes since libs/vertexai/v3.2.2

release(vertexai): 3.2.3 (#1735) chore: update mypy requirement from <1.20.0,>=1.18.1 to >=1.18.1,<1.21.0 in /libs/vertexai in the vertexai group (#1667) fix(vertexai): tighten trailing-whitespace strip for Anthropic prefill (#1733) fix(vertexai): restore _format_image_content_block call in anthropic util (#1734) fix(vertexai): filter out null types in schema conversion (#1531) feat(genai,vertexai): validate video metadata offsets before API call (#1719) revert(vertexai): undo accidental WIP pushes to main (#1732) cr cr fix(vertexai): guard empty ToolMessage content in _merge_messages (#1723) test(vertexai): xfail llama-4-maverick maas tests on us-east5 quota (#1731) test(vertexai): revert ci conditional tests (#1730) fix(vertexai): convert modality integers to strings in usage_metadata (#1479) test(vertex): xfail anthropic-on-vertex tests in CI pending sonnet 4.6 access chore(vertexai): silence pytest deprecation noise, fix Blob.from_string (#1729) fix(vertexai): use model-aware max_output_tokens defaults for ChatAnthropicVertex (#1590) test(vertexai): fix model in test_anthropic_files (#1728) test(vertexai): re-enable Anthropic cache integration tests on Sonnet 4.6 (#1727) chore(model-profiles): refresh model profile data (#1724) chore: bump pygments from 2.19.2 to 2.20.0 in /libs/vertexai (#1713) chore: bump min version of langchain-core to 1.3.2 (#1717) chore: bump pytest from 8.4.2 to 9.0.3 in /libs/vertexai (#1697) chore: bump langsmith from 0.6.3 to 0.7.31 in /libs/vertexai (#1701) chore: bump langchain-core from 1.2.22 to 1.2.28 in /libs/vertexai (#1689) chore: bump cryptography from 46.0.6 to 46.0.7 in /libs/vertexai (#1685) chore(model-profiles): refresh model profile data (#1669) chore: bump the uv group across 3 directories with 1 update (#1665) chore: bump the uv group across 3 directories with 1 update (#1661) fix(vertexai): convert v1 reasoning blocks back to thinking format (#1655) chore: bump the uv group across 3 directories with 1 update (#1656)

... (truncated)

Commits
  • 8e006aa release(vertexai): 3.2.4 (#1829)
  • 848df31 chore: bump pyarrow from 22.0.0 to 23.0.1 in /libs/vertexai (#1828)
  • 57ddb64 release(genai): 4.2.4 (#1815)
  • 13f9503 fix(genai): fix tests (#1814)
  • 6b7d88d chore(genai): Update google-genai dependency to support 2.x (#1766)
  • b86ee2f test(genai): force google_search use in structured-output test (#1801)
  • fa11d05 chore: bump the minor-and-patch group across 1 directory with 5 updates (#1797)
  • cf8f49c test(genai): fix context caching assertions, increase flaky retries (#1798)
  • 36bad3f chore(model-profiles): refresh model profile data (#1796)
  • 6100f5f fix(genai): walrus operator precedence in v1 image/file url conversion (#1683)
  • Additional commits viewable in compare view

Updates langchain-mcp-adapters from 0.2.2 to 0.3.2

Release notes

Sourced from langchain-mcp-adapters's releases.

langchain-mcp-adapters==0.3.2

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-mcp-adapters@langchain-mcp-adapters==0.3.1...langchain-mcp-adapters==0.3.2

langchain-mcp-adapters==0.3.1

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-mcp-adapters@langchain-mcp-adapters==0.3.0...langchain-mcp-adapters==0.3.1

langchain-mcp-adapters==0.3.0

What's Changed

... (truncated)

Commits
  • cc0f284 release: 0.3.2 (#604)
  • d4a1caa fix(deps): cap mcp below 2.0.0 to prevent import failures (#590)
  • a060231 build(deps): bump cryptography from 48.0.1 to 50.0.0 (#599)
  • c50072a build(deps): bump cryptography from 48.0.1 to 50.0.0 in /examples/servers/str...
  • e81a81b release: 0.3.1 (#587)
  • d4c6611 feat: add get_server_info to retrieve MCP server metadata (#430)
  • 9735d27 build(deps): bump the minor-and-patch group with 3 updates (#585)
  • 04e2703 build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 in the mi...
  • 4f17623 build(deps): bump the minor-and-patch group in /examples/servers/streamable-h...
  • e5c7e5f build(deps-dev): bump types-setuptools from 82.0.0.20260518 to 83.0.0.2026072...
  • Additional commits viewable in compare view

Updates langgraph-checkpoint-postgres from 3.0.5 to 3.1.2

Release notes

Sourced from langgraph-checkpoint-postgres's releases.

langgraph-checkpoint-postgres==3.1.2

Changes since checkpointpostgres==3.1.1

  • release(checkpoint-postgres): 3.1.2 (#8565)
  • release(checkpoint): 4.2.0 (#8563)
  • test(checkpoint-postgres,checkpoint-sqlite): run the conformance suite (#8537)
  • fix(checkpoint-postgres): find plain-value seeds when walking delta history (#8535)
  • chore: enable RUF100 and clear unused noqa directives (#8546)
  • chore(checkpoint-postgres,checkpoint-sqlite): enable PLC0415 lint rule (#8540)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-postgres with 5 updates (#8497)

langgraph-checkpoint-postgres==3.1.1

Changes since checkpointpostgres==3.1.0

  • release(checkpoint-postgres): 3.1.1 (#8480)
  • fix(checkpoint-postgres,checkpoint-sqlite): scope namespace matching to segment boundaries (#8478)
  • feat(checkpoint,checkpoint-postgres): add opt-in omit_expired to skip expired rows on read (#8354)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-postgres with 5 updates (#8250)
  • chore(deps): bump langsmith from 0.8.0 to 0.8.18 in /libs/checkpoint-postgres (#8171)
  • docs: standardize package README.md structure (#8064)
  • chore: migrate Python type checking to ty (#8002)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-postgres with 7 updates (#7965)
  • release(checkpoint): 4.1.1 (#7890)
  • chore(deps): bump idna from 3.11 to 3.15 in /libs/checkpoint-postgres (#7861)
  • chore(deps): bump langsmith from 0.7.31 to 0.8.0 in /libs/checkpoint-postgres (#7785)

langgraph-checkpoint-sqlite==3.1.1

Changes since checkpointsqlite==3.1.0

  • release(checkpoint-sqlite): 3.1.1 (#8481)
  • fix(checkpoint-postgres,checkpoint-sqlite): scope namespace matching to segment boundaries (#8478)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-sqlite with 4 updates (#8249)
  • chore(deps): bump langsmith from 0.8.0 to 0.8.18 in /libs/checkpoint-sqlite (#8177)
  • docs: standardize package README.md structure (#8064)
  • chore: migrate Python type checking to ty (#8002)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-sqlite with 3 updates (#7961)
  • release(checkpoint): 4.1.1 (#7890)
  • chore(deps): bump langsmith from 0.7.31 to 0.8.0 in /libs/checkpoint-sqlite (#7786)
  • chore(deps): bump idna from 3.11 to 3.15 in /libs/checkpoint-sqlite (#7862)

langgraph-checkpoint-postgres==3.1.0

Changes since checkpointpostgres==3.1.0a4

  • release: bump alpha packages to official versions (#7775)
  • chore(deps): bump urllib3 from 2.6.3 to 2.7.0 in /libs/checkpoint-postgres (#7761)
  • chore(deps): bump langchain-core from 1.3.2 to 1.3.3 in /libs/checkpoint-postgres (#7754)
  • fix(checkpoint-postgres): add column aliases to seed-blob branch of delta stage-2 UNION ALL (#7728)

langgraph-checkpoint-sqlite==3.1.0

Changes since checkpointsqlite==3.1.0a1

... (truncated)

Commits
  • fde3068 release(checkpoint-postgres): 3.1.2 (#8565)
  • f55e772 release(checkpoint): 4.2.0 (#8563)
  • a90ab44 fix(checkpoint): collect writes at plain-value seed in delta channel history ...
  • ea5f9cc chore: enforce PLC0415 in tests for the remaining packages (#8547)
  • 36a505a test(checkpoint-postgres,checkpoint-sqlite): ...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 11, 2026
@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/deepagents 0.7.6 UnknownUnknown
pip/langchain-google-genai 4.3.4 UnknownUnknown
pip/langchain-google-vertexai 3.2.4 UnknownUnknown
pip/langchain-mcp-adapters 0.3.2 UnknownUnknown
pip/langgraph-checkpoint-postgres 3.1.2 UnknownUnknown
pip/motor 3.7.1 UnknownUnknown
pip/psycopg2-binary 2.9.12 UnknownUnknown
pip/pydantic 2.13.4 UnknownUnknown
pip/pydantic-settings 2.15.0 UnknownUnknown

Scanned Files

  • pyproject.toml

@NP-compete

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Chore(deps): Bump the minor-and-patch group with 12 updates Chore(deps): Bump the minor-and-patch group across 1 directory with 12 updates Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/minor-and-patch-95c6f878db branch from 1f9666e to 05f31fc Compare August 12, 2026 07:14
@dependabot
dependabot Bot requested a review from a team as a code owner August 12, 2026 07:14
@dependabot
dependabot Bot force-pushed the dependabot/pip/minor-and-patch-95c6f878db branch from 05f31fc to 9143c31 Compare August 14, 2026 08:32
…2 updates

Bumps the minor-and-patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [deepagents](https://github.com/langchain-ai/deepagents) | `0.4.12` | `0.7.6` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.4` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.14.2` | `2.15.0` |
| [langchain-google-genai](https://github.com/langchain-ai/langchain-google) | `4.2.2` | `4.3.4` |
| [langchain-google-vertexai](https://github.com/langchain-ai/langchain-google) | `3.2.2` | `3.2.4` |
| [langchain-mcp-adapters](https://github.com/langchain-ai/langchain-mcp-adapters) | `0.2.2` | `0.3.2` |
| [langgraph-checkpoint-postgres](https://github.com/langchain-ai/langgraph) | `3.0.5` | `3.1.2` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.3.3` | `3.3.4` |
| [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.11` | `2.9.12` |
| [motor](https://github.com/mongodb/motor) | `3.6.0` | `3.7.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.2` | `0.16.3` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.6.2` |



Updates `deepagents` from 0.4.12 to 0.7.6
- [Release notes](https://github.com/langchain-ai/deepagents/releases)
- [Commits](langchain-ai/deepagents@deepagents==0.4.12...deepagents==0.7.6)

Updates `pydantic` from 2.12.5 to 2.13.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.12.5...v2.13.4)

Updates `pydantic-settings` from 2.14.2 to 2.15.0
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.14.2...v2.15.0)

Updates `langchain-google-genai` from 4.2.2 to 4.3.4
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v4.2.2...libs/genai/v4.3.4)

Updates `langchain-google-vertexai` from 3.2.2 to 3.2.4
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/vertexai/v3.2.2...libs/vertexai/v3.2.4)

Updates `langchain-mcp-adapters` from 0.2.2 to 0.3.2
- [Release notes](https://github.com/langchain-ai/langchain-mcp-adapters/releases)
- [Commits](langchain-ai/langchain-mcp-adapters@langchain-mcp-adapters==0.2.2...langchain-mcp-adapters==0.3.2)

Updates `langgraph-checkpoint-postgres` from 3.0.5 to 3.1.2
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@checkpointpostgres==3.0.5...checkpointpostgres==3.1.2)

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

Updates `psycopg2-binary` from 2.9.11 to 2.9.12
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.11...2.9.12)

Updates `motor` from 3.6.0 to 3.7.1
- [Release notes](https://github.com/mongodb/motor/releases)
- [Changelog](https://github.com/mongodb/motor/blob/master/doc/changelog.rst)
- [Commits](mongodb/motor@3.6.0...3.7.1)

Updates `ruff` from 0.12.2 to 0.16.3
- [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.12.2...0.16.3)

Updates `pre-commit` from 4.2.0 to 4.6.2
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.2.0...v4.6.2)

---
updated-dependencies:
- dependency-name: deepagents
  dependency-version: 0.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: langchain-google-genai
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: langchain-google-vertexai
  dependency-version: 3.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: langchain-mcp-adapters
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: langgraph-checkpoint-postgres
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: motor
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pre-commit
  dependency-version: 4.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: psycopg
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: psycopg2-binary
  dependency-version: 2.9.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pydantic-settings
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ruff
  dependency-version: 0.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/minor-and-patch-95c6f878db branch from 9143c31 to e2d4f2a Compare August 18, 2026 02:36
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant