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: agentscore/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: agentscore/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Jul 31, 2026

  1. deps: ruff 0.16.1, ty 0.0.65 (#69)

    ## Summary
    
    Routine dev-tooling bumps from the workspace-wide maintenance sweep:
    `ruff` 0.16.0 to 0.16.1 and `ty` 0.0.63 to 0.0.65. Lockfile only, no
    source changes.
    
    ## Type of change
    
    - [ ] Bug fix (no breaking change)
    - [ ] New feature (no breaking change)
    - [ ] Breaking change (existing callers must update)
    - [x] Docs, tests, or internal maintenance only
    
    ## Public API
    
    None. Both are lint/typecheck tooling; no exported type, signature, or
    wire format changes, so callers have no migration to make.
    
    ## Test plan
    
    Ran the repo's full Python gate set with exit codes read directly: `ruff
    check` clean, `ruff format --check` clean at 21 files, `ty check` clean,
    `pytest` 183 passed with 8 skipped, and `vulture --min-confidence 80`
    clean over the package. Every sync used `--all-extras --all-groups`
    rather than a bare `uv sync`, which would resolve base deps only and
    quietly strip the venv's extras and dependency groups.
    
    ## Checklist
    
    - [x] Tests cover the new behavior, and the suite passes locally
    - [x] Lint, format, and type checks pass
    - [x] Docs and README examples updated if the public surface changed
    - [x] No secrets, credentials, or personal data in the diff or the tests
    
    ---------
    
    Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
    vvillait88 and claude authored Jul 31, 2026
    Configuration menu
    Copy the full SHA
    a067a21 View commit details
    Browse the repository at this point in the history
Loading