File tree 8 files changed +19
-20
lines changed
8 files changed +19
-20
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.0.75
2
+
3
+ * Remove constraint on ` safetensors ` that preventing us from bumping ` transformers ` .
4
+
1
5
## 0.0.74
2
6
3
7
* Bump to ` unstructured ` 0.15.0
Original file line number Diff line number Diff line change 13
13
app = FastAPI (
14
14
title = "Unstructured Pipeline API" ,
15
15
summary = "Partition documents with the Unstructured library" ,
16
- version = "0.0.74 " ,
16
+ version = "0.0.75 " ,
17
17
docs_url = "/general/docs" ,
18
18
openapi_url = "/general/openapi.json" ,
19
19
servers = [
Original file line number Diff line number Diff line change @@ -649,7 +649,7 @@ def return_content_type(filename: str):
649
649
650
650
651
651
@router .get ("/general/v0/general" , include_in_schema = False )
652
- @router .get ("/general/v0.0.74 /general" , include_in_schema = False )
652
+ @router .get ("/general/v0.0.75 /general" , include_in_schema = False )
653
653
async def handle_invalid_get_request ():
654
654
raise HTTPException (
655
655
status_code = status .HTTP_405_METHOD_NOT_ALLOWED , detail = "Only POST requests are supported."
@@ -664,7 +664,7 @@ async def handle_invalid_get_request():
664
664
description = "Description" ,
665
665
operation_id = "partition_parameters" ,
666
666
)
667
- @router .post ("/general/v0.0.74 /general" , include_in_schema = False )
667
+ @router .post ("/general/v0.0.75 /general" , include_in_schema = False )
668
668
def general_partition (
669
669
request : Request ,
670
670
# cannot use annotated type here because of a bug described here:
Original file line number Diff line number Diff line change 1
1
name : general
2
- version : 0.0.74
2
+ version : 0.0.75
Original file line number Diff line number Diff line change @@ -12,4 +12,3 @@ backoff
12
12
pypdf
13
13
pycryptodome
14
14
psutil
15
-
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ httpx==0.27.0
120
120
# via
121
121
# fastapi
122
122
# unstructured-client
123
- huggingface-hub==0.24.0
123
+ huggingface-hub==0.24.2
124
124
# via
125
125
# timm
126
126
# tokenizers
@@ -245,7 +245,7 @@ pdfminer-six==20231228
245
245
# unstructured
246
246
pdfplumber==0.11.2
247
247
# via layoutparser
248
- pikepdf==9.0 .0
248
+ pikepdf==9.1 .0
249
249
# via unstructured
250
250
pillow==10.4.0
251
251
# via
@@ -367,9 +367,8 @@ rich==13.7.1
367
367
# via typer
368
368
rsa==4.9
369
369
# via google-auth
370
- safetensors==0.3.2
370
+ safetensors==0.4.3
371
371
# via
372
- # -c requirements/constraints.in
373
372
# timm
374
373
# transformers
375
374
scipy==1.14.0
@@ -399,7 +398,7 @@ timm==1.0.7
399
398
# via
400
399
# effdet
401
400
# unstructured-inference
402
- tokenizers==0.15.2
401
+ tokenizers==0.19.1
403
402
# via transformers
404
403
torch==2.3.1
405
404
# via
@@ -418,7 +417,7 @@ tqdm==4.66.4
418
417
# nltk
419
418
# transformers
420
419
# unstructured
421
- transformers==4.37 .1
420
+ transformers==4.43 .1
422
421
# via unstructured-inference
423
422
typer==0.12.3
424
423
# via fastapi-cli
Original file line number Diff line number Diff line change 3
3
# extras. Putting a dependency here will only affect dependency sets that contain them -- in other
4
4
# words, if something does not require a constraint, it will not be installed.
5
5
####################################################################################################
6
- # Note(austin) - preventing a build error with 0.3.3
7
- safetensors<0.3.3
8
6
numpy<2.0.0
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ httpx==0.27.0
250
250
# fastapi
251
251
# jupyterlab
252
252
# unstructured-client
253
- huggingface-hub==0.24.0
253
+ huggingface-hub==0.24.2
254
254
# via
255
255
# -r requirements/base.txt
256
256
# timm
@@ -566,7 +566,7 @@ pdfplumber==0.11.2
566
566
# layoutparser
567
567
pexpect==4.9.0
568
568
# via ipython
569
- pikepdf==9.0 .0
569
+ pikepdf==9.1 .0
570
570
# via
571
571
# -r requirements/base.txt
572
572
# unstructured
@@ -805,17 +805,16 @@ rich==13.7.1
805
805
# via
806
806
# -r requirements/base.txt
807
807
# typer
808
- rpds-py==0.19.0
808
+ rpds-py==0.19.1
809
809
# via
810
810
# jsonschema
811
811
# referencing
812
812
rsa==4.9
813
813
# via
814
814
# -r requirements/base.txt
815
815
# google-auth
816
- safetensors==0.3.2
816
+ safetensors==0.4.3
817
817
# via
818
- # -c requirements/constraints.in
819
818
# -r requirements/base.txt
820
819
# timm
821
820
# transformers
@@ -874,7 +873,7 @@ timm==1.0.7
874
873
# unstructured-inference
875
874
tinycss2==1.3.0
876
875
# via nbconvert
877
- tokenizers==0.15.2
876
+ tokenizers==0.19.1
878
877
# via
879
878
# -r requirements/base.txt
880
879
# transformers
@@ -930,7 +929,7 @@ traitlets==5.14.3
930
929
# nbconvert
931
930
# nbformat
932
931
# qtconsole
933
- transformers==4.37 .1
932
+ transformers==4.43 .1
934
933
# via
935
934
# -r requirements/base.txt
936
935
# unstructured-inference
You can’t perform that action at this time.
0 commit comments