11[project ]
22name = " unstructured_ingest"
33description = " Local ETL data pipeline to get data RAG ready"
4- requires-python = " >=3.9 , <3.13"
4+ requires-python = " >=3.10 , <3.13"
55authors = [{
name =
" Unstructured Technologies" ,
email =
" [email protected] " }]
66classifiers = [
77 " Development Status :: 4 - Beta" ,
@@ -11,7 +11,6 @@ classifiers = [
1111 " License :: OSI Approved :: Apache Software License" ,
1212 " Operating System :: OS Independent" ,
1313 " Programming Language :: Python :: 3" ,
14- " Programming Language :: Python :: 3.9" ,
1514 " Programming Language :: Python :: 3.10" ,
1615 " Programming Language :: Python :: 3.11" ,
1716 " Programming Language :: Python :: 3.12" ,
@@ -147,21 +146,13 @@ test = [
147146]
148147# Add constraints needed for CI
149148ci = [
150- # consistency with local-inference-pin
151- " protobuf<4.24" ,
152149 " grpcio>=1.65.5" ,
153150 # TODO: Pinned in transformers package, remove when that gets updated
154151 " tokenizers>=0.19,<0.20" ,
155- # TODO: Constaint due to boto, with python before 3.10 not requiring openssl 1.1.1, remove when that gets
156- # updated or we drop support for 3.9
157- " urllib3<1.27" ,
158152 # TODO: Constriant due to aiobotocore, remove when that gets updates:
159153 " botocore<1.34.132" ,
160154 # TODO: Constriant due to both 8.5.0 and 8.4.0 being installed during pip-compile
161155 " importlib-metadata>=8.5.0" ,
162- # TODO: Constraint due to boto, with python before 3.10 not requiring openssl 1.1.1, remove when that gets
163- # updated or we drop support for 3.9
164- " urllib3<1.27" ,
165156 " unstructured-client>= 0.25.8" ,
166157 " fsspec==2024.5.0" ,
167158 # python 3.12 support
0 commit comments