Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.1"
".": "0.19.2"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 5
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-f97414fc062dd07f3ac5066afe3decb2d6bff49ff129c3633096d59d0d28ded9.yml
openapi_spec_hash: 90f19133c18780ddeeebdf9dd741352b
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-8cedb48141daf72e4c1a8b29dad13fb1025dd5edad384296be4bd28277b8d7cc.yml
openapi_spec_hash: 306db110474ab42cf13c1ce7cf178cb3
config_hash: 9040e7359f066240ad536041fb2c5185
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.19.2 (2026-02-18)

Full Changelog: [v0.19.1...v0.19.2](https://github.com/isaacus-dev/isaacus-python/compare/v0.19.1...v0.19.2)

### Documentation

* **api:** link to ilgs schema ([c4cf2b7](https://github.com/isaacus-dev/isaacus-python/commit/c4cf2b7a80090604e229ed3219d3d8ad73cdabf9))

## 0.19.1 (2026-02-16)

Full Changelog: [v0.19.0...v0.19.1](https://github.com/isaacus-dev/isaacus-python/compare/v0.19.0...v0.19.1)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "isaacus"
version = "0.19.1"
version = "0.19.2"
description = "The official Python library for the isaacus API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/isaacus/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "isaacus"
__version__ = "0.19.1" # x-release-please-version
__version__ = "0.19.2" # x-release-please-version
4 changes: 2 additions & 2 deletions src/isaacus/types/enrichment_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class Result(BaseModel):

document: Document
"""
The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema
(ILGS).
The document enriched into version 1.0.0 of the
[Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs).

All spans in an enriched document graph are indexed into the Unicode code point
space of a source document.
Expand Down
2 changes: 1 addition & 1 deletion src/isaacus/types/ilgs/v1/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

class Document(BaseModel):
"""
The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema (ILGS).
The document enriched into version 1.0.0 of the [Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs).

All spans in an enriched document graph are indexed into the Unicode code point space of a source document.

Expand Down