Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Nov 6, 2024
1 parent 14d24bd commit 9aa19ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@langchain/azure-cosmosdb": "workspace:*",
"@langchain/azure-dynamic-sessions": "workspace:^",
"@langchain/azure-openai": "workspace:*",
"@langchain/xai": "workspace:*",
"@langchain/baidu-qianfan": "workspace:*",
"@langchain/cloudflare": "workspace:*",
"@langchain/cohere": "workspace:*",
Expand All @@ -62,6 +61,7 @@
"@langchain/scripts": ">=0.1.0 <0.2.0",
"@langchain/textsplitters": "workspace:*",
"@langchain/weaviate": "workspace:*",
"@langchain/xai": "workspace:*",
"@langchain/yandex": "workspace:*",
"@layerup/layerup-security": "^1.5.12",
"@opensearch-project/opensearch": "^2.2.0",
Expand Down
8 changes: 3 additions & 5 deletions libs/langchain-xai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/openai": "~0.3.0",
"groq-sdk": "^0.5.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.5"
"@langchain/openai": "~0.3.0"
},
"peerDependencies": {
"@langchain/core": ">=0.2.21 <0.4.0"
Expand Down Expand Up @@ -69,7 +66,8 @@
"release-it": "^17.6.0",
"rollup": "^4.5.2",
"ts-jest": "^29.1.0",
"typescript": "<5.2.0"
"typescript": "<5.2.0",
"zod": "^3.22.4"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 0 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12843,7 +12843,6 @@ __metadata:
eslint-plugin-import: ^2.27.5
eslint-plugin-no-instanceof: ^1.0.1
eslint-plugin-prettier: ^4.2.1
groq-sdk: ^0.5.0
jest: ^29.5.0
jest-environment-node: ^29.6.4
prettier: ^2.8.3
Expand All @@ -12852,7 +12851,6 @@ __metadata:
ts-jest: ^29.1.0
typescript: <5.2.0
zod: ^3.22.4
zod-to-json-schema: ^3.22.5
peerDependencies:
"@langchain/core": ">=0.2.21 <0.4.0"
languageName: unknown
Expand Down

0 comments on commit 9aa19ea

Please sign in to comment.