-
Notifications
You must be signed in to change notification settings - Fork 782
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
chore: remove cryptography pin and update test #3482
Conversation
41aba52
to
93e5eb8
Compare
93e5eb8
to
66c4d27
Compare
# tenacity 9.0.0 is being installed via chroma, but other dependencies (langchain) restrict tenacity | ||
# to <=9.0.0 in other depenceny extras and resolve to 8.5.0. | ||
# The original langchain pin: https://github.com/langchain-ai/langchain/pull/849/ | ||
tenacity==8.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explanation for pin in case Langchain updates their pin and we can remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. Crazy how many things change over the course of a week :)
remove cryptography pin, pin tenacity, and update test_unstructured_ingest/unit/connector/test_salesforce_connector.py