Skip to content

Commit

Permalink
chore: release twitter-langchain (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
stat authored Jan 24, 2025
1 parent 62c772e commit 76f53aa
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 34 deletions.
17 changes: 3 additions & 14 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions twitter-langchain/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.0.11] - 2025-01-24

### Added

- Bump dependency `cdp-agentkit-core` to version `0.0.11`.

## [0.0.10] - 2025-01-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion twitter-langchain/python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'CDP Agentkit - Twitter LangChain'
author = 'Coinbase Developer Platform'
release = '0.0.10'
release = '0.0.11'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
24 changes: 12 additions & 12 deletions twitter-langchain/python/poetry.lock

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

4 changes: 2 additions & 2 deletions twitter-langchain/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "twitter-langchain"
version = "0.0.10"
version = "0.0.11"
description = "Twitter Langchain Toolkit"
authors = ["John Peterson <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ python = "^3.10"
pydantic = "^2.9.2"
langchain = "^0.3.7"
tweepy = "^4.14.0"
cdp-agentkit-core = "^0.0.10"
cdp-agentkit-core = "^0.0.11"
standard-imghdr = "^3.13.0"

[tool.poetry.group.dev.dependencies]
Expand Down
6 changes: 6 additions & 0 deletions twitter-langchain/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## [0.0.12] - 2025-01-24

### Added

- Bump `@coinbase/cdp-agentkit-core` dependency to `0.0.14`

## [0.0.11] - 2025-01-22

### Added
Expand Down
8 changes: 3 additions & 5 deletions twitter-langchain/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "@coinbase/twitter-langchain",
"version": "0.0.11",
"version": "0.0.12",
"description": "Twitter (X) langchain Toolkit extension of CDP Agentkit",
"repository": "https://github.com/coinbase/agentkit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsc",
"lint": "npx --yes eslint -c .eslintrc.json src/**/*.ts",
Expand Down Expand Up @@ -37,7 +35,7 @@
"langchain"
],
"dependencies": {
"@coinbase/cdp-agentkit-core": "^0.0.13",
"@coinbase/cdp-agentkit-core": "^0.0.14",
"@langchain/core": "^0.3.19",
"twitter-api-v2": "^1.18.2",
"zod": "^3.22.4"
Expand Down

0 comments on commit 76f53aa

Please sign in to comment.