Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions python/coinbase-agentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## [0.7.5] - 2025-12-19

### Fixed

- Added new Aave action provider for interacting with Aave V3 protocol on Base networks. The provider supports supply, withdraw, borrow, repay, and portfolio management operations. ([#add-aave-action-provider](https://github.com/coinbase/agentkit/pull/add-aave-action-provider))


## [0.7.4] - 2025-10-03

### Fixed
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.4"
__version__ = "0.7.5"
2 changes: 1 addition & 1 deletion python/coinbase-agentkit/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

project = 'Coinbase Agentkit'
author = 'Coinbase Developer Platform'
release = '0.7.4'
release = '0.7.5'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion python/coinbase-agentkit/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "coinbase-agentkit"
version = "0.7.4"
version = "0.7.5"
description = "Coinbase AgentKit"
authors = [{ name = "John Peterson", email = "john.peterson@coinbase.com" }]
requires-python = "~=3.10"
Expand Down
2 changes: 1 addition & 1 deletion python/coinbase-agentkit/uv.lock

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python/examples/autogen-cdp-chatbot/uv.lock

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

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

2 changes: 1 addition & 1 deletion python/examples/langchain-cdp-chatbot/uv.lock

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

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

2 changes: 1 addition & 1 deletion python/examples/langchain-cdp-solana-chatbot/uv.lock

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

2 changes: 1 addition & 1 deletion python/examples/langchain-eth-account-chatbot/uv.lock

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

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

2 changes: 1 addition & 1 deletion python/examples/langchain-twitter-chatbot/uv.lock

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

2 changes: 1 addition & 1 deletion python/examples/openai-agents-sdk-cdp-chatbot/uv.lock

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

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

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

2 changes: 1 addition & 1 deletion python/examples/pydantic-ai-cdp-chatbot/uv.lock

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

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

Loading