Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add apiserver support to Python SDK #327

Merged
merged 8 commits into from
Oct 24, 2024
Merged

Commits on Oct 23, 2024

  1. Client refactoring

    try
    
    checkpoint
    
    add asgiref to support async-to-sync:
    
    fix unit tests
    
    remove pydantic warning
    
    add unit tests for client
    
    fix mock path
    
    test model
    
    added tests and fix discovered bugs
    
    fix connection error handling
    
    fix bugs surfaced in end-to-end
    
    use explicity properties
    
    fix awaitable checks
    
    add instance method
    
    revert to return sync class
    
    extract base model
    
    use instance() method on models
    
    add e2e tests
    
    working state
    
    fix unit tests
    
    more fixes
    masci committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e04269e View commit details
    Browse the repository at this point in the history
  2. make change backward compat

    masci committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1a6dda3 View commit details
    Browse the repository at this point in the history
  3. remove useless param

    masci committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    33b7486 View commit details
    Browse the repository at this point in the history
  4. add docstrings

    masci committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7a766da View commit details
    Browse the repository at this point in the history
  5. add sessions.create()

    masci committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    19a56f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d519241 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. assert conditionin e2e

    masci committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    63faa2f View commit details
    Browse the repository at this point in the history
  2. export Client at the top level

    masci committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    05ff40d View commit details
    Browse the repository at this point in the history