Skip to content

Commit

Permalink
chore: Release Langchain Exts 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Dec 6, 2024
1 parent f98457d commit 3fc9535
Show file tree
Hide file tree
Showing 12 changed files with 376 additions and 434 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: cdp-langchain/dist/
1 change: 1 addition & 0 deletions .github/workflows/publish_twitter_langchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: twitter-langchain/dist/
2 changes: 1 addition & 1 deletion cdp-agentkit-core/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'CDP Agentkit - Core'
author = 'Coinbase Developer Platform'
release = '0.0.5'
release = '0.0.6'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
8 changes: 8 additions & 0 deletions cdp-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## [0.0.8] - 2024-12-06

### Added

- Bump dependency `cdp-agentkit-core` to version `0.0.6`.
- Bump dependency `cdp-sdk` to version `0.12.0`.


## [0.0.7] - 2024-11-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion cdp-langchain/cdp_langchain/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.7"
__version__ = "0.0.8"
2 changes: 1 addition & 1 deletion cdp-langchain/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'CDP Agentkit - 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
Expand Down
391 changes: 177 additions & 214 deletions cdp-langchain/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.7"
version = "0.0.8"
description = "CDP Agentkit Langchain Extension"
authors = ["John Peterson <[email protected]>"]
readme = "README.md"
Expand All @@ -13,9 +13,9 @@ python = "^3.10"
langchain = "^0.3.4"
langchain-openai = "^0.2.4"
langgraph = "^0.2.39"
cdp-sdk = "^0.10.3"
cdp-sdk = "^0.12.0"
pydantic = "^2.0"
cdp-agentkit-core = "^0.0.5"
cdp-agentkit-core = "^0.0.6"

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

## Unreleased

## [0.0.6] - 2024-12-06

### Added

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

## [0.0.5] - 2024-11-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion twitter-langchain/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.5'
release = '0.0.6'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
385 changes: 174 additions & 211 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.5"
version = "0.0.6"
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.5"
cdp-agentkit-core = "^0.0.6"
standard-imghdr = "^3.13.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 3fc9535

Please sign in to comment.