Skip to content

Commit 00e59ef

Browse files
committed
chore: remove unused langchain dependencies and update lock files
- Removed deprecated dependencies related to langchain, including `@langchain/google-genai`, `@langchain/core`, and `@langchain/openai` from `package.json` and `pnpm-lock.yaml`. - Cleaned up the lock files to reflect the removal of these packages, ensuring a more streamlined dependency tree. - Added unit tests for provider commands to enhance coverage and ensure proper functionality of the LLM provider selection process.
1 parent 9f5105e commit 00e59ef

File tree

3 files changed

+214
-314
lines changed

3 files changed

+214
-314
lines changed

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
"prepare": "husky"
228228
},
229229
"devDependencies": {
230-
"@langchain/google-genai": "^0.2.1",
231230
"@release-it/conventional-changelog": "^8.0.1",
232231
"@release-it/keep-a-changelog": "^5.0.0",
233232
"@types/mocha": "^10.0.6",
@@ -263,8 +262,6 @@
263262
]
264263
},
265264
"dependencies": {
266-
"@langchain/core": "^0.3.43",
267-
"@langchain/openai": "^0.5.2",
268265
"ignore": "^7.0.3",
269266
"posthog-node": "^4.4.0",
270267
"zod": "^3.23.8"

0 commit comments

Comments
 (0)