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

community[minor]: vercel kv graph checkpointer #5948

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
- fix: langgraph version deps
- fix: uuid version deps
  • Loading branch information
chentschel committed Jul 3, 2024
commit 6cbe897681a37887ec3f4d8c7e7e2e3b26a93947
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"@google-cloud/storage": "^6.10.1 || ^7.7.0",
"@gradientai/nodejs-sdk": "^1.2.0",
"@huggingface/inference": "^2.6.4",
"@langchain/langgraph": "^0.0.25",
"@langchain/langgraph": "~0.0.26",
"@layerup/layerup-security": "^1.5.12",
"@mendable/firecrawl-js": "^0.0.13",
"@mlc-ai/web-llm": "0.2.46",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-qdrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
chentschel marked this conversation as resolved.
Show resolved Hide resolved
"@langchain/core": ">0.1.0 <0.3.0",
"@qdrant/js-client-rest": "^1.9.0",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5788,7 +5788,7 @@ __metadata:
"@google-cloud/storage": ^6.10.1 || ^7.7.0
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^2.6.4
"@langchain/langgraph": ^0.0.25
"@langchain/langgraph": ~0.0.26
"@layerup/layerup-security": ^1.5.12
"@mendable/firecrawl-js": ^0.0.13
"@mlc-ai/web-llm": 0.2.46
Expand Down Expand Up @@ -6690,7 +6690,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.0
uuid: ^9.0.1
languageName: unknown
linkType: soft

Expand Down