Skip to content

Commit 20d2369

Browse files
chore(main): release 6.4.1 (#962)
Co-authored-by: aao-ipr-bot[bot] <279263549+aao-ipr-bot[bot]@users.noreply.github.com>
1 parent 2b9e315 commit 20d2369

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.4.0"
2+
".": "6.4.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.4.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.4.0...v6.4.1) (2026-06-28)
4+
5+
6+
### Performance Improvements
7+
8+
* **types:** defer pydantic core-schema builds to cut import memory ([#959](https://github.com/adcontextprotocol/adcp-client-python/issues/959)) ([f418961](https://github.com/adcontextprotocol/adcp-client-python/commit/f4189611740fdc4eaf4e7e514a16e6f17d07598e))
9+
310
## [6.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.1...v6.4.0) (2026-06-20)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "adcp"
7-
version = "6.4.0"
7+
version = "6.4.1"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

0 commit comments

Comments
 (0)