Skip to content

Tags: GRID-is/api-sdk-py

Tags

v1.10.0

Toggle v1.10.0's commit message
release: 1.10.0

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 1.9.1 (#59)

1.9.1 (2025-12-19)

Full changelog: v1.9.0...v1.9.1

* fix: ensure streams are always closed
* fix(types): allow pyright to infer TypedDict types within SequenceNotStr
* fix: use async_to_httpx_files in patch method
* chore: add Python 3.14 classifier and testing
* chore(deps): mypy 1.18.1 has a regression, pin to 1.17
* chore: update lockfile
* chore(docs): use environment variables for authentication in code snippets
* chore: add missing docstrings
* chore(internal): add missing files argument to base client
* chore: speedup initial import
* chore(internal): add `--fix` argument to lint script

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v1.9.0

Toggle v1.9.0's commit message
release: 1.9.0

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 1.8.2 (#57)

* chore(internal): detect missing future annotations with ruff
* chore: bump `httpx-aiohttp` version to 0.1.9
* fix(client): close streams without requiring full consumption
* chore(internal/tests): avoid race condition with implicit client cleanup
* chore(internal): grammar fix (it's -> its)
* release: 1.8.2

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 1.8.1 (#56)

* chore(internal): update pydantic dependency

* chore(types): change optional parameter type from NotGiven to Omit

* chore: do not install brew dependencies in ./scripts/bootstrap by default

* release: 1.8.1

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 1.8.0 (#55)

* chore: update github action

* chore(internal): change ci workflow machines

* fix: avoid newer type syntax

* chore(internal): update pyright exclude list

* chore(internal): add Sequence related utils

* feat(types): replace List[str] with SequenceNotStr in params

* feat: improve future compat with pydantic v3

* chore(internal): move mypy configurations to `pyproject.toml` file

* chore(tests): simplify `get_platform` test

`nest_asyncio` is archived and broken on some platforms so it's
not worth keeping in our test suite.

* release: 1.8.0

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>

v1.7.0

Toggle v1.7.0's commit message
release: 1.7.0

v1.6.1

Toggle v1.6.1's commit message
release: 1.6.1

v1.6.0

Toggle v1.6.0's commit message
release: 1.6.0

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: 1.5.0 (#51)

* fix(parsing): ignore empty metadata

* fix(parsing): parse extra field types

* chore(project): add settings file for vscode

* feat(client): support file upload requests

* release: 1.5.0

---------

Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>