Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: scaleapi/launch-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: scaleapi/launch-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: regenerate-api-client
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1,084 files changed
  • 2 contributors

Commits on Jan 25, 2026

  1. Regenerate API client from llm-engine OpenAPI schema

    - Add justfile for schema fetching and client generation
    - Regenerate client using OpenAPI Generator 6.4.0
    - Schema source: llm-engine/model-engine/specs/openapi-3.0.json
    
    The regeneration process is now:
      just fetch-schema [branch]  # fetch schema from llm-engine
      just generate               # run OpenAPI generator
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    dmchoiboi and claude committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    c2f7985 View commit details
    Browse the repository at this point in the history
  2. Regenerate API client from llm-engine OpenAPI schema

    - Add justfile for reproducible schema fetching and client generation
    - Regenerate client using OpenAPI Generator 6.4.0 with clean model names
    - Skip .pyi stub files (have syntax errors due to OpenAPI Generator bug
      where empty nested classes lack 'pass' statement)
    - Fix upload_file to use proper BodyUploadFileV1FilesPost type
    - Schema source: llm-engine/model-engine/specs/openapi-3.0.json
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    dmchoiboi and claude committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    25e5003 View commit details
    Browse the repository at this point in the history
  3. chore: skip generated docs (have invalid Python syntax)

    OpenAPI Generator produces documentation with invalid Python syntax
    in code examples (e.g., dict("key": value) instead of {"key": value}).
    Skip generating these docs since they fail the doc example tests and
    aren't critical - the actual code has docstrings for IDE support.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    dmchoiboi and claude committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    df92dd9 View commit details
    Browse the repository at this point in the history
  4. chore: bump version to 0.4.0

    New features:
    - Regenerated API client from updated OpenAPI schema
    - Clean model names for discriminated unions
    - Added concurrent_requests_per_worker and other new fields
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    dmchoiboi and claude committed Jan 25, 2026
    Configuration menu
    Copy the full SHA
    a2a1cbe View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.