File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed
Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1+
2+ 2024-02-12 v1.2.0
3+
4+ Synchronized LexMachinaClient to match current live API.
5+
6+ - Renamed ` list_damages_statet ` to ` list_damages_state ` (fix typo)
7+ - Removed ` list_state_judgment_sources `
8+ - Renamed ` query_state_cases_case ` to ` query_state_cases `
9+ - Added ` get_appeals_case `
10+ - Added ` query_appeals_case `
11+ - Added ` list_state_judgment_events `
12+ - Added ` list_originating_venues_federal `
13+ - Added ` list_appellate_decisions_federal `
14+ - Added ` list_supreme_court_decisions_federal `
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " lexmachina-client"
7- version = " 1.1 .0"
7+ version = " 1.2 .0"
88authors = [
9- { name = " LexMachina" , email = " dslusher @lexmachina.com" },
9+ { name = " LexMachina" , email = " support @lexmachina.com" },
1010]
1111description = " LexMachina API python SDK"
1212readme = " README.md"
@@ -21,4 +21,4 @@ classifiers = [
2121tests = [" pytest >=7.2.1" , " pytest-asyncio >= 0.21.0" ]
2222[project .urls ]
2323"Homepage" = " https://github.com/LexMachinaInc/python-lexmachina-sync-api-client"
24- "Bug Tracker" = " https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/issues"
24+ "Bug Tracker" = " https://github.com/LexMachinaInc/python-lexmachina-sync-api-client/issues"
You can’t perform that action at this time.
0 commit comments