ds-caselaw-marklogic-api-client 24.0.0__py3-none-any.whl → 24.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -244,7 +244,7 @@ def request_parse(
244
244
  "parameters": {
245
245
  "s3Bucket": env("PRIVATE_ASSET_BUCKET"),
246
246
  "s3Key": generate_docx_key(uri),
247
- "reference": reference or f"FCL-{uuid.uuid4()}",
247
+ "reference": reference or f"FCL-{str(uuid.uuid4())[:-13]}", # uuid truncated at request of TRE
248
248
  "originator": "FCL",
249
249
  "parserInstructions": parser_instructions,
250
250
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ds-caselaw-marklogic-api-client
3
- Version: 24.0.0
3
+ Version: 24.0.1
4
4
  Summary: An API client for interacting with the underlying data in Find Caselaw.
5
5
  Home-page: https://github.com/nationalarchives/ds-caselaw-custom-api-client
6
6
  Keywords: national archives,caselaw
@@ -93,3 +93,5 @@ To create a release:
93
93
  8. Create a release in [Github releases](https://github.com/nationalarchives/ds-caselaw-custom-api-client/releases)
94
94
  using the created tag
95
95
 
96
+ If the release fails to push to PyPI, you can delete the tag with `git pull`, `git push --delete origin v1.2.3` and try again.
97
+
@@ -10,7 +10,7 @@ caselawclient/models/judgments.py,sha256=IsQrllb9GqY_vl_gwIkNJhH6FK3W7srhcmo0zjx
10
10
  caselawclient/models/neutral_citation_mixin.py,sha256=cEQXq1bWaiu3Sy3QWyK5IesrMS186Kw5-CFfuVqnB-A,1730
11
11
  caselawclient/models/press_summaries.py,sha256=L8G3qmnlVt1wpCeAhX9M_Clwh119tr5MN8y-96bEehg,1665
12
12
  caselawclient/models/utilities/__init__.py,sha256=aL1a2nDacPxninETeaVZKwOxZemgvm73IcpWgMNXoGc,1100
13
- caselawclient/models/utilities/aws.py,sha256=bR7lYW7F08GUKlgX2Fk2ske3Jz0TQ7KNQA1xujeQciM,8020
13
+ caselawclient/models/utilities/aws.py,sha256=3P0YyZniYC_HsULar3T16At5rsiJlvxAfNVx9U6XCXU,8067
14
14
  caselawclient/models/utilities/dates.py,sha256=f1ai7WiGELdqdiyFQ7gGjCXFO6sxz5g5hfc2_HRNNvE,563
15
15
  caselawclient/models/utilities/move.py,sha256=Xi2uPzruMp_-40Z5pWcSd3AN6C9iiAj6A1YqZHjgeaI,5390
16
16
  caselawclient/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -61,7 +61,7 @@ caselawclient/xquery/validate_document.xqy,sha256=PgaDcnqCRJPIVqfmWsNlXmCLNKd21q
61
61
  caselawclient/xquery/xslt.xqy,sha256=w57wNijH3dkwHkpKeAxqjlghVflQwo8cq6jS_sm-erM,199
62
62
  caselawclient/xquery/xslt_transform.xqy,sha256=smyFFxqmtkuOzBd2l7uw6K2oAsYctudrP8omdv_XNAM,2463
63
63
  caselawclient/xquery_type_dicts.py,sha256=YOrXbEYJU84S-YwergCI12OL5Wrn_wpqMcqWpsQrKek,5590
64
- ds_caselaw_marklogic_api_client-24.0.0.dist-info/LICENSE.md,sha256=fGMzyyLuQW-IAXUeDSCrRdsYW536aEWThdbpCjo6ZKg,1108
65
- ds_caselaw_marklogic_api_client-24.0.0.dist-info/METADATA,sha256=drKSHXfx8RSFhDTF35ciPqA-McGVBAIS_nY9OA5bAXY,4060
66
- ds_caselaw_marklogic_api_client-24.0.0.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
67
- ds_caselaw_marklogic_api_client-24.0.0.dist-info/RECORD,,
64
+ ds_caselaw_marklogic_api_client-24.0.1.dist-info/LICENSE.md,sha256=fGMzyyLuQW-IAXUeDSCrRdsYW536aEWThdbpCjo6ZKg,1108
65
+ ds_caselaw_marklogic_api_client-24.0.1.dist-info/METADATA,sha256=G_5X53EK1WbtALKR3jodr5tueBincgko-f0jJP8jjz4,4188
66
+ ds_caselaw_marklogic_api_client-24.0.1.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
67
+ ds_caselaw_marklogic_api_client-24.0.1.dist-info/RECORD,,