Skip to content

chore: 🐝 Update SDK - Generate 7.1.0 - #249

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

chore: 🐝 Update SDK - Generate 7.1.0#249
github-actions[bot] wants to merge 2 commits into
mainfrom
speakeasy-sdk-regen-1786580803

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [minor] - 🤖 (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:

  • clerk.billing.apply_subscription_item_discount(): Added
  • clerk.billing.remove_subscription_item_discount(): Added
  • clerk.directories.list(): Added
  • clerk.directories.create(): Added
  • clerk.directories.get(): Added
  • clerk.directories.update(): Added
  • clerk.directories.delete(): Added
  • clerk.directories.rotate_api_key(): Added
  • clerk.directories.list_group_role_mappings(): Added
  • clerk.directories.create_group_role_mapping(): Added
  • clerk.directories.replace_group_role_mappings(): Added
  • clerk.directories.delete_group_role_mapping(): Added
  • clerk.users.list():
    • request.starting_after Added
  • clerk.instance_settings.get(): response.workspace_id Added
  • clerk.enterprise_connections.list(): response.data[].custom_attributes[].directory_path Added
  • clerk.enterprise_connections.create():
    • request.custom_attributes[].directory_path Added
    • response.custom_attributes[].directory_path Added
  • clerk.enterprise_connections.get(): response.custom_attributes[].directory_path Added
  • clerk.enterprise_connections.update():
    • request.custom_attributes[].directory_path Added
    • response.custom_attributes[].directory_path Added
  • clerk.scim_directories.list(): response.data[].custom_attributes[].directory_path Added
  • clerk.scim_directories.create(): response.custom_attributes[].directory_path Added
  • clerk.scim_directories.get(): response.custom_attributes[].directory_path Added
  • clerk.scim_directories.update(): response.custom_attributes[].directory_path Added
  • clerk.scim_directories.rotate_api_key(): response.custom_attributes[].directory_path Added
  • clerk.scim_directories.list_group_role_mappings(): response.data[] Changed
  • clerk.scim_directories.create_group_role_mapping(): response Changed
  • clerk.scim_directories.replace_group_role_mappings(): response.data[] Changed

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├──[+] path (10628:3)
│ ├──[+] path (9571:3)
│ ├──[+] path (10848:3)
│ ├──[+] path (10850:3)
│ ├──[+] path (10988:3)
│ ├──[+] path (9527:3)
│ ├──[+] path (10849:3)
│ ├──[+] path (10713:3)
│ ├──[+] path (10818:3)
│ ├──[+] path (10847:3)
│ ├─┬/scim_directories
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (10250:16)
│ │ │ ├──[🔀] description (10251:20)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     ├──[🔀] description (21007:20)
│ │ │     └─┬application/json
│ │ │       └─┬Schema
│ │ │         └─┬total_count
│ │ │           └──[🔀] description (21017:30)
│ │ └─┬POST
│ │   ├──[🔀] summary (10268:16)
│ │   ├──[🔀] description (10269:20)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (21022:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬enterprise_connection_id
│ │         │ └──[🔀] description (10278:32)
│ │         ├─┬name
│ │         │ └──[🔀] description (10281:32)
│ │         └─┬provider
│ │           └──[🔀] description (10284:32)
│ ├─┬/enterprise_connections
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8524:23)
│ │             ├─┬sso_path
│ │             │ └──[🔀] description (8523:38)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8512:36)❌ 
│ │             │ └──[🔀] description (8511:38)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8528:31)❌ 
│ │             │ ├──[-] minLength (8489:36)❌ 
│ │             │ └──[🔀] description (8529:38)
│ │             ├─┬multi_valued
│ │             │ ├──[🔀] type (8514:31)❌ 
│ │             │ ├──[+] minLength (8516:36)❌ 
│ │             │ ├──[+] pattern (8517:34)❌ 
│ │             │ └──[🔀] description (8515:38)
│ │             └─┬key
│ │               ├──[-] minLength (8493:36)❌ 
│ │               ├──[-] pattern (8494:34)❌ 
│ │               └──[🔀] description (8526:38)
│ ├─┬/scim_directories/{scim_directory_id}
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (10329:16)
│ │ │ ├──[🔀] description (10330:20)
│ │ │ ├─┬Parameters
│ │ │ │ └──[🔀] description (10334:24)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └──[🔀] description (21022:20)
│ │ ├─┬DELETE
│ │ │ ├──[🔀] summary (10407:16)
│ │ │ ├──[🔀] description (10408:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10414:24)
│ │ └─┬PATCH
│ │   ├──[🔀] summary (10353:16)
│ │   ├──[🔀] description (10354:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10358:24)
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └──[🔀] description (21022:20)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         ├─┬provider
│ │         │ └──[🔀] description (10376:32)
│ │         ├─┬name
│ │         │ └──[🔀] description (10370:32)
│ │         ├─┬group_role_mapping_enabled
│ │         │ └──[🔀] description (10387:32)
│ │         └─┬enabled
│ │           └──[🔀] description (10373:32)
│ ├─┬/oauth_applications
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └──[🔀] description (7585:24)
│ ├─┬/enterprise_connections/{enterprise_connection_id}
│ │ └─┬PATCH
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬custom_attributes
│ │           └─┬Schema
│ │             ├──[+] properties (8762:23)
│ │             ├─┬key
│ │             │ ├──[-] minLength (8728:36)❌ 
│ │             │ ├──[-] pattern (8729:34)❌ 
│ │             │ └──[🔀] description (8764:38)
│ │             ├─┬sso_path
│ │             │ └──[🔀] description (8761:38)
│ │             ├─┬name
│ │             │ ├──[🔀] type (8766:31)❌ 
│ │             │ ├──[-] minLength (8724:36)❌ 
│ │             │ └──[🔀] description (8767:38)
│ │             ├─┬scim_path
│ │             │ ├──[+] minLength (8750:36)❌ 
│ │             │ └──[🔀] description (8749:38)
│ │             └─┬multi_valued
│ │               ├──[🔀] type (8752:31)❌ 
│ │               ├──[+] minLength (8754:36)❌ 
│ │               ├──[+] pattern (8755:34)❌ 
│ │               └──[🔀] description (8753:38)
│ ├─┬/scim_directories/{scim_directory_id}/rotate_api_key
│ │ └─┬POST
│ │   ├──[🔀] summary (10434:16)
│ │   ├──[🔀] description (10435:20)
│ │   ├─┬Parameters
│ │   │ └──[🔀] description (10443:24)
│ │   └─┬Responses
│ │     └─┬200
│ │       └──[🔀] description (21022:20)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings
│ │ ├─┬GET
│ │ │ ├──[🔀] description (10467:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10471:24)
│ │ ├─┬PUT
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (10552:24)
│ │ └─┬POST
│ │   ├──[🔀] description (10491:20)
│ │   └─┬Parameters
│ │     └──[🔀] description (10497:24)
│ ├─┬/scim_directories/{scim_directory_id}/group_role_mappings/{mapping_id}
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └──[🔀] description (10607:24)
│ ├─┬/users
│ │ ├─┬GET
│ │ │ ├──[+] parameters (1896:17)❌ 
│ │ │ ├──[🔀] description (1663:20)
│ │ │ └─┬Parameters
│ │ │   └──[🔀] description (1912:24)
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬bypass_client_trust
│ │           └──[🔀] description (2152:32)
│ └─┬/users/{user_id}
│   └─┬PATCH
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └─┬bypass_client_trust
│             └──[🔀] description (2595:32)
└─┬Components
  ├──[+] responses (20959:7)
  ├──[+] responses (21095:7)
  ├──[+] responses (21074:7)
  ├──[+] responses (21117:7)
  ├──[+] responses (21089:7)
  ├──[+] responses (21111:7)
  ├──[+] schemas (20137:7)
  ├──[+] schemas (20196:7)
  ├──[+] schemas (20141:7)
  ├──[+] schemas (19368:7)
  ├──[+] schemas (19377:7)
  ├──[+] schemas (20054:7)
  ├─┬CreateBillingPriceRequest
  │ ├─┬annual_monthly_amount
  │ │ └──[🔀] description (18810:24)
  │ └─┬amount
  │   └──[🔀] description (18805:24)
  ├─┬SCIMDirectory
  │ ├──[🔀] description (19909:20)
  │ ├─┬name
  │ │ └──[🔀] description (19921:24)
  │ ├─┬provider
  │ │ └──[🔀] description (19931:24)
  │ ├─┬created_at
  │ │ └──[🔀] description (19974:24)
  │ ├─┬id
  │ │ └──[🔀] description (19918:24)
  │ ├─┬group_role_mapping_enabled
  │ │ └──[🔀] description (19937:24)
  │ ├─┬updated_at
  │ │ └──[🔀] description (19978:24)
  │ ├─┬enabled
  │ │ └──[🔀] description (19934:24)
  │ └─┬custom_attributes
  │   └─┬Schema
  │     ├──[+] properties (19961:15)
  │     ├─┬scim_path
  │     │ └──[🔀] description (19951:30)
  │     ├─┬key
  │     │ └──[🔀] description (19963:30)
  │     ├─┬sso_path
  │     │ └──[🔀] description (19960:30)
  │     ├─┬multi_valued
  │     │ ├──[🔀] type (19953:23)❌ 
  │     │ └──[🔀] description (19954:30)
  │     └─┬name
  │       ├──[🔀] type (19965:23)❌ 
  │       └──[🔀] description (19966:30)
  ├─┬EnterpriseConnection
  │ └─┬custom_attributes
  │   └─┬Schema
  │     ├──[+] properties (18334:15)
  │     ├─┬name
  │     │ ├──[🔀] type (18338:23)❌ 
  │     │ └──[🔀] description (18339:30)
  │     ├─┬multi_valued
  │     │ ├──[🔀] type (18326:23)❌ 
  │     │ └──[🔀] description (18327:30)
  │     ├─┬key
  │     │ └──[🔀] description (18336:30)
  │     ├─┬scim_path
  │     │ └──[🔀] description (18324:30)
  │     └─┬sso_path
  │       └──[🔀] description (18333:30)
  ├─┬Instance
  │ ├──[+] required (16986:11)❌ 
  │ └──[+] properties (16976:9)
  ├─┬SCIMGroupRoleMapping
  │ ├──[+] required (20041:11)❌ 
  │ ├──[+] required (20043:11)❌ 
  │ ├──[+] required (20045:11)❌ 
  │ ├──[+] properties (20021:9)
  │ ├──[+] properties (20015:9)
  │ ├──[+] properties (20009:9)
  │ ├─┬scim_group_id
  │ │ └──[🔀] $ref (17457:13)❌ 
  │ ├─┬id
  │ │ └──[🔀] description (20023:24)
  │ ├─┬updated_at
  │ │ ├──[🔀] type (20007:17)❌ 
  │ │ ├──[-] format (19408:19)❌ 
  │ │ └──[🔀] description (20008:24)
  │ ├─┬object
  │ │ ├──[-] enum (19384:15)❌ 
  │ │ └──[🔀] description (20017:24)
  │ ├─┬scim_group_display_name
  │ │ ├──[🔀] type (20027:17)❌ 
  │ │ └──[🔀] description (20028:24)
  │ ├─┬role
  │ │ └──[🔀] $ref (20004:11)❌ 
  │ ├─┬precedence
  │ │ ├──[🔀] type (20010:17)❌ 
  │ │ └──[🔀] description (20011:24)
  │ └─┬scim_directory_id
  │   ├──[+] enum (20002:15)
  │   └──[🔀] description (20000:24)
  ├─┬User
  │ └─┬bypass_client_trust
  │   └──[🔀] description (15389:24)
  └─┬SCIMUserMetadata
    ├──[🔀] description (15154:20)
    ├─┬external_id
    │ └──[🔀] description (15168:24)
    ├─┬directory_id
    │ └──[🔀] description (15159:24)
    └─┬directory_enabled
      └──[🔀] description (15163:24)
Document Element Total Changes Breaking Changes
paths 79 17
components 65 15

View full report

Linting Report 0 errors, 12 warnings, 72 hints

View full report

PYTHON CHANGELOG

core: 6.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

core: 6.0.36 - 2026-08-12

🐝 New Features

retries: 3.1.0 - 2026-08-13

🐝 New Features

  • support httpx2 (Pydantic's httpx fork) via the new httpClientLibrary gen.yaml option, and retry connection errors raised by API-compatible client libraries (commit by @AshGodfrey)

unions: 3.1.9 - 2026-08-13

🐛 Bug Fixes

  • collapse primitive-only unions in path parameters instead of dropping the operation (commit by @AshGodfrey)

Based on Speakeasy CLI 1.795.0

Last updated by Speakeasy workflow

@github-actions github-actions Bot added the patch Patch version bump label Aug 13, 2026
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580803 branch 5 times, most recently from 5d072ce to 2a7c114 Compare August 18, 2026 00:16
@github-actions github-actions Bot changed the title chore: 🐝 Update SDK - Generate 7.0.1 chore: 🐝 Update SDK - Generate 7.1.0 Aug 18, 2026
@github-actions github-actions Bot added minor Minor version bump and removed patch Patch version bump labels Aug 18, 2026
* `clerk.billing.apply_subscription_item_discount()`: **Added**
* `clerk.billing.remove_subscription_item_discount()`: **Added**
* `clerk.directories.list()`: **Added**
* `clerk.directories.create()`: **Added**
* `clerk.directories.get()`: **Added**
* `clerk.directories.update()`: **Added**
* `clerk.directories.delete()`: **Added**
* `clerk.directories.rotate_api_key()`: **Added**
* `clerk.directories.list_group_role_mappings()`: **Added**
* `clerk.directories.create_group_role_mapping()`: **Added**
* `clerk.directories.replace_group_role_mappings()`: **Added**
* `clerk.directories.delete_group_role_mapping()`: **Added**
* `clerk.users.list()`: 
  *  `request.starting_after` **Added**
* `clerk.instance_settings.get()`:  `response.workspace_id` **Added**
* `clerk.enterprise_connections.list()`:  `response.data[].custom_attributes[].directory_path` **Added**
* `clerk.enterprise_connections.create()`: 
  *  `request.custom_attributes[].directory_path` **Added**
  *  `response.custom_attributes[].directory_path` **Added**
* `clerk.enterprise_connections.get()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.enterprise_connections.update()`: 
  *  `request.custom_attributes[].directory_path` **Added**
  *  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.list()`:  `response.data[].custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.create()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.get()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.update()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.rotate_api_key()`:  `response.custom_attributes[].directory_path` **Added**
* `clerk.scim_directories.list_group_role_mappings()`:  `response.data[]` **Changed**
* `clerk.scim_directories.create_group_role_mapping()`:  `response` **Changed**
* `clerk.scim_directories.replace_group_role_mappings()`:  `response.data[]` **Changed**
@github-actions
github-actions Bot force-pushed the speakeasy-sdk-regen-1786580803 branch from 27cf385 to 86d8827 Compare August 19, 2026 00:16
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.

1 participant