Skip to content

Commit 47f6d20

Browse files
authored
chore: release packages (#9182)
1 parent aa938e0 commit 47f6d20

File tree

5 files changed

+13
-37
lines changed

5 files changed

+13
-37
lines changed

β€Žlibs/langchain-classic/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
"@langchain/mongodb": "workspace:*",
6969
"@langchain/nomic": "workspace:*",
7070
"@langchain/ollama": "workspace:*",
71-
"@langchain/pinecone": "^0.2.0",
71+
"@langchain/pinecone": "workspace:*",
7272
"@langchain/qdrant": "workspace:*",
7373
"@langchain/redis": "workspace:*",
7474
"@langchain/scripts": ">=0.1.0 <0.2.0",
7575
"@langchain/tavily": "workspace:*",
7676
"@langchain/textsplitters": "workspace:*",
7777
"@langchain/weaviate": "workspace:*",
7878
"@langchain/xai": "workspace:*",
79-
"@langchain/yandex": "^0.1.0",
79+
"@langchain/yandex": "workspace:*",
8080
"@layerup/layerup-security": "^1.5.12",
8181
"@opensearch-project/opensearch": "^2.2.0",
8282
"@pinecone-database/pinecone": "^5.0.2",

β€Žlibs/langchain-community/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/community",
3-
"version": "0.3.49",
3+
"version": "1.0.0-alpha.1",
44
"description": "Third-party integrations for LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@langchain/classic": "workspace:*",
35-
"@langchain/openai": ">=0.2.0 <0.7.0",
35+
"@langchain/openai": "workspace:*",
3636
"binary-extensions": "^2.2.0",
3737
"expr-eval": "^2.0.2",
3838
"flat": "^5.0.2",
@@ -231,7 +231,7 @@
231231
"@huggingface/transformers": "^3.5.2",
232232
"@ibm-cloud/watsonx-ai": "*",
233233
"@lancedb/lancedb": "^0.19.1",
234-
"@langchain/core": ">=0.3.58 <0.4.0",
234+
"@langchain/core": "^1.0.0-alpha.6",
235235
"@layerup/layerup-security": "^1.5.12",
236236
"@libsql/client": "^0.14.0",
237237
"@mendable/firecrawl-js": "^1.4.3",

β€Žlibs/providers/langchain-anthropic/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/anthropic",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Anthropic integrations for LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",

β€Žlibs/providers/langchain-openai/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@langchain/openai",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "OpenAI integrations for LangChain.js",
55
"author": "LangChain",
66
"license": "MIT",

β€Žpnpm-lock.yamlβ€Ž

Lines changed: 6 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)