Skip to content

Commit 626badd

Browse files
committed
chore: removed comments from pyproject to satisfy ci checks
1 parent d34908e commit 626badd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = ["py.typed", "src/unstructured_client/py.typed"]
1818
in-project = true
1919

2020
[tool.poetry.dependencies]
21-
python = "^3.9"
21+
python = "^3.8"
2222
cryptography = ">=3.1"
2323
eval-type-backport = "^0.2.0"
2424
httpx = ">=0.27.0"
@@ -37,10 +37,9 @@ pylint = "==3.2.3"
3737
pytest = ">=8.3.3"
3838
pytest-asyncio = ">=0.24.0"
3939
pytest-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)
4140
types-python-dateutil = "^2.9.0.20240316"
4241
uvloop = ">=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]
4544
requires = ["poetry-core"]
4645
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)