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.13
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.14
Choose a head ref
  • 5 commits
  • 12 files changed
  • 5 contributors

Commits on Jul 17, 2025

  1. ci: Change commit message for update PRs and add formatting (#321)

    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    holtskinner and gemini-code-assist[bot] authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    eead9d7 View commit details
    Browse the repository at this point in the history
  2. feat: Set grpc dependencies as optional (#322)

    # Description
    
    Thank you for opening a Pull Request!
    Before submitting your PR, there are a few things you can do to make
    sure it goes smoothly:
    
    - [ ] Follow the [`CONTRIBUTING`
    Guide](https://github.com/a2aproject/a2a-python/blob/main/CONTRIBUTING.md).
    - [ ] Make your Pull Request title in the
    <https://www.conventionalcommits.org/> specification.
    - Important Prefixes for
    [release-please](https://github.com/googleapis/release-please):
    - `fix:` which represents bug fixes, and correlates to a
    [SemVer](https://semver.org/) patch.
    - `feat:` represents a new feature, and correlates to a SemVer minor.
    - `feat!:`, or `fix!:`, `refactor!:`, etc., which represent a breaking
    change (indicated by the `!`) and will result in a SemVer major.
    - [ ] Ensure the tests and linter pass (Run `nox -s format` from the
    repository root to format)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    
    ---------
    
    Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
    kthota-g and gemini-code-assist[bot] authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    365f158 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. feat(spec): Update A2A types from specification 🤖 (#325)

    This PR updates `src/a2a/types.py` based on the latest
    `specification/json/a2a.json` from
    [a2aproject/A2A](a2aproject/A2A@0c95b1f).
    a2a-bot authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    02e7a31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a025440 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.2.14 (#323)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.2.14](v0.2.13...v0.2.14)
    (2025-07-18)
    
    
    ### Features
    
    * Set grpc dependencies as optional
    ([#322](#322))
    ([365f158](365f158))
    * **spec:** Update A2A types from specification 🤖
    ([#325](#325))
    ([02e7a31](02e7a31))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
    release-please[bot] and holtskinner authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    0ff277d View commit details
    Browse the repository at this point in the history
Loading