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.68.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: v0.69.0
Choose a head ref
  • 10 commits
  • 63 files changed
  • 4 contributors

Commits on Nov 19, 2025

  1. add notes about sync vs async devbox state behaviour in README-SDK an…

    …d method docstrings (#674)
    
    * added notes about sync vs async devbox state behaviour
    
    * avoid Class/Interface names in callout; instead refer to the SDK's interface members
    sid-rl authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    63f75e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e78e3eb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. feat(docs): add documentation for the object oriented sdk, rendered w…

    …ith sphinx (#677)
    
    * ignore generated docs files
    
    * feat(docs): add autogenerated sphinx docs to github pages (#676)
    
    * initial sphinx docstring conversion
    
    * change params to use :typeddict: tag
    
    * sphinx docs
    
    * sphinx github workflow
    
    * formatting fixes
    
    * fix publish dir
    
    * unnecessary argument to sphinx action
    
    * switch to manual build html command instead of ammaraskar/sphinx-action
    
    * sphinx docs rendering is triggered on published release, instead of on push. also added workflow_dispatch trigger
    
    * remove merge conflict marker
    sid-rl authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    e8d1053 View commit details
    Browse the repository at this point in the history
  2. feat(blueprints): blueprints create_and_await_build_complete now take…

    … in build_context and named_build_context arguments (#681)
    
    * add build_context and named_build_context args to blueprint create_and_await_build_complete
    
    * added proper type guard to _validate_file_mounts and formatted imports
    sid-rl authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    1febe28 View commit details
    Browse the repository at this point in the history
  3. docs: restructured sync vs async sdk and resources, added support for…

    … more type references (#679)
    
    * reorganize structure + add relevant base api types
    
    * don't document inheritance and undocumented members, and separate sync and async documentation into separate pages
    
    * clean up class docstrings
    
    * fix example type
    
    * restructuring to give each resource a separate page
    
    * renamed SDKDevboxExtraCreateParams to SDKDevboxCreateFromImageParams
    
    * change type name in docs as well
    sid-rl authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    6af891e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7603442 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Configuration menu
    Copy the full SHA
    c3776b6 View commit details
    Browse the repository at this point in the history
  2. feat(storage-objects): Add upload_from_dir helper method (#680)

    * feat(object-storage): Add upload_from_dir helper method
    
    This method creates an object out of a local directory by bundling it
    into a compressed tarball and uploading it as an object.
    
    * add tests
    adam-rl authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    be5d99e View commit details
    Browse the repository at this point in the history
  3. fix: update uv lock (in particular, revert pydantic back to v2 to fix…

    … compatibility with python 3.14) (#686)
    sid-rl authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    7723494 View commit details
    Browse the repository at this point in the history
  4. release: 0.69.0 (#675)

    * feat(devbox): unify api for devbox mounts
    
    * release: 0.69.0
    
    ---------
    
    Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
    stainless-app[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    52644b5 View commit details
    Browse the repository at this point in the history
Loading