Skip to content

Conversation

@github-actions
Copy link
Contributor

SDK update

Versioning

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

OpenAPI Change Summary
├─┬Paths
│ ├─┬/metrics-explorer/{source}/metrics/{metric}/modules/{module}
│ │ └─┬GET
│ │   ├──[+] parameters (21376:21)❌ 
│ │   └─┬Parameters
│ │     ├──[🔀] required (21357:25)❌ 
│ │     └─┬Schema
│ │       └──[🔀] $ref (21358:23)❌ 
│ └─┬/metrics-explorer/{source}/metrics/{metric}/totals
│   └─┬GET
│     ├──[+] parameters (22207:21)❌ 
│     └─┬Parameters
│       ├──[🔀] required (22188:25)❌ 
│       └─┬Schema
│         └──[🔀] $ref (22189:23)❌ 
└─┬Components
  └─┬MetricsExplorerFiltersQueryParams
    ├──[-] required (1:599770)❌ 
    ├──[+] properties (34015:11)
    ├─┬instrument_type
    │ ├──[🔀] examples (34117:15)
    │ ├──[🔀] title (34114:22)
    │ └──[🔀] description (34115:28)
    ├─┬payment_method_card_issuer_name
    │ ├──[🔀] examples (34248:15)
    │ ├──[🔀] title (34245:22)
    │ └──[🔀] description (34246:28)
    ├─┬payment_method_card_type
    │ ├──[🔀] examples (34266:15)
    │ ├──[-] examples (1:595216)
    │ ├──[-] examples (1:595225)
    │ ├──[🔀] title (34263:22)
    │ └──[🔀] description (34264:28)
    ├─┬period
    │ └──[🔀] $ref (34343:29)❌ 
    ├─┬three_d_secure_auth_resp
    │ ├──[🔀] examples (34413:15)
    │ ├──[🔀] title (34410:22)
    │ └──[🔀] description (34411:28)
    ├─┬rule_id_skip_3ds
    │ ├──[🔀] title (34392:22)
    │ └──[🔀] description (34393:28)
    ├─┬liability_shifted
    │ ├──[🔀] title (34150:22)
    │ └──[🔀] description (34151:28)
    ├─┬three_d_secure_eci
    │ ├──[🔀] examples (34431:15)
    │ ├──[🔀] title (34428:22)
    │ └──[🔀] description (34429:28)
    ├─┬error_code
    │ ├──[🔀] examples (34027:15)
    │ ├──[🔀] title (34024:22)
    │ ├──[🔀] description (34025:28)
    │ └─┬ANYOF
    │   ├──[-] items (1:591109)❌ 
    │   └──[🔀] type (34018:25)❌ 
    ├─┬three_d_secure_method
    │ ├──[🔀] examples (34449:15)
    │ ├──[-] examples (1:599720)
    │ ├──[🔀] title (34446:22)
    │ └──[🔀] description (34447:28)
    ├─┬payment_method_country
    │ ├──[🔀] examples (34284:15)
    │ ├──[+] examples (34285:15)
    │ ├──[+] examples (34286:15)
    │ ├──[🔀] title (34281:22)
    │ └──[🔀] description (34282:28)
    ├─┬raw_response_code
    │ ├──[🔀] examples (34012:15)
    │ ├──[-] title (1:597042)
    │ ├──[🔀] description (34010:28)
    │ └─┬ANYOF
    │   └──[🔀] $ref (34517:17)❌ 
    ├─┬method
    │ ├──[🔀] examples (34210:15)
    │ ├──[🔀] title (34207:22)
    │ └──[🔀] description (34208:28)
    ├─┬payment_service_id
    │ ├──[🔀] examples (34322:15)
    │ ├──[🔀] title (34319:22)
    │ └──[🔀] description (34320:28)
    ├─┬rule_id_route_transaction
    │ ├──[🔀] examples (34377:15)
    │ ├──[🔀] title (34374:22)
    │ └──[🔀] description (34375:28)
    ├─┬payment_method_scheme
    │ ├──[🔀] examples (34304:15)
    │ ├──[🔀] title (34301:22)
    │ └──[🔀] description (34302:28)
    ├─┬merchant_initiated
    │ ├──[🔀] title (34169:22)
    │ └──[🔀] description (34170:28)
    ├─┬payment_source
    │ ├──[🔀] examples (34340:15)
    │ ├──[-] examples (1:596919)
    │ ├──[🔀] title (34337:22)
    │ └──[🔀] description (34338:28)
    ├─┬is_subsequent_payment
    │ ├──[🔀] examples (34135:15)
    │ ├──[-] examples (1:592415)
    │ ├──[🔀] title (34132:22)
    │ └──[🔀] description (34133:28)
    ├─┬payment_method_bin
    │ ├──[🔀] examples (34230:15)
    │ ├──[🔀] title (34227:22)
    │ └──[🔀] description (34228:28)
    └─┬metadata
      ├──[🔀] examples (34191:15)
      ├──[+] examples (34192:15)
      ├──[🔀] title (34188:22)
      └──[🔀] description (34189:28)
Document Element Total Changes Breaking Changes
paths 6 6
components 71 5

PYTHON CHANGELOG

core: 5.23.14 - 2025-12-09

🐝 New Features

  • add constFieldCasing config option to control const field casing (upper or normal) (commit by @mfbx9da4)

core: 5.23.12 - 2025-11-25

🐝 New Features

  • allow inclusion of empty array query parameter (commit by @idbentley)

core: 5.23.11 - 2025-11-24

🐝 New Features

  • union discriminators are inferred for oneOfs missing the explicit OpenAPI discriminator mapping. Configure via inferUnionDiscriminators: true in gen.yaml (commit by @mfbx9da4)

core: 5.23.10 - 2025-11-18

🐛 Bug Fixes

  • sanitize Python reserved keywords in method names to prevent syntax errors (commit by @AshGodfrey)

core: 5.23.9 - 2025-11-17

🐛 Bug Fixes

core: 5.23.8 - 2025-11-14

🐛 Bug Fixes

  • return type when 'sseFlatResponse: true' and response has data field (commit by @mfbx9da4)
  • improved type accuracy for response bodies - they now correctly return the actual type instead of being wrapped in Optional[] (commit by @mfbx9da4)

core: 5.23.7 - 2025-11-13

🐝 New Features

  • allow license to be defined in pyproject.toml's project field (commit by @walker-tx)

core: 5.23.6 - 2025-11-10

🐛 Bug Fixes

  • handle application/* encoding in multipart forms (commit by @danielkov)

Based on Speakeasy CLI 1.676.1

@github-actions github-actions bot added the patch Patch version bump label Dec 15, 2025
@gr4vy-code gr4vy-code merged commit 9989734 into main Dec 15, 2025
6 checks passed
@gr4vy-code gr4vy-code deleted the speakeasy-sdk-regen-1765798416 branch December 15, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants