Skip to content

Conversation

@github-actions
Copy link

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (automated)

Python SDK Changes Detected:

  • que.verify_asset():
    • request Changed Breaking ⚠️
    • response.report Changed Breaking ⚠️
  • que.sign_asset():
    • request Changed Breaking ⚠️
    • response Changed Breaking ⚠️
  • que.utility.get_trust_list(): response.data.policy.default Changed Breaking ⚠️
OpenAPI Change Summary
├─┬Info
│ └──[🔀] description (5:16)
├─┬Paths
│ ├─┬/v1/trust-list
│ │ └─┬GET
│ │   ├──[🔀] description (849:20)
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (863:24)
│ ├─┬/v1/verify
│ │ └─┬POST
│ │   ├──[🔀] description (631:20)
│ │   ├─┬Responses
│ │   │ └─┬422
│ │   │   └─┬application/problem+json
│ │   │     ├──[-] example (533:33)
│ │   │     ├──[+] examples (701:19)
│ │   │     └──[+] examples (693:19)
│ │   └─┬Requestbody
│ │     ├──[🔀] description (639:22)
│ │     └─┬application/json
│ │       ├──[+] examples (654:17)
│ │       └──[+] examples (647:17)
│ ├─┬/v1/sign
│ │ └─┬POST
│ │   ├──[🔀] description (716:20)
│ │   ├─┬Responses
│ │   │ ├─┬422
│ │   │ │ ├──[🔀] description (780:24)
│ │   │ │ └─┬application/problem+json
│ │   │ │   ├──[+] examples (795:19)
│ │   │ │   ├──[-] examples (98:29)❌ 
│ │   │ │   ├──[-] examples (106:29)❌ 
│ │   │ │   └──[+] examples (787:19)
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └──[🔀] example (758:17)
│ │   └─┬Requestbody
│ │     ├──[🔀] description (724:22)
│ │     └─┬application/json
│ │       ├──[+] examples (740:17)
│ │       └──[+] examples (732:17)
│ └─┬/v1/assets/presign
│   └─┬POST
│     ├──[🔀] summary (811:16)
│     └──[🔀] description (812:20)
└─┬Components
  ├──[-] schemas (318:13)❌ 
  ├──[-] schemas (249:13)❌ 
  ├──[+] schemas (299:7)
  ├──[+] schemas (312:7)
  ├──[+] schemas (347:7)
  ├──[+] schemas (265:7)
  ├─┬VerifyResponse
  │ ├──[+] description (447:20)
  │ └─┬report
  │   └──[🔀] $ref (450:11)❌ 
  ├─┬SignRequest
  │ ├──[+] description (458:20)
  │ ├──[-] example (368:17)
  │ ├──[+] properties (478:9)
  │ ├──[+] properties (476:9)
  │ ├──[+] properties (483:9)
  │ ├─┬mode
  │ │ ├──[🔀] description (467:24)
  │ │ ├──[+] example (471:20)
  │ │ └──[-] deprecated (360:33)
  │ ├─┬asset
  │ │ └──[🔀] $ref (479:11)❌ 
  │ └─┬manifest_json
  │   ├──[🔀] type (473:17)❌ 
  │   ├──[🔀] description (474:24)
  │   └──[+] example (475:20)
  ├─┬SignResponse
  │ ├──[🔀] description (491:20)
  │ ├──[-] properties (396:17)❌ 
  │ ├─┬asset_s3_uri
  │ │ ├──[+] pattern (524:20)❌ 
  │ │ ├──[+] format (521:19)❌ 
  │ │ ├──[🔀] description (523:24)
  │ │ └──[🔀] example (525:20)
  │ ├─┬assurance
  │ │ ├──[+] enum (497:15)
  │ │ └──[+] enum (498:15)
  │ └─┬evidence
  │   ├──[+] required (518:15)❌ 
  │   ├──[+] required (517:15)❌ 
  │   ├──[🔀] description (502:24)
  │   ├──[-] example (394:25)
  │   ├──[+] properties (508:13)
  │   └──[+] properties (504:13)
  ├─┬TrustListResponse
  │ ├──[🔀] description (551:20)
  │ ├──[🔀] example (601:9)
  │ ├─┬version
  │ │ └──[+] description (555:24)
  │ ├─┬issued_at
  │ │ ├──[+] description (560:24)
  │ │ └──[🔀] example (561:20)
  │ └─┬data
  │   ├──[+] description (564:24)
  │   ├─┬cas
  │   │ ├──[+] description (574:28)
  │   │ └─┬Schema
  │   │   ├──[🔀] description (577:30)
  │   │   └──[+] example (578:26)
  │   ├─┬policy
  │   │ ├──[+] description (581:28)
  │   │ └─┬default
  │   │   ├──[+] enum (586:23)
  │   │   ├──[+] enum (587:23)
  │   │   ├──[+] description (588:32)
  │   │   └──[+] example (589:28)
  │   └─┬manufacturers
  │     ├──[+] description (568:28)
  │     └─┬Schema
  │       └──[+] example (571:26)
  ├─┬PresignedUrl
  │ ├──[🔀] description (396:20)
  │ └─┬url
  │   ├──[🔀] description (401:24)
  │   └──[🔀] example (402:20)
  ├─┬S3
  │ ├──[🔀] description (380:20)
  │ ├─┬bucket
  │ │ └──[🔀] example (385:20)
  │ └─┬key
  │   └──[🔀] example (389:20)
  ├─┬VerifyRequest
  │ ├──[+] description (409:20)
  │ ├──[-] example (307:17)
  │ ├──[+] properties (428:9)
  │ ├──[+] properties (423:9)
  │ ├──[+] properties (438:9)
  │ ├──[+] properties (433:9)
  │ ├──[+] properties (440:9)
  │ ├─┬asset
  │ │ └──[🔀] $ref (429:11)❌ 
  │ └─┬mode
  │   ├──[-] enum (295:27)❌ 
  │   ├──[-] enum (296:27)❌ 
  │   ├──[-] enum (297:27)❌ 
  │   ├──[-] enum (294:27)❌ 
  │   ├──[🔀] description (416:24)
  │   └──[+] example (422:20)
  ├─┬PresignResponse
  │ ├──[🔀] description (533:20)
  │ ├─┬key
  │ │ ├──[🔀] description (542:24)
  │ │ └──[🔀] example (543:20)
  │ └─┬url
  │   ├──[🔀] description (538:24)
  │   └──[🔀] example (539:20)
  └─┬AssetRefDto
    ├──[🔀] description (373:20)
    ├──[-] oneOf (270:13)❌ 
    └─┬ONEOF
      └──[🔀] $ref (379:13)❌ 
Document Element Total Changes Breaking Changes
paths 21 2
components 78 17
info 1 0

PYTHON CHANGELOG

core: 5.20.4 - 2025-09-09

🐛 Bug Fixes

  • improve python tool reliability with explicit module calls (commit by @GorshkovIvan)

core: 5.20.3 - 2025-09-02

🐛 Bug Fixes

  • enabled empty strings to be used as end cursor values in pagination (commit by @GorshkovIvan)

core: 5.20.2 - 2025-09-01

🔧 Chores

  • added support for lowercase Bearer tokens in Authorization headers (commit by @GorshkovIvan)

core: 5.20.1 - 2025-08-27

🐛 Bug Fixes

  • capability to enable shadowing parameters that are usually reserved via allowedRedefinedBuiltins (commit by @ThomasRooney)

core: 5.19.11 - 2025-08-27

🐛 Bug Fixes

  • Add retries to dynamic imported modules in python to fix keyError when loading modules (commit by @Kanwardeep)

core: 5.19.10 - 2025-08-20

🔧 Chores

  • mitigate asyncio internal test flakiness (commit by @GorshkovIvan)

globalSecurity: 3.0.4 - 2025-09-10

🔧 Chores

  • support opting out of operation security hoisting (commit by @vishalg0wda)

Based on Speakeasy CLI 1.621.0

* `que.verify_asset()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.report` **Changed** **Breaking** ⚠️
* `que.sign_asset()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response` **Changed** **Breaking** ⚠️
* `que.utility.get_trust_list()`:  `response.data.policy.default` **Changed** **Breaking** ⚠️
@github-actions github-actions bot added the minor Minor version bump label Sep 19, 2025
@andr3wV andr3wV merged commit ae21770 into main Sep 20, 2025
@andr3wV andr3wV deleted the speakeasy-sdk-regen-1758290879 branch September 20, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants