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: agentclientprotocol/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: badrelmers/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 44 files changed
  • 2 contributors

Commits on Jan 12, 2026

  1. Add files via upload

    badrelmers authored Jan 12, 2026
    Configuration menu
    Copy the full SHA
    e55d4a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    f7258ec View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. feat: add Python 3.8 support and replace Pydantic with attrs/cattrs shim

    This change makes the ACP Python SDK compatible with Python 3.8 by: 1. Introducing `src/acp/py38_compatibility.py` to handle typing and dataclass differences. 2. Implementing a Pydantic-compatible API in `src/acp/pydantic_shim.py` using `attrs` and `cattrs`. 3. Updating all source files to use the new shim and compatibility utilities. 4. Ensuring strict validation and serialization that matches existing golden tests. 5. Removing Pydantic dependency and adding attrs, cattrs, and typing-extensions. Co-authored-by: badrelmers <40046489+badrelmers@users.noreply.github.com>
    google-labs-jules[bot] and badrelmers committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    3964c07 View commit details
    Browse the repository at this point in the history
  2. feat: finalize Python 3.8 support and Pydantic shim fixes

    - Fixed 'Annotated' import issue in Python 3.8. - Ensured all compatibility types are imported from 'src/acp/py38_compatibility.py'. - Cleaned up redundant 'typing' imports across the codebase. - Verified that all RPC and schema golden tests pass. - Maintained Pydantic-compatible API with attrs/cattrs. Co-authored-by: badrelmers <40046489+badrelmers@users.noreply.github.com>
    google-labs-jules[bot] and badrelmers committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    e22fd64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from badrelmers/feat/py38-compat-attrs-shim-291…

    …1930719151660358 Python 3.8 Compatibility and Pydantic-to-Attrs Migration
    badrelmers authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    fd09ae1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98625f6 View commit details
    Browse the repository at this point in the history
  5. Modify run_verification.bat for testing updates

    Updated PYTHONPATH and added test execution for Qwen CLI agent.
    badrelmers authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    28e9a56 View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    badrelmers authored Jan 30, 2026
    Configuration menu
    Copy the full SHA
    c784bbe View commit details
    Browse the repository at this point in the history
Loading