nucliadb-models 6.9.3.post5297__py3-none-any.whl → 6.9.3.post5300__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.
Potentially problematic release.
This version of nucliadb-models might be problematic. Click here for more details.
- nucliadb_models/hydration.py +4 -3
- {nucliadb_models-6.9.3.post5297.dist-info → nucliadb_models-6.9.3.post5300.dist-info}/METADATA +1 -1
- {nucliadb_models-6.9.3.post5297.dist-info → nucliadb_models-6.9.3.post5300.dist-info}/RECORD +5 -5
- {nucliadb_models-6.9.3.post5297.dist-info → nucliadb_models-6.9.3.post5300.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.9.3.post5297.dist-info → nucliadb_models-6.9.3.post5300.dist-info}/top_level.txt +0 -0
nucliadb_models/hydration.py
CHANGED
|
@@ -246,10 +246,11 @@ class Hydration(BaseModel, extra="forbid"):
|
|
|
246
246
|
ParagraphId = Annotated[
|
|
247
247
|
str,
|
|
248
248
|
StringConstraints(
|
|
249
|
-
|
|
250
|
-
|
|
249
|
+
# resource-uuid/field-type/field-id/[split-id/]paragraph-id
|
|
250
|
+
pattern=r"^[0-9a-f]{32}/[acftu]/[a-zA-Z0-9:_-]+/([^/]{1,128}/)?[0-9]+-[0-9]+$",
|
|
251
|
+
min_length=32 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 3,
|
|
251
252
|
# max field id of 250 and 10 digit paragraphs. More than enough
|
|
252
|
-
max_length=32 + 1 + 1 + 1 + 250 + 1 + 21,
|
|
253
|
+
max_length=32 + 1 + 1 + 1 + 250 + 1 + 128 + 1 + 21,
|
|
253
254
|
),
|
|
254
255
|
]
|
|
255
256
|
|
{nucliadb_models-6.9.3.post5297.dist-info → nucliadb_models-6.9.3.post5300.dist-info}/RECORD
RENAMED
|
@@ -9,7 +9,7 @@ nucliadb_models/external_index_providers.py,sha256=pL3leo4MkuJOnKlU1Sg6GT_mnK_VU
|
|
|
9
9
|
nucliadb_models/extracted.py,sha256=Owz7LC3le3Dvau3TtRiO8NY84meOf6IxN-RrOqqpMPs,5593
|
|
10
10
|
nucliadb_models/file.py,sha256=tXtgB9c7i2ADsnJ7HdbXyroAmXadGvOeA49htBh7BZo,2263
|
|
11
11
|
nucliadb_models/filters.py,sha256=NQI2-4AFzzJuZy8NeY3jXlTbbU5wxiwMCP-5DrD-7lE,14759
|
|
12
|
-
nucliadb_models/hydration.py,sha256=
|
|
12
|
+
nucliadb_models/hydration.py,sha256=Yo8eM99q9wcaCJj8stL5z3k63ouC3LVANZIZLULZxRQ,14363
|
|
13
13
|
nucliadb_models/labels.py,sha256=9zqRgkpZuX3kUPwsTTgCH7JyOWK7dM5pwyuHJR86YdU,3949
|
|
14
14
|
nucliadb_models/link.py,sha256=PF5hHLwdOed5TMBTxtokkgWtMh1bFnORZjybh0NwVCw,2526
|
|
15
15
|
nucliadb_models/metadata.py,sha256=OOKGy_83NtlG1QKQZEwMuwu4wbVEe7P30Y2QvnGSDto,8933
|
|
@@ -33,7 +33,7 @@ nucliadb_models/graph/responses.py,sha256=Sdq8OgFAL1YT-1lJyLLrkqcScvj7YTEqAUwQ-k
|
|
|
33
33
|
nucliadb_models/internal/__init__.py,sha256=zG33bUz1rHFPtvqQPWn4rDwBJt3FJodGuQYD45quiQg,583
|
|
34
34
|
nucliadb_models/internal/predict.py,sha256=Pnx6MmLfK65eExe1XnVxqmSlvMwdowewwks9BOEoqMw,2029
|
|
35
35
|
nucliadb_models/internal/shards.py,sha256=__y1OZtWGiNcPQEWfSFOj8yw458WGi7mM4vZe0K-L1Y,1691
|
|
36
|
-
nucliadb_models-6.9.3.
|
|
37
|
-
nucliadb_models-6.9.3.
|
|
38
|
-
nucliadb_models-6.9.3.
|
|
39
|
-
nucliadb_models-6.9.3.
|
|
36
|
+
nucliadb_models-6.9.3.post5300.dist-info/METADATA,sha256=vXycSKTBX_0_Wv2DVKq1MM_L5XqmrT77eeXqgaTuM_c,745
|
|
37
|
+
nucliadb_models-6.9.3.post5300.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
38
|
+
nucliadb_models-6.9.3.post5300.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
|
39
|
+
nucliadb_models-6.9.3.post5300.dist-info/RECORD,,
|
|
File without changes
|
{nucliadb_models-6.9.3.post5297.dist-info → nucliadb_models-6.9.3.post5300.dist-info}/top_level.txt
RENAMED
|
File without changes
|