Skip to content

Commit bbf689f

Browse files
fwong03JesseGCarver
authored andcommitted
Regenerate python client for schema changes
1 parent 31a5c51 commit bbf689f

File tree

225 files changed

+1189
-14058
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+1189
-14058
lines changed

config/open_api_autogenerator_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ basePath: "https://api.lexmachina.com"
22
disallowAdditionalPropertiesIfNotPresent: False
33
generateSourceCodeOnly: True
44
packageName: lexmachina
5-
packageVersion: "2.0.0.20250318"
5+
packageVersion: "2.0.0.20250708"
66
packageUrl: "https://pypi.org/project/lexmachina-client/"
77
projectName: python-lexmachina-api-client

config/openapi.json

Lines changed: 1 addition & 13590 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
dependencies = [
3131
"requests >= 2.28.1",
3232
"aiohttp >= 3.8.3",
33-
"urllib3 >= 1.25.3, < 3.0.0",
33+
"urllib3 >= 2.1.0, < 3.0.0",
3434
"python-dateutil >= 2.8.2",
3535
"pydantic >= 2",
3636
"typing-extensions >= 4.7.1",

src/.openapi-generator/FILES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ lexmachina/docs/DistrictCaseQueryResult.md
8787
lexmachina/docs/DistrictCaseReference.md
8888
lexmachina/docs/DistrictCaseRemediesByStatus.md
8989
lexmachina/docs/DistrictCaseRemedy.md
90+
lexmachina/docs/DistrictCaseResolution.md
9091
lexmachina/docs/Docket.md
9192
lexmachina/docs/DocketEntriesIncludedInOutput.md
9293
lexmachina/docs/DocketEntry.md
@@ -188,6 +189,7 @@ lexmachina/docs/PatentFilter.md
188189
lexmachina/docs/PatentFindings.md
189190
lexmachina/docs/PatentInvalidityReasonsFilter.md
190191
lexmachina/docs/PatentsApi.md
192+
lexmachina/docs/PossibleCaseResolution.md
191193
lexmachina/docs/PriorArt.md
192194
lexmachina/docs/ResolutionsFilter.md
193195
lexmachina/docs/ResponseGetAttorneyAttorneysAttorneyIdGet.md
@@ -203,6 +205,7 @@ lexmachina/docs/StateCaseDates.md
203205
lexmachina/docs/StateCaseQuery.md
204206
lexmachina/docs/StateCaseQueryResult.md
205207
lexmachina/docs/StateCaseReference.md
208+
lexmachina/docs/StateCaseResolution.md
206209
lexmachina/docs/StateCaseRulingsByStatus.md
207210
lexmachina/docs/StateCasesApi.md
208211
lexmachina/docs/StateCourt.md
@@ -283,6 +286,7 @@ lexmachina/models/district_case_query_result.py
283286
lexmachina/models/district_case_reference.py
284287
lexmachina/models/district_case_remedies_by_status.py
285288
lexmachina/models/district_case_remedy.py
289+
lexmachina/models/district_case_resolution.py
286290
lexmachina/models/docket.py
287291
lexmachina/models/docket_entries_included_in_output.py
288292
lexmachina/models/docket_entry.py
@@ -366,6 +370,7 @@ lexmachina/models/patent_data.py
366370
lexmachina/models/patent_filter.py
367371
lexmachina/models/patent_findings.py
368372
lexmachina/models/patent_invalidity_reasons_filter.py
373+
lexmachina/models/possible_case_resolution.py
369374
lexmachina/models/prior_art.py
370375
lexmachina/models/ptab_claim_findings.py
371376
lexmachina/models/ptab_decision_ground.py
@@ -386,6 +391,7 @@ lexmachina/models/state_case_dates.py
386391
lexmachina/models/state_case_query.py
387392
lexmachina/models/state_case_query_result.py
388393
lexmachina/models/state_case_reference.py
394+
lexmachina/models/state_case_resolution.py
389395
lexmachina/models/state_case_rulings_by_status.py
390396
lexmachina/models/state_court.py
391397
lexmachina/models/state_court_filter.py

src/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.12.0
1+
7.14.0

0 commit comments

Comments
 (0)