Skip to content

Commit

Permalink
chore: bump examples deps (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
stat authored Jan 24, 2025
1 parent 76f53aa commit ec85f36
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 3,423 deletions.
44 changes: 22 additions & 22 deletions cdp-langchain/examples/chatbot-python/poetry.lock

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

2 changes: 1 addition & 1 deletion cdp-langchain/examples/chatbot-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
cdp-langchain = "^0.0.12"
cdp-langchain = "^0.0.13"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions cdp-langchain/examples/chatbot-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"format-check": "prettier -c .prettierrc --check \"**/*.{ts,js,cjs,json,md}\""
},
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.13",
"@coinbase/cdp-langchain": "^0.0.14",
"@coinbase/cdp-agentkit-core": "^0.0.14",
"@coinbase/cdp-langchain": "^0.0.15",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down
76 changes: 26 additions & 50 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"cdp-langchain/examples/chatbot-typescript",
"cdp-langchain/typescript",
"twitter-langchain/typescript",
"twitter-langchain/examples/chatbot-typescript",
"farcaster-langchain/typescript",
"farcaster-langchain/examples/chatbot-typescript"
],
Expand Down
Loading

0 comments on commit ec85f36

Please sign in to comment.