Skip to content

Commit 2094b97

Browse files
feat: adds data_source metadata to ElementMetadata (#690)
1 parent 6bc1168 commit 2094b97

39 files changed

+961
-73
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.7.3-dev0
2+
3+
### Enhancements
4+
5+
* Update IngestDoc abstractions and add data source metadata in ElementMetadata
6+
7+
### Features
8+
9+
### Fixes
10+
111
## 0.7.2
212

313
### Enhancements

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ importlib-metadata==6.6.0
3030
# via sphinx
3131
jinja2==3.1.2
3232
# via sphinx
33-
markupsafe==2.1.2
33+
markupsafe==2.1.3
3434
# via jinja2
3535
packaging==23.1
3636
# via sphinx

requirements/base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ python-pptx==0.6.21
104104
# via -r requirements/base.in
105105
pytz==2023.3
106106
# via pandas
107-
regex==2023.5.5
107+
regex==2023.6.3
108108
# via nltk
109109
requests==2.31.0
110110
# via -r requirements/base.in
@@ -127,7 +127,7 @@ tqdm==4.65.0
127127
# nltk
128128
typer==0.9.0
129129
# via argilla
130-
typing-extensions==4.6.2
130+
typing-extensions==4.6.3
131131
# via
132132
# pydantic
133133
# rich

requirements/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ importlib-metadata==6.6.0
3030
# via sphinx
3131
jinja2==3.1.2
3232
# via sphinx
33-
markupsafe==2.1.2
33+
markupsafe==2.1.3
3434
# via jinja2
3535
packaging==23.1
3636
# via sphinx

requirements/dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jupyterlab-pygments==0.2.2
157157
# via nbconvert
158158
jupyterlab-widgets==3.0.7
159159
# via ipywidgets
160-
markupsafe==2.1.2
160+
markupsafe==2.1.3
161161
# via
162162
# jinja2
163163
# nbconvert
@@ -261,6 +261,7 @@ pyrsistent==0.19.3
261261
python-dateutil==2.8.2
262262
# via
263263
# -c requirements/base.txt
264+
# -c requirements/test.txt
264265
# arrow
265266
# jupyter-client
266267
python-json-logger==2.0.7
@@ -351,7 +352,7 @@ traitlets==5.9.0
351352
# nbformat
352353
# notebook
353354
# qtconsole
354-
typing-extensions==4.6.2
355+
typing-extensions==4.6.3
355356
# via
356357
# -c requirements/base.txt
357358
# -c requirements/test.txt

requirements/huggingface.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ joblib==1.2.0
3838
# sacremoses
3939
langdetect==1.0.9
4040
# via -r requirements/huggingface.in
41-
markupsafe==2.1.2
41+
markupsafe==2.1.3
4242
# via jinja2
4343
mpmath==1.3.0
4444
# via sympy
@@ -57,7 +57,7 @@ pyyaml==6.0
5757
# via
5858
# huggingface-hub
5959
# transformers
60-
regex==2023.5.5
60+
regex==2023.6.3
6161
# via
6262
# -c requirements/base.txt
6363
# sacremoses
@@ -90,7 +90,7 @@ tqdm==4.65.0
9090
# transformers
9191
transformers==4.29.2
9292
# via -r requirements/huggingface.in
93-
typing-extensions==4.6.2
93+
typing-extensions==4.6.3
9494
# via
9595
# -c requirements/base.txt
9696
# huggingface-hub

requirements/ingest-azure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ six==1.16.0
9393
# azure-core
9494
# azure-identity
9595
# isodate
96-
typing-extensions==4.6.2
96+
typing-extensions==4.6.3
9797
# via
9898
# -c requirements/base.txt
9999
# azure-core

requirements/ingest-s3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ six==1.16.0
5252
# via
5353
# -c requirements/base.txt
5454
# python-dateutil
55-
typing-extensions==4.6.2
55+
typing-extensions==4.6.3
5656
# via
5757
# -c requirements/base.txt
5858
# aioitertools

requirements/local-inference.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ kiwisolver==1.4.4
6464
# via matplotlib
6565
layoutparser[layoutmodels,tesseract]==0.3.4
6666
# via unstructured-inference
67-
markupsafe==2.1.2
67+
markupsafe==2.1.3
6868
# via jinja2
6969
matplotlib==3.7.1
7070
# via pycocotools
@@ -156,7 +156,7 @@ pyyaml==6.0
156156
# omegaconf
157157
# timm
158158
# transformers
159-
regex==2023.5.5
159+
regex==2023.6.3
160160
# via
161161
# -c requirements/base.txt
162162
# transformers
@@ -201,7 +201,7 @@ tqdm==4.65.0
201201
# transformers
202202
transformers==4.29.2
203203
# via unstructured-inference
204-
typing-extensions==4.6.2
204+
typing-extensions==4.6.3
205205
# via
206206
# -c requirements/base.txt
207207
# huggingface-hub

requirements/test.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ coverage
77
# ref: https://github.com/psf/black/issues/2964
88
click>=8.1
99
flake8
10+
freezegun
11+
label_studio_sdk
1012
mypy
11-
types-Markdown
1213
pytest-cov
1314
pytest-mock
14-
label_studio_sdk
15-
types-tabulate
15+
ruff
16+
types-Markdown
1617
types-requests
18+
types-tabulate
1719
vcrpy
18-
ruff

0 commit comments

Comments
 (0)