Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
chore: bump cdp-langchan deps (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
stat authored Jan 9, 2025
1 parent a7463fe commit 0de0edb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
4 changes: 4 additions & 0 deletions cdp-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Added
- Bump `@coinbase/cdp-agentkit-core` dependency to `0.0.9`
- Bump `@coinbase/coinbase-sdk` dependency to `0.0.13`

## [0.0.9] - 2024-12-09

### Added
Expand Down
6 changes: 3 additions & 3 deletions cdp-langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"langchain"
],
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.8",
"@coinbase/coinbase-sdk": "^0.11.0",
"@coinbase/cdp-agentkit-core": "^0.0.9",
"@coinbase/coinbase-sdk": "^0.13.0",
"@langchain/core": "^0.3.19",
"zod": "^3.22.4"
},
"peerDependencies": {
"@coinbase/coinbase-sdk": "^0.11.0"
"@coinbase/coinbase-sdk": "^0.13.0"
}
}
33 changes: 21 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0de0edb

Please sign in to comment.