Skip to content

Commit 4c38dcc

Browse files
committed
fix version in langchain ai package
1 parent 99ea7bd commit 4c38dcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ai-providers/server-ai-langchain/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "Apache-2.0",
2929
"devDependencies": {
3030
"@langchain/core": "^0.3.0",
31-
"@launchdarkly/server-sdk-ai": "^0.13.0",
31+
"@launchdarkly/server-sdk-ai": "^0.12.0",
3232
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
3333
"@types/jest": "^29.5.3",
3434
"@typescript-eslint/eslint-plugin": "^6.20.0",
@@ -48,7 +48,7 @@
4848
},
4949
"peerDependencies": {
5050
"@langchain/core": "^0.2.0 || ^0.3.0",
51-
"@launchdarkly/server-sdk-ai": "^0.13.0",
51+
"@launchdarkly/server-sdk-ai": "^0.12.0",
5252
"langchain": "^0.2.0 || ^0.3.0"
5353
}
5454
}

0 commit comments

Comments
 (0)