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: extism/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.4
Choose a base ref
...
head repository: extism/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 18, 2026

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

Commits on Feb 20, 2026

  1. fix: upgrade deprecated GitHub Actions to v4/v5 (#40)

    ## Summary
    - Upgrades `actions/upload-artifact` and `actions/download-artifact`
    from v3 to v4 (v3 is deprecated and now fails)
    - Bumps `actions/checkout` from v3 to v4 and `actions/setup-python` from
    v4 to v5
    
    ## Test plan
    - [ ] Verify the `build.yaml` workflow runs successfully on push to main
    or tag push
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    nilslice and claude authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    2390197 View commit details
    Browse the repository at this point in the history
Loading