Skip to content

chore(deps): Bump the minor-and-patch group in /a2a/image_service with 6 updates#599

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/image_service/minor-and-patch-4e76dddc11
Open

chore(deps): Bump the minor-and-patch group in /a2a/image_service with 6 updates#599
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/a2a/image_service/minor-and-patch-4e76dddc11

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group in /a2a/image_service with 6 updates:

Package From To
langchain-core 1.4.2 1.4.6
langchain-openai 1.2.2 1.3.0
langchain-mcp-adapters 0.2.2 0.3.0
cryptography 48.0.0 48.0.1
langchain-classic 1.0.7 1.0.8
langsmith 0.8.11 0.8.15

Updates langchain-core from 1.4.2 to 1.4.6

Release notes

Sourced from langchain-core's releases.

langchain-core==1.4.6

Changes since langchain-core==1.4.5

release(core): 1.4.6 (#38061) feat(core,partners): add package version tracking to tracing metadata (#35295) fix(core,openai): normalize v1 streamed tool calls (#35983) chore(infra): bump mypy to 2.1 and unify type-check config across the monorepo (#36470)

langchain-core==1.4.5

Changes since langchain-core==1.4.4

release(core): 1.4.5 (#38056) feat(standard-tests): validate tool call chunks during streaming (#34707) fix(core): async tracer on_chat_model_start fallback in sync context (#35233) fix(langchain): tighten structured output model fallbacks (#38042)

langchain-core==1.4.4

Changes since langchain-core==1.4.3

hotfix(core): bump lockfile(s) (#38032) release(core): 1.4.4 (#38031) fix(core): support content block tokens in callbacks (#34739) chore(core): improve typing of Runnable __or__ (#34530) chore(core): fix some any generics (#34545) fix(core): accept sequence tool error content (#38005) fix(core): type structured tool error handler output (#38003) docs(core): document multimodal handling in get_buffer_string (#37994)

langchain-core==1.4.3

Changes since langchain-core==1.4.2

release(core): 1.4.3 (#37991) feat(openai): support apply_patch built-in tool (#37157)

Commits
  • 05cc55f release(core): 1.4.6 (#38061)
  • 447663f feat(partners): expose package versions for remaining partners (#38060)
  • 948f6cc feat(core,partners): add package version tracking to tracing metadata (#35295)
  • d5f7d33 chore(langchain): add overloads to create_agent (#34309)
  • 86428c6 fix(core,openai): normalize v1 streamed tool calls (#35983)
  • 1de100f chore(infra): bump mypy to 2.1 and unify type-check config across the monorep...
  • 904abb1 release(model-profiles): 0.0.6 (#38057)
  • 030ec60 release(core): 1.4.5 (#38056)
  • ffaeba8 ci(infra): validate release versions before publishing (#38055)
  • 4388036 feat(standard-tests): validate tool call chunks during streaming (#34707)
  • Additional commits viewable in compare view

Updates langchain-openai from 1.2.2 to 1.3.0

Release notes

Sourced from langchain-openai's releases.

langchain-openai==1.3.0

Changes since langchain-openai==1.2.2

hotfix(openai): min core dep (#37990) release(openai): 1.3.0 (#37989) feat(openai): support apply_patch built-in tool (#37157) chore(model-profiles): refresh model profile data (#37973) test(langchain,partners): disable pytest-benchmark under xdist to silence PytestBenchmarkWarning (#37901) chore(model-profiles): refresh model profile data (#37895)

Commits

Updates langchain-mcp-adapters from 0.2.2 to 0.3.0

Release notes

Sourced from langchain-mcp-adapters's releases.

langchain-mcp-adapters==0.3.0

What's Changed

New Contributors

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

Commits
  • a61c783 release: 0.3.0 (#542)
  • ef4b4d6 feat: surface MCP tool execution errors as failed tool output (#540)
  • 4f614ad fix: use non-deprecated streamable HTTP client (#541)
  • d62349d build(deps): bump the minor-and-patch group with 4 updates (#534)
  • 20eb39e build(deps-dev): bump mypy from 1.20.0 to 2.1.0 in the major group (#535)
  • 62b48ab build(deps): bump starlette from 0.49.1 to 1.0.1 in /examples/servers/streama...
  • ed77d67 build(deps): bump starlette from 0.50.0 to 1.0.1 (#537)
  • 4f9f7ea build(deps): bump the uv group across 1 directory with 2 updates (#517)
  • e82aa8c build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the mi...
  • effc918 build(deps): bump python-multipart from 0.0.26 to 0.0.27 (#504)
  • Additional commits viewable in compare view

Updates cryptography from 48.0.0 to 48.0.1

Changelog

Sourced from cryptography's changelog.

48.0.1 - 2026-06-09


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 4.0.1.

.. _v48-0-0:

Commits

Updates langchain-classic from 1.0.7 to 1.0.8

Release notes

Sourced from langchain-classic's releases.

langchain-classic==1.0.8

Changes since langchain-classic==1.0.7

release(langchain-classic): 1.0.8 (#38033) hotfix(core): bump lockfile(s) (#38032) fix(core): support content block tokens in callbacks (#34739) chore(core): improve typing of Runnable __or__ (#34530) hotfix(openai): min core dep (#37990) chore: bump pyarrow from 21.0.0 to 23.0.1 in /libs/langchain (#37929) chore: bump starlette from 0.49.1 to 1.0.1 in /libs/langchain (#37899) test(langchain,partners): disable pytest-benchmark under xdist to silence PytestBenchmarkWarning (#37901) chore: bump aiohttp from 3.13.4 to 3.14.0 in /libs/langchain (#37889) chore(infra): bump langchain-tests floor to 1.1.9 (#37610) release(standard-tests): 1.1.9 (#37609) chore: bump idna from 3.10 to 3.15 in /libs/langchain (#37537) ci(infra): harden Dependabot version-bound preservation (#37510) hotfix: bump lockfiles (#37508) chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/langchain (#37393) chore(infra): merge v1.4 into master (#37350) chore: bump urllib3 from 2.6.3 to 2.7.0 in /libs/langchain (#37327) chore: bump mistune from 3.1.4 to 3.2.1 in /libs/langchain (#37236)

Commits

Updates langsmith from 0.8.11 to 0.8.15

Release notes

Sourced from langsmith's releases.

v0.8.15

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.8.14...v0.8.15

v0.8.14

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.8.13...v0.8.14

v0.8.13

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.8.12...v0.8.13

v0.8.12

What's Changed

Full Changelog: langchain-ai/langsmith-sdk@v0.8.11...v0.8.12

Commits
  • 84b7144 chore: bump JS to 0.7.7 and Python to 0.8.15 (#3025)
  • 909390f fix(python): deliver sandbox output callbacks across stream reconnects (#3023)
  • 504f641 fix(js): deliver sandbox output callbacks across stream reconnects (#3022)
  • f10fe78 chore: protect JS openapi client in workflow (#3017)
  • 7423a8a chore: sync langsmith_api (#3006)
  • 047adc9 chore(js): exclude generated _openapi_client from linters and type-checker (#...
  • 3ac6bb8 chore(py): bump Python SDK to 0.8.14 (#3013)
  • 36fe845 feat: add deepagent compatibility smoke tests to Python and JS CI [LSDK-214] ...
  • 572014c chore(py): bump Python SDK to 0.8.13 (#3012)
  • 03f3b8c fix(py): type sandbox startup errors (#3004)
  • 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 /a2a/image_service with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [langchain-core](https://github.com/langchain-ai/langchain) | `1.4.2` | `1.4.6` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `1.2.2` | `1.3.0` |
| [langchain-mcp-adapters](https://github.com/langchain-ai/langchain-mcp-adapters) | `0.2.2` | `0.3.0` |
| [cryptography](https://github.com/pyca/cryptography) | `48.0.0` | `48.0.1` |
| [langchain-classic](https://github.com/langchain-ai/langchain) | `1.0.7` | `1.0.8` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.8.11` | `0.8.15` |


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

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

Updates `langchain-mcp-adapters` from 0.2.2 to 0.3.0
- [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.0)

Updates `cryptography` from 48.0.0 to 48.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@48.0.0...48.0.1)

Updates `langchain-classic` from 1.0.7 to 1.0.8
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-classic==1.0.7...langchain-classic==1.0.8)

Updates `langsmith` from 0.8.11 to 0.8.15
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](langchain-ai/langsmith-sdk@v0.8.11...v0.8.15)

---
updated-dependencies:
- dependency-name: langchain-core
  dependency-version: 1.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: langchain-openai
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: langchain-mcp-adapters
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cryptography
  dependency-version: 48.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: langchain-classic
  dependency-version: 1.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: langsmith
  dependency-version: 0.8.15
  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 Jun 12, 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

Status: New /:ToDo

Development

Successfully merging this pull request may close these issues.

1 participant