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

Commits on Dec 8, 2025

  1. cleanup(blueprints): remove references to named_build_contexts (#703)

    * uv lock upgrade
    
    * remove references to named_build_context
    
    * add type annotations for agent create sources
    
    * remove metadata, _unused_kwargs parameters in agent unit tests
    sid-rl authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    6928652 View commit details
    Browse the repository at this point in the history
  2. chore: remove some unnecessary changes to reduce diff from Stainless (#…

    …705)
    
    * Remove some unneccessary changes to reduce the diff from Stainless
    
    These diffs were reported by Stainless as custom code patches,
    which we are not interested in maintaining.
    
    * update pyproject.toml to add support for python 3.14, remove rye dependencies. regenerate uv.lock and requirements-dev.lock
    
    * update test script (skip pydantic v1 tests on python 3.14)
    
    * add formatting for sdk README
    
    * change uv version requirement to >= 0.8
    
    * upgrade uv back to >= 0.9
    
    ---------
    
    Co-authored-by: Adam Lesinski <adam@runloop.ai>
    sid-rl and adam-rl authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    715c9d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    a2d5326 View commit details
    Browse the repository at this point in the history
  2. release: 1.2.0 (#704)

    * chore: update uv.lock
    
    * fix: ensure streams are always closed
    
    * chore(deps): mypy 1.18.1 has a regression, pin to 1.17
    
    * chore(internal): version bump
    
    * chore: bump required `uv` version
    
    * chore: update lockfile
    
    * chore(docs): use environment variables for authentication in code snippets
    
    * feat(devbox): return user for createSshKey
    
    * feat(devbox): default to x86 arch
    
    * release: 1.2.0
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    80e662a View commit details
    Browse the repository at this point in the history
Loading