Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the all-dependencies group in /python/agents/software-bug-assistant with 4 updates: google-adk, langchain-community, python-dotenv and toolbox-core.

Updates google-adk from 1.3.0 to 1.15.1

Release notes

Sourced from google-adk's releases.

Release 1.15.1

1.15.1 (2025-09-26)

Bug Fixes

  • Fix the deployment failure for Agent Engine (e172811)

Release 1.15.0

1.15.0 (2025-09-24)

Features

  • [Core]
    • Adding the ContextFilterPlugin (a06bf27)
    • Adds plugin to save artifacts for issue #2176 (657369c)
    • Expose log probs of candidates in LlmResponse (f7bd3c1)
  • [Context Caching]
    • Support context caching (c66245a)
      • Support explicit context caching auto creation and lifecycle management.

        Usage: App(root_agent=..., plugins=..., context_cache_config=...)

    • Support non-text content in static instruction (61213ce)
    • Support static instructions (9be9cc2)
      • Support static instruction that won't change, put at the beginning of the instruction. Static instruction support inline_data and file_data as contents. Dynamic instruction moved to the end of LlmRequest, increasing prefix caching matching size.

        Usage: LlmAgent(model=...,static_instruction =types.Content(parts=...), ... )

  • [Telemetry]
    • Add --otel_to_cloud experimental support (1ae0b82, b131268, 7870480)
    • Add GenAI Instrumentation if --otel_to_cloud is enabled (cee365a)
    • Support standard OTel env variables for exporter endpoints (f157b2e)
    • Temporarily disable Cloud Monitoring integration in --otel_to_cloud (3b80337)
  • [Services]
    • Add endpoint to generate memory from session (2595824)
  • [Tools]
    • Add Google Maps Grounding Tool to ADK (6b49391)
    • MCP: Initialize tool_name_prefix in MCPToolse (86dea5b)
  • [Evals]
    • Data model for storing App Details and data model for steps (01923a9)
    • Adds Rubric based final response evaluator (5a485b0)
    • Populate AppDetails to each Invocation (d486795)
  • [Samples]
    • Make the bigquery sample agent run with ADC out-of-the-box (10cf377)

Bug Fixes

... (truncated)

Changelog

Sourced from google-adk's changelog.

1.15.1 (2025-09-26)

Bug Fixes

  • Fix the deployment failure for Agent Engine (e172811)

1.15.0 (2025-09-24)

Features

  • [Core]
    • Adding the ContextFilterPlugin (a06bf27)
    • Adds plugin to save artifacts for issue #2176 (657369c)
    • Expose log probs of candidates in LlmResponse (f7bd3c1)
  • [Context Caching]
    • Support context caching (c66245a)
      • Support explicit context caching auto creation and lifecycle management.

        Usage: App(root_agent=..., plugins=..., context_cache_config=...)

    • Support non-text content in static instruction (61213ce)
    • Support static instructions (9be9cc2)
      • Support static instruction that won't change, put at the beginning of the instruction. Static instruction support inline_data and file_data as contents. Dynamic instruction moved to the end of LlmRequest, increasing prefix caching matching size.

        Usage: LlmAgent(model=...,static_instruction =types.Content(parts=...), ... )

  • [Telemetry]
    • Add --otel_to_cloud experimental support (1ae0b82, b131268, 7870480)
    • Add GenAI Instrumentation if --otel_to_cloud is enabled (cee365a)
    • Support standard OTel env variables for exporter endpoints (f157b2e)
    • Temporarily disable Cloud Monitoring integration in --otel_to_cloud (3b80337)
  • [Services]
    • Add endpoint to generate memory from session (2595824)
  • [Tools]
    • Add Google Maps Grounding Tool to ADK (6b49391)
    • MCP: Initialize tool_name_prefix in MCPToolse (86dea5b)
  • [Evals]
    • Data model for storing App Details and data model for steps (01923a9)
    • Adds Rubric based final response evaluator (5a485b0)
    • Populate AppDetails to each Invocation (d486795)
  • [Samples]
    • Make the bigquery sample agent run with ADC out-of-the-box (10cf377)

Bug Fixes

  • Close runners after running eval (86ee6e3)
  • Filter out thought parts when saving agent output to state (632bf8b)

... (truncated)

Commits
  • e172811 fix: unbreak client closed errors when using vertexai session service
  • da6f1d3 chore: Release ADK 1.15.0
  • 2c75293 feat: Skip running a workflow agent if it has no sub-agents
  • b2b80e7 feat: Pause invocations on long running function calls for resumable apps
  • dd1ffad chore: Update google-genai version constraint
  • 8b08175 feat: Add core checkpointing primitive for base agent
  • b5a65fb chore: Remove the too-detailed edge case descriptions for resumability
  • 839d2e4 feat: Define an AgentState to be used for resuming agent invocation
  • 1589fcd chore: Replace github HTTP URIs with GCS HTTP URIs in static non-text content...
  • e7528ae feat(otel): adjust telemetry to follow OTLP 1.37 GenAI semconv
  • Additional commits viewable in compare view

Updates langchain-community from 0.3.25 to 0.3.30

Release notes

Sourced from langchain-community's releases.

langchain-openai==0.3.30

Changes since langchain-openai==0.3.29

release(openai): 0.3.30 (#32515) feat(openai): officially support verbosity (#32470) feat: port various nit changes from wip-v0.4 (#32506)

langchain-openai==0.3.29

Changes since langchain-openai==0.3.28

release(openai): release 0.3.29 (#32463) chore: formatting across codebase (#32466) fix(openai): revert some changes (#32462) feat(openai): minimal and verbosity (#32455) fix(openai): don't crash get_num_tokens_from_messages on gpt-5 (#32451) feat(openai): custom tools (#32449) test(openai): add tests for prompt_cache_key parameter and update docs (#32363) fix(openai): add in output_text (#32450) chore(openai): bump openai sdk (#32322) fix(openai): add max_retries parameter to ChatOpenAI for handling 503 capacity errors (#32286) fix: formatting issues in docstrings (#32265) feat(docs): improve devx, fix Makefile targets (#32237) fix: LLM mimicking Unicode responses due to forced Unicode conversion of non-ASCII characters. (#32222) fix(docs): capitalization, codeblock formatting, and hyperlinks, note blocks (#32235) docs(openai): add comprehensive documentation and examples for extra_body + others (#32149)

langchain-openai==0.3.28

Changes since langchain-openai==0.3.27

release(openai): 0.3.28 (#32015) fix(openai): support acknowledged safety checks in computer use (#31984) chore: [openai] bump sdk (#31958) docs(xai): update for Grok 4 (#31953) ruff: more rules across the board & fixes (#31898) fix: automatically fix issues with ruff (#31897) langchain-openai[patch]: Add ruff bandit rules to linter (#31788)

langchain-openai==0.3.27

Changes since langchain-openai==0.3.26

openai: release 0.3.27 (#31769) openai[fix]: Correctly set usage metadata for OpenAI Responses API (#31756) docs: updates from langchain-openai 0.3.26 (#31764)

langchain==0.3.27

Changes since langchain==0.3.26

fix(langchain): update deps release(langchain): 0.3.27 (#32227) feat(langchain): add ruff rules PL (#32079)

... (truncated)

Commits

Updates python-dotenv from 1.1.0 to 1.1.1

Release notes

Sourced from python-dotenv's releases.

v1.1.1

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.1.0...v1.1.1

Changelog

Sourced from python-dotenv's changelog.

[1.1.1] - 2025-06-24

Fixed

Commits

Updates toolbox-core from 0.1.0 to 0.5.2

Release notes

Sourced from toolbox-core's releases.

toolbox-core: v0.5.2

0.5.2 (2025-09-22)

Miscellaneous Chores

toolbox-core: v0.5.1

0.5.1 (2025-09-17)

Bug Fixes

  • toolbox-core: Use typing.Annotated for reliable parameter descriptions instead of docstrings (#371) (eb76680)

Documentation

  • Update langgraph sample in toolbox-core (#366) (fe35082)

Miscellaneous Chores

  • Remove redundant test for test_add_auth_token_getter_unused_token (#347) (dccaf1b)
  • Remove duplicate header check during initialization (#357) (888170b)

toolbox-core: v0.5.0

0.5.0 (2025-08-19)

⚠ BREAKING CHANGES

  • core: Use ValueError for missing 'items' in array parameters (#325)

Features

  • core: Add support for map parameter type (#324) (6455ae3)

Bug Fixes

  • add optional clock_skew parameter to token helpers (#333) (aa0664f)
  • core: Use ValueError for missing 'items' in array parameters (#325) (b43409e)

Documentation

  • Enhance DEVELOPER.md for improved contribution guidelines (#316) (1d2be43)

... (truncated)

Commits
  • 281b9b4 chore: release main (#373)
  • 30a3ea9 Revert "fix(toolbox-core): Use typing.Annotated for reliable parameter descri...
  • d915624 chore(deps): update python-nonmajor (#372)
  • 4862720 chore: release main (#343)
  • b473a2b chore(deps): update dependency pytest-cov to v7 (#361)
  • c3e8ff6 chore(deps): update python-nonmajor (#368)
  • eb76680 fix(toolbox-core): Use typing.Annotated for reliable parameter descriptions i...
  • fe35082 docs: Update langgraph sample in toolbox-core (#366)
  • d9f9c02 chore(deps): update python-nonmajor (#367)
  • 734c624 test(core): add test for overriding client header by the auth token getter (#...
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@dependabot dependabot bot requested a review from jackwotherspoon as a code owner October 1, 2025 16:57
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@dependabot dependabot bot force-pushed the dependabot/uv/python/agents/software-bug-assistant/all-dependencies-c772507c20 branch from c4ec616 to 090fe4b Compare October 6, 2025 02:30
Bumps the all-dependencies group in /python/agents/software-bug-assistant with 4 updates: [google-adk](https://github.com/google/adk-python), [langchain-community](https://github.com/langchain-ai/langchain), [python-dotenv](https://github.com/theskumar/python-dotenv) and [toolbox-core](https://github.com/googleapis/mcp-toolbox-sdk-python).


Updates `google-adk` from 1.3.0 to 1.15.1
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md)
- [Commits](google/adk-python@v1.3.0...v1.15.1)

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

Updates `python-dotenv` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.1.0...v1.1.1)

Updates `toolbox-core` from 0.1.0 to 0.5.2
- [Release notes](https://github.com/googleapis/mcp-toolbox-sdk-python/releases)
- [Changelog](https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/mcp-toolbox-sdk-python@toolbox-core-v0.1.0...toolbox-core-v0.5.2)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: langchain-community
  dependency-version: 0.3.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: python-dotenv
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: toolbox-core
  dependency-version: 0.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/uv/python/agents/software-bug-assistant/all-dependencies-c772507c20 branch from 090fe4b to d81dc62 Compare October 13, 2025 02:46
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants