Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/adk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.27.2
Choose a base ref
...
head repository: google/adk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.27.3
Choose a head ref
  • 8 commits
  • 17 files changed
  • 6 contributors

Commits on Mar 11, 2026

  1. fix: Refactor LiteLlm check to avoid ImportError

    The `can_use_output_schema_with_tools` function now checks if a model is a LiteLlm instance by inspecting its type's Method Resolution Order, rather than directly importing `LiteLlm`
    
    Co-authored-by: George Weale <gweale@google.com>
    PiperOrigin-RevId: 882253446
    GWeale authored and github-actions[bot] committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    dc08d86 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. chore(release/candidate): release 1.27.0

    Co-authored-by: Liang Wu <18244712+wuliang229@users.noreply.github.com>
    Jacksunwei and wuliang229 authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    09060a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    501c827 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. fix(telemetery): Rolling back change to fix issue affecting LlmAgent …

    …creation due to missing version field
    
    Co-authored-by: Achuth Narayan Rajagopal <achuthr@google.com>
    PiperOrigin-RevId: 883336463
    Achuth17 authored and github-actions[bot] committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    9dd5e66 View commit details
    Browse the repository at this point in the history
  2. fix(bigquery): use valid dataplex OAuth scope

    Closes issue #4805
    
    Co-authored-by: Liang Wu <wuliang@google.com>
    PiperOrigin-RevId: 883403628
    wuliang229 authored and github-actions[bot] committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    1111e3a View commit details
    Browse the repository at this point in the history
  3. fix: Store and retrieve usage_metadata in Vertex AI custom_metadata

    The Vertex AI session service does not natively support persisting usage_metadata. This change serializes usage_metadata into the custom_metadata field under the key '_usage_metadata' when appending events and deserializes it back when retrieving events. This allows usage information to be round-tripped through the Vertex AI session service.
    
    Co-authored-by: George Weale <gweale@google.com>
    PiperOrigin-RevId: 885121070
    GWeale authored and github-actions[bot] committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    52351ae View commit details
    Browse the repository at this point in the history
  4. fix: add protection for arbitrary module imports

    Close #4947
    
    Co-authored-by: George Weale <gweale@google.com>
    PiperOrigin-RevId: 888296476
    GWeale authored and github-actions[bot] committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    276adfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74033e4 View commit details
    Browse the repository at this point in the history
Loading