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: v0.66.1
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: v0.67.0
Choose a head ref
  • 7 commits
  • 26 files changed
  • 6 contributors

Commits on Oct 30, 2025

  1. Minor litter cleanup for API documentation (#659)

    * use snake case function names to match actual python function defs
    
    * use a fully qualified link so links on pypi don't break
    jrvb-rl authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    6efc023 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. file_mount validation limits for python client (#660)

    * added file_mount validation limits
    
    * improved error message handling to use notification pattern instead of fast fail with exception
    
    * fixed broken import
    
    * made file_mount limits more restrictive
    
    * updated with actual tested limits
    james-rl authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    7e5b66e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    0d57118 View commit details
    Browse the repository at this point in the history
  2. Dependabot configuration to update actions in workflows (#661)

    * Dependabot configuration to update actions in workflows
    
    * Apply suggestion from @ScottBrenner
    ScottBrenner authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    25a9083 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. added file system mount parameter to devboxes.create_and_await_runnin…

    …g, and cleaned up NOT_GIVEN default params to match generated code signatures (#666)
    sid-rl authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    6ef7b34 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. update execute_and_await_completion params (#668)

    * add new exec parameters to exec and await completed
    
    * expose command_id as a parameter to exec and await completion
    
    * added comment explaining command_id use and generation in docstring
    sid-rl authored Nov 14, 2025
    Configuration menu
    Copy the full SHA
    a8c6138 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. release: 0.67.0 (#658)

    * fix(client): close streams without requiring full consumption
    
    * chore(internal/tests): avoid race condition with implicit client cleanup
    
    * chore(internal): grammar fix (it's -> its)
    
    * feat(api): api update
    
    * codegen metadata
    
    * feat(blueprint): adds queued state
    
    * chore(package): drop Python 3.8 support
    
    * release: 0.67.0
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Nov 17, 2025
    Configuration menu
    Copy the full SHA
    c7715c7 View commit details
    Browse the repository at this point in the history
Loading