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

chore: Release cdp-langchain 0.0.10 & twitter-langchain 0.0.8 #108

Merged
Merged
Changes from all commits
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
6 changes: 6 additions & 0 deletions cdp-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

## Unreleased

## [0.0.10] - 2025-01-13

### Added

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

## [0.0.9] - 2025-01-08

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

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

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
328 changes: 165 additions & 163 deletions cdp-langchain/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cdp-langchain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdp-langchain"
version = "0.0.9"
version = "0.0.10"
description = "CDP Agentkit Langchain Extension"
authors = ["John Peterson <john.peterson@coinbase.com>"]
readme = "README.md"
@@ -15,7 +15,7 @@ langchain-openai = "^0.2.4"
langgraph = "^0.2.39"
cdp-sdk = "^0.13.0"
pydantic = "^2.0"
cdp-agentkit-core = "^0.0.7"
cdp-agentkit-core = "^0.0.8"

[tool.poetry.group.dev.dependencies]
ruff = "^0.7.1"
6 changes: 6 additions & 0 deletions twitter-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

## Unreleased

## [0.0.8] - 2025-01-13

### Added

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

## [0.0.7] - 2025-01-08

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

project = 'CDP Agentkit - Twitter LangChain'
author = 'Coinbase Developer Platform'
release = '0.0.7'
release = '0.0.8'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
298 changes: 150 additions & 148 deletions twitter-langchain/poetry.lock

Large diffs are not rendered by default.

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

[tool.poetry.group.dev.dependencies]