From c4cf2b7a80090604e229ed3219d3d8ad73cdabf9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:00:37 +0000 Subject: [PATCH 1/2] docs(api): link to ilgs schema --- .stats.yml | 4 ++-- src/isaacus/types/enrichment_response.py | 4 ++-- src/isaacus/types/ilgs/v1/document.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index 71af998..da767b5 100644 --- a/.stats.yml +++ b/.stats.yml @@ -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 diff --git a/src/isaacus/types/enrichment_response.py b/src/isaacus/types/enrichment_response.py index 13013bf..8a253db 100644 --- a/src/isaacus/types/enrichment_response.py +++ b/src/isaacus/types/enrichment_response.py @@ -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. diff --git a/src/isaacus/types/ilgs/v1/document.py b/src/isaacus/types/ilgs/v1/document.py index d6fcddc..337c8eb 100644 --- a/src/isaacus/types/ilgs/v1/document.py +++ b/src/isaacus/types/ilgs/v1/document.py @@ -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. From 511f7452ebcfa6cbca001e54c6306afb0ed9830a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:00:54 +0000 Subject: [PATCH 2/2] release: 0.19.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/isaacus/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96dfab3..c18333e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.1" + ".": "0.19.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 402a61f..6cd52c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 330da97..4ba445e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/isaacus/_version.py b/src/isaacus/_version.py index 0a51dda..a05e052 100644 --- a/src/isaacus/_version.py +++ b/src/isaacus/_version.py @@ -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