Skip to content

Commit 2dbfcc2

Browse files
committed
[#13] update the changelog and add it to pyproject.toml
1 parent 36b5ceb commit 2dbfcc2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ Synchronized LexMachinaClient to match current live API.
1212
- Added `list_originating_venues_federal`
1313
- Added `list_appellate_decisions_federal`
1414
- Added `list_supreme_court_decisions_federal`
15+
16+
17+
2025-04-22 v2.0.0.20250318
18+
19+
Used the Python generator from [openapi-generator](https://openapi-generator.tech/docs/generators/python/) to generate a Python client based on the current version of the Lex Machina API (v20250318).
20+
21+
- The updated client has methods for recently added endpoints such as those accessing alerts results and searching for cases by case number.
22+
- The previous version of the client is accessible under a `v1` subpackage. We will not be providing continuing support for the `v1` subpackage and it will be removed in 2026.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ dependencies = [
4040
Documentation = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client"
4141
Issues = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/issues"
4242
Source = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client"
43+
Changelog = "https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/blob/main/CHANGELOG.md"
4344

4445
[tool.hatch.version]
4546
path = "src/lexmachina/__about__.py"

0 commit comments

Comments
 (0)