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.2
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.3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Aug 4, 2026

  1. Refresh the dev toolchain lock, release 2.6.3 (#72)

    ## Summary
    
    Routine dependency pass over the whole tree. Only one package had a
    newer version inside its declared range: `ty` 0.0.65 to 0.0.66, a
    dev-group type checker. Everything else is already current.
    
    Reported so the next pass does not re-derive it: `httpx` (the single
    runtime dependency) is current within `>=0.25.0,<1.0.0`, and the
    lockfile carries no advisories under either scanner.
    
    ## 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. `pyproject.toml` is untouched; the diff is `uv.lock` alone. `ty`
    is a dev-group tool that no consumer resolves, so no release is needed
    and no caller has to act.
    
    ## Test plan
    
    - `uv sync --all-extras --all-groups --upgrade`, then:
    - `uv run ruff check .` all checks passed
    - `uv run ruff format --check .` 21 files already formatted
    - `uv run ty check agentscore/` all checks passed
    - `uv run pytest tests/`: 183 passed, 8 skipped, 100.00% coverage (gate
    is 95%)
    - osv-scanner v2.4.0 over `uv.lock`: no issues found
    
    ## 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 Aug 4, 2026
    Configuration menu
    Copy the full SHA
    4fac29c View commit details
    Browse the repository at this point in the history
Loading