File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.18 .0"
2+ "." : " 2.19 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.19.0] ( https://github.com/adcontextprotocol/adcp-client-python/compare/v2.18.0...v2.19.0 ) (2026-01-14)
4+
5+
6+ ### Features
7+
8+ * fix PackageRequest schema inconsistency in adcp ([ de2b4bf] ( https://github.com/adcontextprotocol/adcp-client-python/commit/de2b4bf144d2fc698410714cd0365eb99b427562 ) )
9+ * sync schemas with ADCP 2.6 package updates ([ a6c55db] ( https://github.com/adcontextprotocol/adcp-client-python/commit/a6c55dbe269010909a19fb0ef8cff4652d68aca0 ) )
10+
311## [ 2.18.0] ( https://github.com/adcontextprotocol/adcp-client-python/compare/v2.17.0...v2.18.0 ) (2026-01-09)
412
513
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " adcp"
7- version = " 2.18 .0"
7+ version = " 2.19 .0"
88description = " Official Python client for the Ad Context Protocol (AdCP)"
99authors = [
1010 {name = " AdCP Community" , email = " maintainers@adcontextprotocol.org" }
Original file line number Diff line number Diff line change 197197 get_adcp_signed_headers_for_webhook ,
198198)
199199
200- __version__ = "2.18 .0"
200+ __version__ = "2.19 .0"
201201
202202
203203def get_adcp_version () -> str :
You can’t perform that action at this time.
0 commit comments