unstructured icon indicating copy to clipboard operation
unstructured copied to clipboard

build(deps): bump version for security patches

Open MthwRobinson opened this issue 1 year ago • 3 comments

Summary

Bumps dependency versions to apply security patches flagged by dependabot. Also adds the following constraint to fix a dependency resolution conflict resulting from a pin in langchain-community.

packaging<24.0
packaging>=23.2

MthwRobinson avatar Mar 15 '24 14:03 MthwRobinson

@awalker4 - Have a few tests failing in here with the following. Tried pinning the client version but looks like it's still broken. Any idea what might be causing that? Seemed to me like it could be a change in the client SDK interface.

FAILED test_unstructured/partition/test_api.py::test_partition_via_api_custom_url - AttributeError: 'RetryConfig' object has no attribute 'config'
FAILED test_unstructured/partition/test_api.py::test_partition_via_api_pass_list_type_parameters - unstructured_client.models.errors.sdkerror.SDKError: API error occurred: Status 401
{"detail":"API key is missing, please provide an API key in the header."}
= 2 failed, 2017 passed, 13 skipped, 2 deselected, 3 xfailed, 9 xpassed, 6 warnings in 1954.31s (0:32:34) =

MthwRobinson avatar Mar 15 '24 17:03 MthwRobinson

A few users have hit the RetryConfig error as well - let me take a look.

awalker4 avatar Mar 26 '24 00:03 awalker4

@ahmetmeleq - Still getting the retry config error in CI, but sounds like @awalker4 is taking a look at that

MthwRobinson avatar Mar 26 '24 15:03 MthwRobinson