feat: adopt AdCP 3.2.0-beta.6 - #1070
Conversation
|
Manual review requested to satisfy branch protection. All required CI gates are green across Python 3.10–3.13, Postgres conformance, schema generation, downstream imports, and storyboard/reference-seller checks. Ladon reported no blocking findings, then its runner failed after arbitration with |
…a6-sdk # Conflicts: # src/adcp/types/generated_poc/adagents.py
|
Final Ladon pass on 731e249: Clean, with |
|
Final synchronized pass on 3f08642: all product CI is green across Python 3.10–3.13, schema validation, Postgres, downstream imports, CodeQL, and storyboards. Ladon explicitly reported no blocking or Medium findings after the migration note was corrected. Its check remains red only because the high-risk arbiter launcher cannot handle the 1,490-file generated path list; the reviewer itself completed successfully with no inline comments. |
Summary
mainMigration note
AdCP 3.2.0-beta.6 changes the schema representation of
request_signing.required_for,warn_for, andsupported_for. The SDK normalizes those generated values back to lists of plain strings, preserving the existing Python API and wire serialization. Adopter code can continue using ordinary string membership checks.Validation
make lintmake typecheck-allmake validate-generatedruff format --checkmainafter branch synchronization