Skip to content

Commit 48d71f1

Browse files
committed
See if pinning fastapi fixes tests
1 parent cd98391 commit 48d71f1

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

requirements/base.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ et-xmlfile==2.0.0
6363
# via openpyxl
6464
eval-type-backport==0.2.2
6565
# via unstructured-client
66-
fastapi==0.115.8
67-
# via -r requirements/base.in
66+
fastapi==0.115.7
67+
# via
68+
# -c requirements/constraints.in
69+
# -r requirements/base.in
6870
filelock==3.17.0
6971
# via
7072
# huggingface-hub
@@ -291,7 +293,7 @@ pyyaml==6.0.2
291293
# omegaconf
292294
# timm
293295
# transformers
294-
rapidfuzz==3.11.0
296+
rapidfuzz==3.12.1
295297
# via
296298
# unstructured
297299
# unstructured-inference

requirements/constraints.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# words, if something does not require a constraint, it will not be installed.
55
####################################################################################################
66
numpy<2.0.0
7-
starlette==0.41.2
7+
starlette==0.41.2
8+
fastapi==0.115.7

requirements/test.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,10 @@ execnb==0.1.11
148148
# via nbdev
149149
executing==2.2.0
150150
# via stack-data
151-
fastapi==0.115.8
152-
# via -r requirements/base.txt
151+
fastapi==0.115.7
152+
# via
153+
# -c requirements/constraints.in
154+
# -r requirements/base.txt
153155
fastcore==1.7.28
154156
# via
155157
# execnb
@@ -685,7 +687,7 @@ pyzmq==26.2.1
685687
# jupyter-client
686688
# jupyter-console
687689
# jupyter-server
688-
rapidfuzz==3.11.0
690+
rapidfuzz==3.12.1
689691
# via
690692
# -r requirements/base.txt
691693
# unstructured

0 commit comments

Comments
 (0)