Skip to content

chore: 🐝 Update SDK - Generate API-PY 3.1.1 - #85

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784852578
Open

chore: 🐝 Update SDK - Generate API-PY 3.1.1#85
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1784852578

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

SDK update

Versioning

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

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • unkey.apps.list_apps(): response.data[] Changed (Breaking ⚠️)
  • unkey.analytics.get_verifications(): error.status[404] Removed (Breaking ⚠️)
  • unkey.apps.update_app():
    • request Changed (Breaking ⚠️)
    • response.data Changed (Breaking ⚠️)
  • unkey.apps.get_app(): response.data Changed (Breaking ⚠️)
  • unkey.github.install_app(): Added
  • unkey.permissions.set_role_permissions(): Added
  • unkey.domains.list_domains(): Added
  • unkey.environments.list_environments(): response.data[].kind Added
  • unkey.domains.create_domain(): Added
  • unkey.analytics.get_ratelimits(): Added
  • unkey.domains.get_domain(): Added
  • unkey.environments.get_environment(): response.data.kind Added
  • unkey.apps.create_app(): request.git Added
  • unkey.permissions.create_role(): request.permissions Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (6775:5)
│ ├──[+] path (9304:5)
│ ├──[+] path (8743:5)
│ ├──[+] path (10595:5)
│ ├──[+] path (12984:5)
│ ├──[+] path (9018:5)
│ ├─┬/v2/portal.exchangeSession
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13200:25)
│ ├─┬/v2/analytics.getVerifications
│ │ └─┬POST
│ │   ├──[🔀] description (6851:26)
│ │   └─┬Responses
│ │     ├──[-] codes (6269:21)❌ 
│ │     ├─┬400
│ │     │ └──[🔀] description (6875:34)
│ │     └─┬401
│ │       └──[🔀] description (6881:34)
│ ├─┬/v2/permissions.createRole
│ │ └─┬POST
│ │   ├──[🔀] description (12495:26)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬basic
│ │         └──[+] value (12518:37)
│ ├─┬/v2/portal.listKeys
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13338:25)
│ ├─┬/v2/portal.createSession
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13132:25)
│ ├─┬/v2/portal.getVerifications
│ │ └─┬POST
│ │   └─┬Extensions
│ │     └──[+] x-excluded (13269:25)
│ └─┬/v2/portal.rerollKey
│   └─┬POST
│     └─┬Extensions
│       └──[+] x-excluded (13413:25)
├─┬Tags
│ └──[+] domains (14750:7)
├─┬Tags
│ └──[+] github (14768:7)
└─┬Components
  ├──[+] schemas (5491:13)
  ├──[+] schemas (4058:13)
  ├──[+] schemas (4589:13)
  ├──[+] schemas (6313:13)
  ├──[+] schemas (4040:13)
  ├──[+] schemas (4564:13)
  ├──[+] schemas (4692:13)
  ├──[+] schemas (48:13)
  ├──[+] schemas (2871:13)
  ├──[+] schemas (939:13)
  ├──[+] schemas (3510:13)
  ├──[+] schemas (895:13)
  ├──[+] schemas (838:13)
  ├──[+] schemas (877:13)
  ├──[+] schemas (4849:13)
  ├──[+] schemas (2853:13)
  ├──[+] schemas (1437:13)
  ├──[+] schemas (3928:13)
  ├──[+] schemas (866:13)
  ├──[+] schemas (4659:13)
  ├──[+] schemas (35:13)
  ├──[+] schemas (906:13)
  ├─┬KeyResponseData
  │ └─┬plaintext
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (3780:37)
  ├─┬V2PortalCreateSessionResponseData
  │ ├─┬sessionId
  │ │ └─┬Extensions
  │ │   └──[+] x-unkey-redact (6325:37)
  │ └─┬url
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (6332:37)
  ├─┬V2RatelimitSetOverrideRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3468:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3438:32)❌ 
  ├─┬V2KeysVerifyKeyRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2429:37)
  ├─┬V2KeysMigrateKeyData
  │ ├─┬roles
  │ │ └─┬Schema
  │ │   └──[🔀] maxLength (5768:36)❌ 
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[🔀] maxLength (5783:36)❌ 
  │     └──[+] pattern (5784:34)❌ 
  ├─┬V2PermissionsDeleteRoleRequestBody
  │ └─┬role
  │   ├──[🔀] maxLength (2687:32)❌ 
  │   ├──[🔀] minLength (2686:32)❌ 
  │   └──[-] pattern (2517:30)❌ 
  ├─┬V2KeysSetRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (2212:36)❌ 
  │     ├──[🔀] minLength (2211:36)❌ 
  │     └──[-] pattern (2053:34)❌ 
  ├─┬V2KeysCreateKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5710:37)
  ├─┬V2AnalyticsGetVerificationsRequestBody
  │ └─┬query
  │   └──[🔀] description (197:34)
  ├─┬V2KeysAddPermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (1657:36)❌ 
  │     └──[🔀] minLength (1656:36)❌ 
  ├─┬V2PermissionsGetPermissionRequestBody
  │ └─┬permission
  │   ├──[🔀] maxLength (2723:32)❌ 
  │   ├──[🔀] minLength (2722:32)❌ 
  │   └──[🔀] pattern (2724:30)❌ 
  ├─┬V2KeysWhoamiRequestBody
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2499:37)
  ├─┬V2RatelimitListOverridesRequestBody
  │ └─┬namespace
  │   └──[🔀] maxLength (3372:32)❌ 
  ├─┬V2PermissionsCreatePermissionRequestBody
  │ └─┬slug
  │   └──[🔀] pattern (2550:30)❌ 
  ├─┬V2PermissionsGetRoleRequestBody
  │ └─┬role
  │   ├──[🔀] maxLength (2748:32)❌ 
  │   ├──[🔀] minLength (2747:32)❌ 
  │   └──[-] pattern (2581:30)❌ 
  ├─┬V2RatelimitGetOverrideRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3265:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3252:32)❌ 
  ├─┬V2KeysRemovePermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (2029:36)❌ 
  │     └──[🔀] minLength (2028:36)❌ 
  ├─┬V2KeysCreateKeyRequestBody
  │ ├─┬roles
  │ │ └─┬Schema
  │ │   ├──[🔀] maxLength (1794:36)❌ 
  │ │   └──[-] pattern (1637:34)❌ 
  │ └─┬permissions
  │   ├──[-] pattern (1653:30)❌ 
  │   └─┬Schema
  │     ├──[🔀] maxLength (1809:36)❌ 
  │     └──[+] pattern (1810:34)❌ 
  ├─┬V2KeysUpdateKeyRequestBody
  │ ├─┬permissions
  │ │ └─┬Schema
  │ │   ├──[🔀] maxLength (2397:36)❌ 
  │ │   └──[🔀] minLength (2396:36)❌ 
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (2382:36)❌ 
  │     └──[-] pattern (2226:34)❌ 
  ├─┬V2PortalExchangeSessionRequestBody
  │ └─┬sessionId
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (2954:37)
  ├─┬EnvironmentVariableInput
  │ └─┬value
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5050:37)
  ├─┬V2KeysSetPermissionsRequestBody
  │ └─┬permissions
  │   └─┬Schema
  │     ├──[+] maxLength (2168:36)❌ 
  │     └──[🔀] minLength (2167:36)❌ 
  ├─┬V2RatelimitDeleteOverrideRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3221:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3208:32)❌ 
  ├─┬V2RatelimitLimitRequestBody
  │ ├─┬identifier
  │ │ └──[🔀] maxLength (3314:32)❌ 
  │ └─┬namespace
  │   └──[🔀] maxLength (3286:32)❌ 
  ├─┬V2ApisCreateApiRequestBody
  │ └─┬name
  │   ├──[🔀] maxLength (220:32)❌ 
  │   ├──[-] pattern (197:30)❌ 
  │   ├──[🔀] description (221:34)
  │   └──[🔀] example (224:30)
  ├─┬EnvironmentVariable
  │ └─┬value
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5000:37)
  ├─┬V2KeysAddRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (1701:36)❌ 
  │     ├──[🔀] minLength (1700:36)❌ 
  │     └──[-] pattern (1543:34)❌ 
  ├─┬Environment
  │ ├──[+] required (4787:19)❌ 
  │ ├──[+] properties (4807:17)
  │ ├─┬runtime
  │ │ └──[🔀] $ref (4841:21)❌ 
  │ ├─┬updatedAt
  │ │ ├──[🔀] type (4797:27)❌ 
  │ │ ├──[-] maximum (4331:30)❌ 
  │ │ ├──[-] minimum (4330:30)❌ 
  │ │ ├──[-] format (4329:29)❌ 
  │ │ ├──[🔀] description (4798:34)
  │ │ ├──[🔀] example (4800:30)
  │ │ └─┬Extensions
  │ │   ├──[-] x-go-type-skip-optional-pointer (4336:54)❌ 
  │ │   └──[-] x-go-type-skip-optional-pointer-with-omitzero (4337:68)❌ 
  │ ├─┬slug
  │ │ └──[🔀] $ref (4860:19)❌ 
  │ └─┬regions
  │   └──[🔀] $ref (4849:19)❌ 
  ├─┬V2PermissionsDeletePermissionRequestBody
  │ └─┬permission
  │   ├──[🔀] maxLength (2649:32)❌ 
  │   ├──[🔀] minLength (2648:32)❌ 
  │   └──[🔀] pattern (2650:30)❌ 
  ├─┬V2ApisGetApiResponseData
  │ └─┬name
  │   └──[🔀] maxLength (3644:32)❌ 
  ├─┬V2AppsUpdateAppRequestBody
  │ ├──[-] properties (510:17)❌ 
  │ └──[+] properties (535:17)
  ├─┬V2KeysRemoveRolesRequestBody
  │ └─┬roles
  │   └─┬Schema
  │     ├──[🔀] maxLength (2073:36)❌ 
  │     ├──[🔀] minLength (2072:36)❌ 
  │     └──[-] pattern (1914:34)❌ 
  ├─┬V2PermissionsCreateRoleRequestBody
  │ ├──[+] properties (2617:17)
  │ └─┬name
  │   ├──[🔀] maxLength (2595:32)❌ 
  │   ├──[-] pattern (2438:30)❌ 
  │   └──[🔀] description (2596:34)
  ├─┬V2KeysRerollKeyResponseData
  │ └─┬key
  │   └─┬Extensions
  │     └──[+] x-unkey-redact (5924:37)
  ├─┬App
  │ ├──[-] required (3741:19)❌ 
  │ ├──[-] properties (3762:17)❌ 
  │ └──[+] properties (3993:17)
  ├─┬V2AppsCreateAppRequestBody
  │ ├──[+] properties (395:17)
  │ ├─┬name
  │ │ └──[🔀] $ref (3928:19)❌ 
  │ └─┬project
  │   └──[🔀] $ref (386:21)❌ 
  └─┬V2PortalExchangeSessionResponseData
    └─┬token
      └─┬Extensions
        └──[+] x-unkey-redact (6345:37)
Document Element Total Changes Breaking Changes
paths 17 1
tags 2 0
components 113 67

View full report

Linting Report 0 errors, 3 warnings, 1 hints

View full report

PYTHON CHANGELOG

core: 6.0.35 - 2026-07-17

🐛 Bug Fixes

  • preserve nullable discriminated-union request fields under Pydantic 2.13 by wrapping optional+nullable closed discriminated-union fields in SerializeAsAny, and lift the now-unnecessary Pydantic <2.13 cap (commit by @AshGodfrey)

unions: 3.1.8 - 2026-07-17

🐛 Bug Fixes

  • preserve nullable discriminated-union request fields under Pydantic 2.13 by wrapping optional+nullable closed discriminated-union fields in SerializeAsAny, and lift the now-unnecessary Pydantic <2.13 cap (commit by @AshGodfrey)

Based on Speakeasy CLI 1.793.1

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Jul 24, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784852578 branch 8 times, most recently from 8ef1f95 to 167d2ee Compare August 1, 2026 00:26
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784852578 branch 8 times, most recently from 6eff6f6 to aad37c1 Compare August 9, 2026 00:12
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784852578 branch 2 times, most recently from 25b100a to 249bdd6 Compare August 11, 2026 00:13
* `unkey.apps.list_apps()`:  `response.data[]` **Changed** (Breaking ⚠️)
* `unkey.analytics.get_verifications()`:  `error.status[404]` **Removed** (Breaking ⚠️)
* `unkey.apps.update_app()`: 
  *  `request` **Changed** (Breaking ⚠️)
  *  `response.data` **Changed** (Breaking ⚠️)
* `unkey.apps.get_app()`:  `response.data` **Changed** (Breaking ⚠️)
* `unkey.github.install_app()`: **Added**
* `unkey.permissions.set_role_permissions()`: **Added**
* `unkey.domains.list_domains()`: **Added**
* `unkey.environments.list_environments()`:  `response.data[].kind` **Added**
* `unkey.domains.create_domain()`: **Added**
* `unkey.analytics.get_ratelimits()`: **Added**
* `unkey.domains.get_domain()`: **Added**
* `unkey.environments.get_environment()`:  `response.data.kind` **Added**
* `unkey.apps.create_app()`:  `request.git` **Added**
* `unkey.permissions.create_role()`:  `request.permissions` **Added**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1784852578 branch from c7eec9c to 3740b73 Compare August 12, 2026 00:17
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.

1 participant