Skip to content

Commit cd98391

Browse files
committed
Pin Starlette to avoid breaking middleware
1 parent a40b887 commit cd98391

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ et-xmlfile==2.0.0
6363
# via openpyxl
6464
eval-type-backport==0.2.2
6565
# via unstructured-client
66-
fastapi==0.115.7
66+
fastapi==0.115.8
6767
# via -r requirements/base.in
6868
filelock==3.17.0
6969
# via
@@ -108,7 +108,7 @@ httpcore==1.0.7
108108
# via httpx
109109
httpx==0.28.1
110110
# via unstructured-client
111-
huggingface-hub==0.28.0
111+
huggingface-hub==0.28.1
112112
# via
113113
# timm
114114
# tokenizers
@@ -328,7 +328,7 @@ sniffio==1.3.1
328328
# via anyio
329329
soupsieve==2.6
330330
# via beautifulsoup4
331-
starlette==0.43.0
331+
starlette==0.41.2
332332
# via
333333
# -c requirements/constraints.in
334334
# fastapi

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.43.0
7+
starlette==0.41.2

requirements/test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ execnb==0.1.11
148148
# via nbdev
149149
executing==2.2.0
150150
# via stack-data
151-
fastapi==0.115.7
151+
fastapi==0.115.8
152152
# via -r requirements/base.txt
153153
fastcore==1.7.28
154154
# via
@@ -232,7 +232,7 @@ httpx==0.28.1
232232
# -r requirements/test.in
233233
# jupyterlab
234234
# unstructured-client
235-
huggingface-hub==0.28.0
235+
huggingface-hub==0.28.1
236236
# via
237237
# -r requirements/base.txt
238238
# timm
@@ -679,7 +679,7 @@ pyyaml==6.0.2
679679
# omegaconf
680680
# timm
681681
# transformers
682-
pyzmq==26.2.0
682+
pyzmq==26.2.1
683683
# via
684684
# ipykernel
685685
# jupyter-client
@@ -760,7 +760,7 @@ soupsieve==2.6
760760
# beautifulsoup4
761761
stack-data==0.6.3
762762
# via ipython
763-
starlette==0.43.0
763+
starlette==0.41.2
764764
# via
765765
# -c requirements/constraints.in
766766
# -r requirements/base.txt

0 commit comments

Comments
 (0)