Skip to content

Commit 5954e72

Browse files
authored
chore: Add min version requirement for cryptography (#179)
Bring the min version to the main branch - this is done for the 0.25.x release [here](#176). Also, remove jupyter as a dev dependency. You're free to install it for local work, but we don't need to pull it on every `poetry install`. Case in point, it was causing an issue in the [generate action](https://github.com/Unstructured-IO/unstructured-python-client/actions/runs/10947329413/job/30395826215). The jupyter install was trying to pull in `psutil`, which needed to be built from source. However, our generate environment doesn't have all the build tools set up, so let's remove the need for `psutil` entirely.
1 parent 54fd2eb commit 5954e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ python:
1414
additionalDependencies:
1515
dev:
1616
deepdiff: '>=6.0'
17-
jupyter: '>=1.1.1'
1817
pytest: '>=8.3.3'
1918
pytest-asyncio: '>=0.24.0'
2019
pytest-mock: '>=3.14.0'
2120
uvloop: '>=0.20.0'
2221
main:
22+
cryptography: '>=3.1'
2323
httpx: '>=0.27.0'
2424
nest-asyncio: '>=1.6.0'
2525
pypdf: '>=4.0'

0 commit comments

Comments
 (0)