Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump version for security patches #2651

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

MthwRobinson
Copy link
Contributor

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
Copy link
Contributor Author

@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) =

@awalker4
Copy link
Contributor

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

Copy link
Contributor

@ahmetmeleq ahmetmeleq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can verify the langchain error with make pip-compile. Other change in the PR is make pip-compile, LGTM

@MthwRobinson
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants