File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 0.0.79
2+
3+ * Bump to ` unstructured ` 0.15.7
4+
15## 0.0.78
26
37* Resolve NLTK CVE.
Original file line number Diff line number Diff line change 1313app = FastAPI (
1414 title = "Unstructured Pipeline API" ,
1515 summary = "Partition documents with the Unstructured library" ,
16- version = "0.0.78 " ,
16+ version = "0.0.79 " ,
1717 docs_url = "/general/docs" ,
1818 openapi_url = "/general/openapi.json" ,
1919 servers = [
Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ def return_content_type(filename: str):
649649
650650
651651@router .get ("/general/v0/general" , include_in_schema = False )
652- @router .get ("/general/v0.0.78 /general" , include_in_schema = False )
652+ @router .get ("/general/v0.0.79 /general" , include_in_schema = False )
653653async def handle_invalid_get_request ():
654654 raise HTTPException (
655655 status_code = status .HTTP_405_METHOD_NOT_ALLOWED , detail = "Only POST requests are supported."
@@ -664,7 +664,7 @@ async def handle_invalid_get_request():
664664 description = "Description" ,
665665 operation_id = "partition_parameters" ,
666666)
667- @router .post ("/general/v0.0.78 /general" , include_in_schema = False )
667+ @router .post ("/general/v0.0.79 /general" , include_in_schema = False )
668668def general_partition (
669669 request : Request ,
670670 # cannot use annotated type here because of a bug described here:
Original file line number Diff line number Diff line change 11name : general
2- version : 0.0.78
2+ version : 0.0.79
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ markdown==3.7
146146 # via unstructured
147147markupsafe==2.1.5
148148 # via jinja2
149- marshmallow==3.21.3
149+ marshmallow==3.22.0
150150 # via
151151 # dataclasses-json
152152 # unstructured-client
@@ -383,7 +383,7 @@ tqdm==4.66.5
383383 # nltk
384384 # transformers
385385 # unstructured
386- transformers==4.44.0
386+ transformers==4.44.1
387387 # via unstructured-inference
388388typing-extensions==4.12.2
389389 # via
@@ -409,7 +409,7 @@ typing-inspect==0.9.0
409409 # unstructured-client
410410tzdata==2024.1
411411 # via pandas
412- unstructured[all-docs]==0.15.6
412+ unstructured[all-docs]==0.15.7
413413 # via -r requirements/base.in
414414unstructured-client==0.25.5
415415 # via unstructured
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ markupsafe==2.1.5
374374 # -r requirements/base.txt
375375 # jinja2
376376 # nbconvert
377- marshmallow==3.21.3
377+ marshmallow==3.22.0
378378 # via
379379 # -r requirements/base.txt
380380 # dataclasses-json
@@ -878,7 +878,7 @@ traitlets==5.14.3
878878 # nbconvert
879879 # nbformat
880880 # qtconsole
881- transformers==4.44.0
881+ transformers==4.44.1
882882 # via
883883 # -r requirements/base.txt
884884 # unstructured-inference
@@ -916,7 +916,7 @@ tzdata==2024.1
916916 # via
917917 # -r requirements/base.txt
918918 # pandas
919- unstructured[all-docs]==0.15.6
919+ unstructured[all-docs]==0.15.7
920920 # via -r requirements/base.txt
921921unstructured-client==0.25.5
922922 # via
You can’t perform that action at this time.
0 commit comments