Skip to content

Tags: groundlight/python-sdk

Tags

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SDK Configures Edge (#419)

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow unknown fields in Edge config models (#418)

To minimize potential breaking changes when a client uses a different
version of the edge config than the edge-endpoint, we should allow
unknown fields.

This changes means that the edge-endpoint will accept any fields it
doesn't know about without raising exceptions, and then just ignore
them, which is likely the best way of handling a version mismatch.

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix linter errors (#416)

#413 was merged in with a
few linter errors. This PR fixes them.

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Require urllib3 >=2.6.1 to avoid broken 2.6.0 release (#414)

urllib3 2.6.0 removed getheader()/getheaders() from HTTPResponse,
breaking the OpenAPI-generated client. The methods were restored in
2.6.1 three days later. Bump the minimum to skip the broken version.

To remove the deprecated getheader()/getheaders(), we'll need to bump
the version of our generator. This introduced some more issues when I
tried it, so leaving that for another time.

---------

Co-authored-by: Claude Opus 4.6 <[email protected]>

v0.23.4

Toggle v0.23.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add documentation and testing for Bounding Box mode (#396)

This PR adds documentation for bounding box mode now that it's enabled
for all users.

Also, it improves the testing coverage on bounding box mode. There were
some disabled tests that needed to be turned on now that the mode is
available for all users. Also, additional test coverage was added on
adding bbox labels.

---------

Co-authored-by: Auto-format Bot <[email protected]>

v0.23.3

Toggle v0.23.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add bounding boxes label enum (#390)

This PR adds a new bounding boxes label enum to the SDK. It will be used
to correctly construct responses on the edge, like `Label` is used for
binary mode. I also bumped the version number to do a new release with
this enum.

Due to compatibility issues between `datamodel-code-generator` and the
version of pydantic in use, I also update `datamodel-code-generator`.

v0.23.2

Toggle v0.23.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.23.2 (#389)

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#384)

Co-authored-by: brandon <[email protected]>

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `request_timeout` as a param for `submit_image_query` (#369)

Co-authored-by: Auto-format Bot <[email protected]>

v0.22.7a

Toggle v0.22.7a's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version to 0.22.7 (#365)