Commit 5954e72
authored
chore: Add min version requirement for
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.cryptography (#179)1 parent 54fd2eb commit 5954e72
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments