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

Fix wrong type hints on SimAIClient #106

Merged
merged 7 commits into from
Nov 13, 2024

Commits on Nov 13, 2024

  1. Fix wrong types on SimAIClient

    Due to steal_kwargs_type not handling 'self'
    awoimbee committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    bb2d98e View commit details
    Browse the repository at this point in the history
  2. simplify

    awoimbee committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    65be0f2 View commit details
    Browse the repository at this point in the history
  3. change import style

    awoimbee committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6cad4ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42cbfb8 View commit details
    Browse the repository at this point in the history
  5. use typing-extensiosn for py39 compat

    And remove useless key frfom pyproject
    awoimbee committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    520e002 View commit details
    Browse the repository at this point in the history
  6. lock

    awoimbee committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    aac1f4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    900a880 View commit details
    Browse the repository at this point in the history