Skip to content

Commit 0737905

Browse files
committed
Pin Starlette to avoid breaking middleware
1 parent b64690b commit 0737905

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ filetype==1.2.0
7474
# via unstructured
7575
flatbuffers==25.1.24
7676
# via onnxruntime
77-
fonttools==4.55.7
77+
fonttools==4.55.8
7878
# via matplotlib
7979
fsspec==2024.12.0
8080
# via
@@ -328,7 +328,7 @@ sniffio==1.3.1
328328
# via anyio
329329
soupsieve==2.6
330330
# via beautifulsoup4
331-
starlette==0.45.3
331+
starlette==0.43.0
332332
# via
333333
# -c requirements/constraints.in
334334
# fastapi
@@ -342,13 +342,13 @@ timm==1.0.14
342342
# unstructured-inference
343343
tokenizers==0.21.0
344344
# via transformers
345-
torch==2.5.1
345+
torch==2.6.0
346346
# via
347347
# effdet
348348
# timm
349349
# torchvision
350350
# unstructured-inference
351-
torchvision==0.20.1
351+
torchvision==0.21.0
352352
# via
353353
# effdet
354354
# timm
@@ -379,7 +379,7 @@ typing-inspect==0.9.0
379379
# unstructured-client
380380
tzdata==2025.1
381381
# via pandas
382-
unstructured[all-docs]==0.16.16
382+
unstructured[all-docs]==0.16.17
383383
# via -r requirements/base.in
384384
unstructured-client==0.29.0
385385
# via unstructured

requirements/constraints.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# words, if something does not require a constraint, it will not be installed.
55
####################################################################################################
66
numpy<2.0.0
7-
starlette>=0.40.0
7+
starlette==0.43.0

requirements/test.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ beautifulsoup4==4.12.3
5353
# -r requirements/base.txt
5454
# nbconvert
5555
# unstructured
56-
black==24.10.0
56+
black==25.1.0
5757
# via -r requirements/test.in
5858
bleach[css]==6.2.0
5959
# via nbconvert
@@ -173,7 +173,7 @@ flatbuffers==25.1.24
173173
# via
174174
# -r requirements/base.txt
175175
# onnxruntime
176-
fonttools==4.55.7
176+
fonttools==4.55.8
177177
# via
178178
# -r requirements/base.txt
179179
# matplotlib
@@ -329,7 +329,7 @@ jupyter-server==2.15.0
329329
# notebook-shim
330330
jupyter-server-terminals==0.5.3
331331
# via jupyter-server
332-
jupyterlab==4.3.4
332+
jupyterlab==4.3.5
333333
# via
334334
# jupyter
335335
# notebook
@@ -760,7 +760,7 @@ soupsieve==2.6
760760
# beautifulsoup4
761761
stack-data==0.6.3
762762
# via ipython
763-
starlette==0.45.3
763+
starlette==0.43.0
764764
# via
765765
# -c requirements/constraints.in
766766
# -r requirements/base.txt
@@ -785,14 +785,14 @@ tokenizers==0.21.0
785785
# via
786786
# -r requirements/base.txt
787787
# transformers
788-
torch==2.5.1
788+
torch==2.6.0
789789
# via
790790
# -r requirements/base.txt
791791
# effdet
792792
# timm
793793
# torchvision
794794
# unstructured-inference
795-
torchvision==0.20.1
795+
torchvision==0.21.0
796796
# via
797797
# -r requirements/base.txt
798798
# effdet
@@ -859,7 +859,7 @@ tzdata==2025.1
859859
# via
860860
# -r requirements/base.txt
861861
# pandas
862-
unstructured[all-docs]==0.16.16
862+
unstructured[all-docs]==0.16.17
863863
# via -r requirements/base.txt
864864
unstructured-client==0.29.0
865865
# via

0 commit comments

Comments
 (0)