Skip to content

Commit

Permalink
bumping examples deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Jan 24, 2025
1 parent 76f53aa commit 659cffc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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
2 changes: 1 addition & 1 deletion twitter-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"
twitter-langchain = "^0.0.10"
twitter-langchain = "^0.0.11"
langchain-openai = "^0.3.0"
langgraph = "^0.2.62"

Expand Down
4 changes: 2 additions & 2 deletions twitter-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/twitter-langchain": "^0.0.11",
"@coinbase/cdp-agentkit-core": "^0.0.14",
"@coinbase/twitter-langchain": "^0.0.12",
"@langchain/langgraph": "^0.2.21",
"@langchain/openai": "^0.3.14",
"@langchain/core": "^0.3.19",
Expand Down

0 comments on commit 659cffc

Please sign in to comment.