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.4.1
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.4.2
Choose a head ref
  • 7 commits
  • 21 files changed
  • 3 contributors

Commits on Jun 19, 2025

  1. chore: fix the mcp_sse_agent

    PiperOrigin-RevId: 773140021
    seanzhougoogle authored and copybara-github committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    7f8dc89 View commit details
    Browse the repository at this point in the history
  2. chore: Bump version number and update changelog for 1.4.1 release

    PiperOrigin-RevId: 773148349
    DeanChensj authored and copybara-github committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    17beb32 View commit details
    Browse the repository at this point in the history
  3. fix: Allow more credentials types for BigQuery tools

    This change accepts the `google.auth.credentials.Credentials` type for `BigQueryCredentialsConfig`, so any subclass of that, including `google.oauth2.credentials.Credentials` would work to integrate with BigQuery service. This opens up a whole range of possibilities, such as using service account credentials to deploy an agent using these tools.
    
    PiperOrigin-RevId: 773190440
    google-genai-bot authored and copybara-github committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    2f716ad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. chore: skip mcp and a2a tests for python 3.9

    PiperOrigin-RevId: 773785385
    seanzhougoogle authored and copybara-github committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    ffcba70 View commit details
    Browse the repository at this point in the history
  2. chore: Add event converters to convert adk event to a2a event (WIP)

    PiperOrigin-RevId: 773795427
    seanzhougoogle authored and copybara-github committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    742478f View commit details
    Browse the repository at this point in the history
  3. fix: Add type checking to handle different response type of genai API…

    … client
    
    Fixes #1514
    
    PiperOrigin-RevId: 773838035
    DeanChensj authored and copybara-github committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    4d72d31 View commit details
    Browse the repository at this point in the history
  4. chore: bump version number to 1.4.2

    PiperOrigin-RevId: 773867075
    DeanChensj authored and copybara-github committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    8677d5c View commit details
    Browse the repository at this point in the history
Loading