Commit 1666a79
committed
fix: align unstructured-client version with pyproject.toml
unstructured-client>=0.44.0 requires pydantic>=2.12.5, but OGX uses
pydantic<2.12.0. Use >=0.25.0,<0.44.0 to avoid conflict.
Addresses review feedback from @cdoern1 parent 0c413bc commit 1666a79
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments