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: support more API fields; be more tolerant of API model value changes #115

Merged
merged 11 commits into from
Jan 13, 2024

Commits on Jan 13, 2024

  1. build(deps-dev): bump the python-packages group with 6 updates

    Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
    
    Updates `pytest` from 7.4.3 to 7.4.4
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@7.4.3...7.4.4)
    
    Updates `mypy` from 1.6.1 to 1.8.0
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.6.1...v1.8.0)
    
    Updates `black` from 23.11.0 to 23.12.1
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@23.11.0...23.12.1)
    
    Updates `ruff` from 0.1.5 to 0.1.12
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@v0.1.5...v0.1.12)
    
    Updates `tox` to 4.12.0
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.11.3...4.12.0)
    
    Updates `pre-commit` to 3.6.0
    - [Release notes](https://github.com/pre-commit/pre-commit/releases)
    - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
    - [Commits](pre-commit/pre-commit@v3.5.0...v3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: python-packages
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: python-packages
    - dependency-name: tox
      dependency-type: direct:development
      dependency-group: python-packages
    - dependency-name: pre-commit
      dependency-type: direct:development
      dependency-group: python-packages
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tazlin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    5c9eee3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc560f View commit details
    Browse the repository at this point in the history
  3. feat: extend sdk to handle batch stuff

    * allow_batching is async payloads
    * batch_index in gen_metadata
    db0 authored and tazlin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    d5512ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae1e82d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3542f82 View commit details
    Browse the repository at this point in the history
  6. tests: add GenMetadataEntry

    tazlin committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    34744f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaedc87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5cc9d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f2aed7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7343d60 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4732ee4 View commit details
    Browse the repository at this point in the history