Skip to content

Commit aa59259

Browse files
chore(main): release 4.4.1 (#587)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2fd640c commit aa59259

3 files changed

Lines changed: 10 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-
".": "4.4.0"
2+
".": "4.4.1"
33
}

CHANGELOG.md

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

3+
## [4.4.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v4.4.0...v4.4.1) (2026-05-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **client:** add extra_headers escape hatch for multi-tenant servers ([#585](https://github.com/adcontextprotocol/adcp-client-python/issues/585)) ([66b7456](https://github.com/adcontextprotocol/adcp-client-python/commit/66b745692cb5e3d1099424efdaed8e4ab0faa3a3))
9+
* **deps:** bump a2a-sdk to &gt;=1.0.2,&lt;1.1 ([#586](https://github.com/adcontextprotocol/adcp-client-python/issues/586)) ([2fd640c](https://github.com/adcontextprotocol/adcp-client-python/commit/2fd640ce762eaaa0370869a01355da1f4afb8e35))
10+
311
## [4.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v4.3.0...v4.4.0) (2026-05-04)
412

513

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 = "4.4.0"
7+
version = "4.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)