File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,10 @@ et-xmlfile==2.0.0
6363 # via openpyxl
6464eval-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
6870filelock==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
Original file line number Diff line number Diff line change 44# words, if something does not require a constraint, it will not be installed.
55####################################################################################################
66numpy<2.0.0
7- starlette==0.41.2
7+ starlette==0.41.2
8+ fastapi==0.115.7
Original file line number Diff line number Diff line change @@ -148,8 +148,10 @@ execnb==0.1.11
148148 # via nbdev
149149executing==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
153155fastcore==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
You can’t perform that action at this time.
0 commit comments