File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include = ["py.typed", "src/unstructured_client/py.typed"]
1818in-project = true
1919
2020[tool .poetry .dependencies ]
21- python = " ^3.9 "
21+ python = " ^3.8 "
2222cryptography = " >=3.1"
2323eval-type-backport = " ^0.2.0"
2424httpx = " >=0.27.0"
@@ -37,10 +37,9 @@ pylint = "==3.2.3"
3737pytest = " >=8.3.3"
3838pytest-asyncio = " >=0.24.0"
3939pytest-mock = " >=3.14.0"
40- # pytest-httpx = ">=0.32.0" # requires python >= 3.9, the project is pinned to <4.0; >=3.8 (used by contract tests)
4140types-python-dateutil = " ^2.9.0.20240316"
4241uvloop = " >=0.20.0"
43- # unstructured = ">=0.15.0" # requires python >= 3.9, the project is pinned to <4.0; >=3.8 (used by contract tests)
42+
4443[build-system ]
4544requires = [" poetry-core" ]
4645build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments