File tree Expand file tree Collapse file tree 7 files changed +16
-8
lines changed
Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.19.1 "
2+ "." : " 0.19.2 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 5
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-f97414fc062dd07f3ac5066afe3decb2d6bff49ff129c3633096d59d0d28ded9 .yml
3- openapi_spec_hash : 90f19133c18780ddeeebdf9dd741352b
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-8cedb48141daf72e4c1a8b29dad13fb1025dd5edad384296be4bd28277b8d7cc .yml
3+ openapi_spec_hash : 306db110474ab42cf13c1ce7cf178cb3
44config_hash : 9040e7359f066240ad536041fb2c5185
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.19.2 (2026-02-18)
4+
5+ Full Changelog: [ v0.19.1...v0.19.2] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.19.1...v0.19.2 )
6+
7+ ### Documentation
8+
9+ * ** api:** link to ilgs schema ([ c4cf2b7] ( https://github.com/isaacus-dev/isaacus-python/commit/c4cf2b7a80090604e229ed3219d3d8ad73cdabf9 ) )
10+
311## 0.19.1 (2026-02-16)
412
513Full Changelog: [ v0.19.0...v0.19.1] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.19.0...v0.19.1 )
Original file line number Diff line number Diff line change 11[project ]
22name = " isaacus"
3- version = " 0.19.1 "
3+ version = " 0.19.2 "
44description = " The official Python library for the isaacus API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "isaacus"
4- __version__ = "0.19.1 " # x-release-please-version
4+ __version__ = "0.19.2 " # x-release-please-version
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ class Result(BaseModel):
1919
2020 document : Document
2121 """
22- The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema
23- (ILGS).
22+ The document enriched into version 1.0.0 of the
23+ [Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs ).
2424
2525 All spans in an enriched document graph are indexed into the Unicode code point
2626 space of a source document.
Original file line number Diff line number Diff line change 2323
2424class Document (BaseModel ):
2525 """
26- The document enriched into version 1.0.0 of the Isaacus Legal Graph Schema (ILGS).
26+ The document enriched into version 1.0.0 of the [ Isaacus Legal Graph Schema (ILGS)](https://docs.isaacus.com/ilgs ).
2727
2828 All spans in an enriched document graph are indexed into the Unicode code point space of a source document.
2929
You can’t perform that action at this time.
0 commit comments