Skip to content

Commit

Permalink
build: set pydantic version to 2.10.3 (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Cesar Berrospi Ramis <[email protected]>
  • Loading branch information
ceberam authored Dec 4, 2024
1 parent 180e294 commit 266e7fc
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 262 deletions.
42 changes: 0 additions & 42 deletions docs/DoclingDocument.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,6 @@
"label": {
"const": "list_item",
"default": "list_item",
"enum": [
"list_item"
],
"title": "Label",
"type": "string"
},
Expand Down Expand Up @@ -491,9 +488,6 @@
"kind": {
"const": "bar_chart_data",
"default": "bar_chart_data",
"enum": [
"bar_chart_data"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -547,9 +541,6 @@
"kind": {
"const": "classification",
"default": "classification",
"enum": [
"classification"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -578,9 +569,6 @@
"kind": {
"const": "description",
"default": "description",
"enum": [
"description"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -631,9 +619,6 @@
"label": {
"const": "picture",
"default": "picture",
"enum": [
"picture"
],
"title": "Label",
"type": "string"
},
Expand Down Expand Up @@ -747,9 +732,6 @@
"kind": {
"const": "line_chart_data",
"default": "line_chart_data",
"enum": [
"line_chart_data"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -784,9 +766,6 @@
"kind": {
"const": "misc",
"default": "misc",
"enum": [
"misc"
],
"title": "Kind",
"type": "string"
},
Expand All @@ -807,9 +786,6 @@
"kind": {
"const": "molecule_data",
"default": "molecule_data",
"enum": [
"molecule_data"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -867,9 +843,6 @@
"kind": {
"const": "pie_chart_data",
"default": "pie_chart_data",
"enum": [
"pie_chart_data"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -898,9 +871,6 @@
"kind": {
"const": "scatter_chart_data",
"default": "scatter_chart_data",
"enum": [
"scatter_chart_data"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -939,9 +909,6 @@
"kind": {
"const": "stacked_bar_chart_data",
"default": "stacked_bar_chart_data",
"enum": [
"stacked_bar_chart_data"
],
"title": "Kind",
"type": "string"
},
Expand Down Expand Up @@ -1049,9 +1016,6 @@
"label": {
"const": "section_header",
"default": "section_header",
"enum": [
"section_header"
],
"title": "Label",
"type": "string"
},
Expand Down Expand Up @@ -1230,9 +1194,6 @@
"label": {
"const": "table",
"default": "table",
"enum": [
"table"
],
"title": "Label",
"type": "string"
},
Expand Down Expand Up @@ -1353,9 +1314,6 @@
"schema_name": {
"const": "DoclingDocument",
"default": "DoclingDocument",
"enum": [
"DoclingDocument"
],
"title": "Schema Name",
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/Generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
"default": null,
"description": "A short description or summary of the document.",
"title": " Name",
"title": "Name",
"x-es-type": "text"
},
"file-info": {
Expand Down
7 changes: 2 additions & 5 deletions docs/Record.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,6 @@
"type": {
"const": "Record",
"description": "The collection type.",
"enum": [
"Record"
],
"title": "Type",
"type": "string",
"x-es-ignore_above": 8191,
Expand Down Expand Up @@ -743,7 +740,7 @@
"examples": [
"#/_s3_data/figures/0"
],
"title": " Ref S3 Data",
"title": "Ref S3 Data",
"type": "string"
}
},
Expand Down Expand Up @@ -941,7 +938,7 @@
],
"default": null,
"description": "A short description or summary of the record.",
"title": " Name",
"title": "Name",
"x-es-type": "text"
},
"identifiers": {
Expand Down
Loading

0 comments on commit 266e7fc

Please sign in to comment.