Skip to content

Commit

Permalink
chore: release cdp-langchain 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Nov 10, 2024
1 parent 000f308 commit 1388a94
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions cdp-langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

## Unreleased

## [0.0.2] - 2024-11-07
## [0.0.4] - 2024-11-10

### Added

- Bump dependency `cdp-agentkit-core` to version `0.0.3`.
- Improved CDP API Key private key parsing.

## [0.0.3] - 2024-11-09

### Added

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

## [0.0.2] - 2024-11-07

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.3"
__version__ = "0.0.4"
2 changes: 1 addition & 1 deletion cdp-langchain/cdp_langchain/utils/cdp_agentkit_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def validate_environment(cls, values: dict) -> Any:
cdp_api_key_name = get_from_dict_or_env(values, "cdp_api_key_name", "CDP_API_KEY_NAME")
cdp_api_key_private_key = get_from_dict_or_env(
values, "cdp_api_key_private_key", "CDP_API_KEY_PRIVATE_KEY"
)
).replace("\\n", "\n")
network_id = get_from_dict_or_env(values, "network_id", "NETWORK_ID", "base-sepolia")
wallet_data_json = values.get("cdp_wallet_data")

Expand Down
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.3'
release = '0.0.4'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.0.4"
description = "CDP Agentkit Langchain Extension"
authors = ["John Peterson <john.peterson@coinbase.com>"]
readme = "README.md"
Expand Down

0 comments on commit 1388a94

Please sign in to comment.