Skip to content

Commit 75de266

Browse files
committed
build: update dependencies
1 parent 0e1f883 commit 75de266

File tree

4 files changed

+689
-114
lines changed

4 files changed

+689
-114
lines changed

demo-requirements.txt

Lines changed: 146 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -8,88 +8,137 @@ aiofiles==23.2.1
88
# via gradio
99
annotated-types==0.7.0
1010
# via pydantic
11-
anyio==4.6.2.post1
11+
anyio==4.8.0
1212
# via
1313
# gradio
1414
# httpx
1515
# openai
1616
# starlette
17-
basyx-python-sdk @ git+https://github.com/JGrothoff/basyx-python-sdk.git@pdf-to-aas#subdirectory=sdk
17+
arrow==1.3.0
18+
# via isoduration
19+
attrs==24.3.0
20+
# via
21+
# hypothesis
22+
# jsonschema
23+
# pytest-subtests
24+
# referencing
25+
backoff==2.2.1
26+
# via schemathesis
27+
basyx-python-sdk @ git+https://github.com/eclipse-basyx/basyx-python-sdk.git@933b9fa74a89a1312f43b85fed4bba00db1dc4c0#subdirectory=sdk
1828
# via pdf2aas (pyproject.toml)
1929
beautifulsoup4==4.12.3
2030
# via pdf2aas (pyproject.toml)
21-
certifi==2024.8.30
31+
certifi==2024.12.14
2232
# via
2333
# httpcore
2434
# httpx
2535
# requests
2636
cffi==1.17.1
2737
# via cryptography
28-
charset-normalizer==3.4.0
38+
charset-normalizer==3.4.1
2939
# via
3040
# pdfminer-six
3141
# requests
32-
click==8.1.7
42+
click==8.1.8
3343
# via
44+
# schemathesis
3445
# typer
3546
# uvicorn
3647
colorama==0.4.6
3748
# via
3849
# click
50+
# pytest
51+
# schemathesis
3952
# tqdm
40-
cryptography==43.0.3
53+
cryptography==44.0.0
4154
# via pdfminer-six
4255
distro==1.9.0
4356
# via openai
4457
et-xmlfile==2.0.0
4558
# via openpyxl
46-
fastapi==0.115.5
59+
fastapi==0.115.6
4760
# via gradio
48-
ffmpy==0.4.0
61+
ffmpy==0.5.0
4962
# via gradio
5063
filelock==3.16.1
5164
# via huggingface-hub
52-
fsspec==2024.10.0
65+
fqdn==1.5.1
66+
# via jsonschema
67+
fsspec==2024.12.0
5368
# via
5469
# gradio-client
5570
# huggingface-hub
56-
gradio==5.6.0
71+
gradio==5.12.0
5772
# via
5873
# gradio-pdf
5974
# pdf2aas (pyproject.toml)
60-
gradio-client==1.4.3
75+
gradio-client==1.5.4
6176
# via gradio
62-
gradio-pdf==0.0.19
77+
gradio-pdf==0.0.21
6378
# via pdf2aas (pyproject.toml)
79+
graphql-core==3.2.5
80+
# via hypothesis-graphql
6481
h11==0.14.0
6582
# via
6683
# httpcore
6784
# uvicorn
85+
harfile==0.3.0
86+
# via schemathesis
6887
httpcore==1.0.7
6988
# via httpx
70-
httpx==0.27.2
89+
httpx==0.28.1
7190
# via
7291
# gradio
7392
# gradio-client
7493
# openai
7594
# safehttpx
76-
huggingface-hub==0.26.2
95+
# schemathesis
96+
huggingface-hub==0.27.1
7797
# via
7898
# gradio
7999
# gradio-client
100+
hypothesis==6.124.0
101+
# via
102+
# basyx-python-sdk
103+
# hypothesis-graphql
104+
# hypothesis-jsonschema
105+
# schemathesis
106+
hypothesis-graphql==0.11.1
107+
# via schemathesis
108+
hypothesis-jsonschema==0.23.1
109+
# via schemathesis
80110
idna==3.10
81111
# via
82112
# anyio
83113
# httpx
114+
# jsonschema
84115
# requests
85-
jinja2==3.1.4
116+
# yarl
117+
iniconfig==2.0.0
118+
# via pytest
119+
isoduration==20.11.0
120+
# via jsonschema
121+
jinja2==3.1.5
86122
# via gradio
87-
jiter==0.7.1
123+
jiter==0.8.2
88124
# via openai
125+
jsonpointer==3.0.0
126+
# via jsonschema
127+
jsonschema==4.23.0
128+
# via
129+
# basyx-python-sdk
130+
# hypothesis-jsonschema
131+
# schemathesis
132+
jsonschema-specifications==2024.10.1
133+
# via jsonschema
134+
junit-xml==1.9
135+
# via schemathesis
89136
lxml==4.9.4
90137
# via
91138
# basyx-python-sdk
92139
# pyecma376-2
140+
lxml-stubs==0.5.1
141+
# via basyx-python-sdk
93142
markdown-it-py==3.0.0
94143
# via rich
95144
markupsafe==2.1.5
@@ -99,111 +148,161 @@ markupsafe==2.1.5
99148
# werkzeug
100149
mdurl==0.1.2
101150
# via markdown-it-py
102-
numpy==2.1.3
151+
multidict==6.1.0
152+
# via yarl
153+
numpy==2.2.1
103154
# via
104155
# gradio
105156
# pandas
106-
openai==1.54.4
157+
openai==1.59.7
107158
# via pdf2aas (pyproject.toml)
108159
openpyxl==3.1.5
109160
# via pdf2aas (pyproject.toml)
110-
orjson==3.10.11
161+
orjson==3.10.14
111162
# via gradio
112163
packaging==24.2
113164
# via
114165
# gradio
115166
# gradio-client
116167
# huggingface-hub
168+
# pytest
117169
pandas==2.2.3
118170
# via
119171
# gradio
120172
# pdf2aas (pyproject.toml)
121173
pdfminer-six==20231228
122174
# via pdfplumber
123-
pdfplumber==0.11.4
175+
pdfplumber==0.11.5
124176
# via pdf2aas (pyproject.toml)
125-
pillow==11.0.0
177+
pillow==11.1.0
126178
# via
127179
# gradio
128180
# pdfplumber
181+
pluggy==1.5.0
182+
# via pytest
183+
propcache==0.2.1
184+
# via yarl
129185
pycparser==2.22
130186
# via cffi
131-
pydantic==2.9.2
187+
pydantic==2.10.5
132188
# via
133189
# fastapi
134190
# gradio
135191
# openai
136192
# pdf2aas (pyproject.toml)
137193
# pydantic-settings
138-
pydantic-core==2.23.4
194+
pydantic-core==2.27.2
139195
# via pydantic
140-
pydantic-settings==2.6.1
196+
pydantic-settings==2.7.1
141197
# via pdf2aas (pyproject.toml)
142198
pydub==0.25.1
143199
# via gradio
144200
pyecma376-2==1.0.0
145201
# via basyx-python-sdk
146-
pygments==2.18.0
202+
pygments==2.19.1
147203
# via rich
148-
pypdfium2==4.30.0
204+
pypdfium2==4.30.1
149205
# via
150206
# pdf2aas (pyproject.toml)
151207
# pdfplumber
208+
pyrate-limiter==3.7.0
209+
# via schemathesis
210+
pytest==8.3.4
211+
# via
212+
# pytest-subtests
213+
# schemathesis
214+
pytest-subtests==0.14.1
215+
# via schemathesis
152216
python-dateutil==2.9.0.post0
153217
# via
218+
# arrow
154219
# basyx-python-sdk
155220
# pandas
156221
python-dotenv==1.0.1
157222
# via
158223
# pdf2aas (pyproject.toml)
159224
# pydantic-settings
160-
python-multipart==0.0.12
225+
python-multipart==0.0.20
161226
# via gradio
162227
pytz==2024.2
163228
# via pandas
164229
pyyaml==6.0.2
165230
# via
166231
# gradio
167232
# huggingface-hub
233+
# schemathesis
234+
referencing==0.35.1
235+
# via
236+
# jsonschema
237+
# jsonschema-specifications
168238
requests==2.32.3
169239
# via
170240
# huggingface-hub
171241
# pdf2aas (pyproject.toml)
242+
# schemathesis
243+
# starlette-testclient
244+
rfc3339-validator==0.1.4
245+
# via jsonschema
246+
rfc3987==1.3.8
247+
# via jsonschema
172248
rich==13.9.4
173249
# via typer
174-
ruff==0.7.4
250+
rpds-py==0.22.3
251+
# via
252+
# jsonschema
253+
# referencing
254+
ruff==0.9.1
175255
# via gradio
176-
safehttpx==0.1.1
256+
safehttpx==0.1.6
177257
# via gradio
258+
schemathesis==3.39.6
259+
# via basyx-python-sdk
178260
semantic-version==2.10.0
179261
# via gradio
180262
shellingham==1.5.4
181263
# via typer
182-
six==1.16.0
183-
# via python-dateutil
264+
six==1.17.0
265+
# via
266+
# junit-xml
267+
# python-dateutil
268+
# rfc3339-validator
184269
sniffio==1.3.1
185270
# via
186271
# anyio
187-
# httpx
188272
# openai
273+
sortedcontainers==2.4.0
274+
# via hypothesis
189275
soupsieve==2.6
190276
# via beautifulsoup4
191277
starlette==0.41.3
192278
# via
193279
# fastapi
194280
# gradio
281+
# schemathesis
282+
# starlette-testclient
283+
starlette-testclient==0.4.1
284+
# via schemathesis
195285
tabulate==0.9.0
196286
# via pdf2aas (pyproject.toml)
197-
tomlkit==0.12.0
287+
tomli==2.2.1
288+
# via schemathesis
289+
tomli-w==1.2.0
290+
# via schemathesis
291+
tomlkit==0.13.2
198292
# via gradio
199-
tqdm==4.67.0
293+
tqdm==4.67.1
200294
# via
201295
# huggingface-hub
202296
# openai
203-
typer==0.13.1
297+
typer==0.15.1
204298
# via gradio
299+
types-python-dateutil==2.9.0.20241206
300+
# via
301+
# arrow
302+
# basyx-python-sdk
205303
typing-extensions==4.12.2
206304
# via
305+
# anyio
207306
# fastapi
208307
# gradio
209308
# gradio-client
@@ -214,15 +313,23 @@ typing-extensions==4.12.2
214313
# typer
215314
tzdata==2024.2
216315
# via pandas
217-
urllib3==2.2.3
316+
uri-template==1.3.0
317+
# via jsonschema
318+
urllib3==2.3.0
218319
# via
219320
# basyx-python-sdk
220321
# requests
221-
uvicorn==0.32.0
322+
uvicorn==0.34.0
222323
# via gradio
223-
websockets==12.0
324+
webcolors==24.11.1
325+
# via jsonschema
326+
websockets==14.1
224327
# via gradio-client
225328
werkzeug==3.1.3
226-
# via basyx-python-sdk
329+
# via
330+
# basyx-python-sdk
331+
# schemathesis
227332
xlrd==2.0.1
228333
# via pdf2aas (pyproject.toml)
334+
yarl==1.18.3
335+
# via schemathesis

0 commit comments

Comments
 (0)