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: a2aproject/a2a-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: a2aproject/a2a-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.4
Choose a head ref
  • 8 commits
  • 15 files changed
  • 8 contributors

Commits on May 20, 2025

  1. test: Adding 8 tests for jsonrpc_handler.py and also fix minor waring…

    … in test_integration.py (#72)
    
    * test: Adding 8 tests for jsonrpc_handler.py and also fix minor waring in test_integration.py
    
    * test: remove comments
    mindpower authored May 20, 2025
    Configuration menu
    Copy the full SHA
    3b811ca View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. fix: Throw exception for task_id mismatches (#70)

    * fix: Throw exception for task_id mismatches
    
    * Add tests
    
    * ci: Create GitHub Action to generate `types.py` from specification JSON (#67)
    
    * ci: Remove update-a2a-types.yml workflow
    
    * chore: Regenerate types.py from spec (#71)
    
    * chore(main): release 0.2.3 (#68)
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    
    * test: Adding 8 tests for jsonrpc_handler.py and also fix minor waring in test_integration.py (#72)
    
    * test: Adding 8 tests for jsonrpc_handler.py and also fix minor waring in test_integration.py
    
    * test: remove comments
    
    * Add tests
    
    ---------
    
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    Co-authored-by: holtskinner <holtskinner@google.com>
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Junjie Bu <jbu@google.com>
    5 people authored May 21, 2025
    Configuration menu
    Copy the full SHA
    a9781b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e696c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e15aadd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    987f369 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b03148 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. feat: Update to support python 3.10 (#85)

    * feat: Update to support python 3.12
    
    - add case statement to use the asyncio.Queue.shutdown method for 3.13+
    - add special handling to allow for similar semantics as
      asyncio.Queue.shutdown for 3.12
    
    Tested on multiple samples in the a2a repo and some examples in this
    repo
    
    * Change to 3.10 and provided detailed description about event queue usage
    
    * Update unit tests to Python3.10
    
    * Run unit tests with both 3.10 and 3.13
    
    * Spelling fixes
    
    * Update ruff.toml and noxfile to run on 3.10
    
    * Update pyproject.toml with all supported versions
    
    ---------
    
    Co-authored-by: holtskinner <holtskinner@google.com>
    pstephengoogle and holtskinner authored May 22, 2025
    Configuration menu
    Copy the full SHA
    fd9c3b5 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.2.4 (#75)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 22, 2025
    Configuration menu
    Copy the full SHA
    3162e88 View commit details
    Browse the repository at this point in the history
Loading