Skip to content

Commit e415f23

Browse files
authored
Merge pull request #162 from adcontextprotocol/release-please--branches--main
chore(main): release 3.9.1
2 parents 3171a95 + df087ce commit e415f23

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.9.0"
2+
".": "3.9.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+
## [3.9.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.9.0...v3.9.1) (2026-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* flatten validation-only oneOf schemas for consumer subclassing ([3171a95](https://github.com/adcontextprotocol/adcp-client-python/commit/3171a953b41dc770098998179aed9381064bc773))
9+
* flatten validation-only oneOf schemas to single subclassable classes ([c242a7d](https://github.com/adcontextprotocol/adcp-client-python/commit/c242a7d09b652dab8f761136b771b76617078cf3))
10+
311
## [3.9.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.8.0...v3.9.0) (2026-03-13)
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 = "3.9.0"
7+
version = "3.9.1"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

src/adcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
get_adcp_signed_headers_for_webhook,
372372
)
373373

374-
__version__ = "3.9.0"
374+
__version__ = "3.9.1"
375375

376376

377377
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)