8000 Comparing v1.2.0...v1.2.1 · google/adk-python · GitHub
[go: up one dir, main page]

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.2.0
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.2.1
Choose a head ref
  • 8 commits
  • 14 files changed
  • 6 contributors

Commits on Jun 4, 2025

  1. chore: Update agent.py

    hangfei authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    d052e8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1154 from google:hangfei-patch-2

    PiperOrigin-RevId: 767197024
    copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    552e42f View commit details
    Browse the repository at this point in the history
  3. test: Added unit test coverage for local_eval_set_results_manager.py

    PiperOrigin-RevId: 767202237
    ankursharmas authored and copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    984c1d6 View commit details
    Browse the repository at this point in the history
  4. feat: support None as return type, such as def func() -> None:

    None:
    
    PiperOrigin-RevId: 767204150
    google-genai-bot authored and copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    54ed031 View commit details
    Browse the repository at this point in the history
  5. chore: Minor improvement to session service

    - Add missing override.
    - Add warning to failed actions.
    - Remove unused import.
    - Remove unused fields.
    - Add type checking.
    
    PiperOrigin-RevId: 767209697
    DeanChensj authored and copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    c6e1e82 View commit details
    Browse the repository at this point in the history
  6. chore: bump version number to 1.2.0

    PiperOrigin-RevId: 767218068
    selcukgun authored and copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    92e7a4a View commit details
    Browse the repository at this point in the history
  7. chore: Make ArtifactService transparent to AgentTools

    PiperOrigin-RevId: 767225493
    google-genai-bot authored and copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    86e15ca View commit details
    Browse the repository at this point in the history
  8. fix: import deprecated from typing_extensions

    Fixes #1125
    
    and add it to pyproject.toml. This was added to typing_extensions in 4.5.0. I followed versioning guidance from https://typing-extensions.readthedocs.io/en/latest/index.html#versioning-and-backwards-compatibility.
    
    PiperOrigin-RevId: 767317467
    google-genai-bot authored and copybara-github committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    068df04 View commit details
    Browse the repository at this point in the history
Loading
0