You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,11 @@ Synchronized LexMachinaClient to match current live API.
12
12
- Added `list_originating_venues_federal`
13
13
- Added `list_appellate_decisions_federal`
14
14
- 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.
0 commit comments