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

Remove explicit transitive deps from versioned tests #2579

Closed
bizob2828 opened this issue Sep 16, 2024 · 1 comment · Fixed by #2580
Closed

Remove explicit transitive deps from versioned tests #2579

bizob2828 opened this issue Sep 16, 2024 · 1 comment · Fixed by #2580

Comments

@bizob2828
Copy link
Member

Description

To work on Node 16 we had to specify transitive deps at times because pre npm 7 would not install peer deps automatically. We hit an issue with langchain but we have a few others like: aws-sdk-v2/v3 that we could simplify by removing transitive deps.

Acceptance Criteria

Go through all versioned tests and remove all transitive deps. These are usually packages that have a sample of 1 or with a version of latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done: Issues recently completed
1 participant