Skip to content

chore: 🐝 Update SDK - Generate 1.1.19 - #55

Merged
rodnnnney merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788539532
Sep 4, 2026
Merged

chore: 🐝 Update SDK - Generate 1.1.19#55
rodnnnney merged 2 commits into
mainfrom
speakeasy-sdk-regen-1788539532

Conversation

@rodnnnney

Copy link
Copy Markdown
Collaborator

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:

  • textql.chats.attach_app(): response.cell.union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.chats.attach_dashboard(): response.cell.union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.chats.attach_dataset(): response.cell.union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.chats.check_streamlit_health(): response.cell.union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.chats.get_history(): response.cells[].union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.chats.poll_events(): response.events[].union(cell).cell.union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.chats.query_one_shot(): response.cells[].union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.chats.run(): response.cells[].union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.observability.get_check_record_fix(): response.fix_patch_cell.union(list_apps_cell).list_apps_cell.apps[]Changed
  • textql.observability.get_thread_warnings(): response.warnings_by_chat.Map<textql.rpc.public.observe.ThreadWarningList>.warnings[].fix_patch_cell.union(list_apps_cell).list_apps_cell.apps[]Changed

View full SDK changelog

OpenAPI Change Summary
└─┬Components
├─┬textql.rpc.public.connector.QueryTemplate
│ ├─┬tables
│ │ └──[+] description (26482:24)
│ └─┬joins
│ └──[+] description (26488:24)
├─┬textql.rpc.public.connector.GetConnectorStatsRequest
│ └─┬days
│ └──[+] description (25856:24)
├─┬textql.rpc.public.connector.ListQueryTemplatesRequest
│ ├─┬days
│ │ └──[🔀] description (26146:24)
│ ├─┬limit
│ │ └──[+] description (26136:24)
│ └─┬offset
│ └──[🔀] description (26141:24)
├─┬textql.rpc.public.connector.GetExampleQueriesResponse
│ └─┬examples
│ └──[-] description (25936:24)
├─┬textql.rpc.public.connector.RedshiftMetadata
│ └─┬schemas
│ └──[+] description (26548:24)
├─┬textql.rpc.public.connector.ExampleQuery
│ ├─┬label
│ │ └──[+] description (25619:24)
│ └─┬id
│ └──[-] description (25609:24)
├─┬textql.rpc.public.cells.AppInfo
│ ├──[+] properties (19042:9)
│ ├──[+] properties (19039:9)
│ ├─┬updatedAt
│ │ └──[🔀] $ref (19040:11)❌ │ ├─┬id
│ │ ├──[🔀] title (19015:18)
│ │ └──[+] nullable (19016:21)❌ │ ├─┬description
│ │ └──[🔀] title (19044:18)
│ ├─┬status
│ │ └──[🔀] $ref (15498:13)❌ │ ├─┬publishedAt
│ │ └──[🔀] $ref (19011:11)❌ │ └─┬name
│ └──[🔀] title (19009:18)
├─┬textql.rpc.public.connector.ListConnectorTablesRequest
│ └─┬connectorId
│ └──[-] description (26101:24)
├─┬textql.rpc.public.connector.ListQueryTemplatesResponse
│ └─┬templates
│ └──[-] description (26148:24)
├─┬textql.rpc.public.connector.PrimaryKeyMetadata
│ └─┬descriptions
│ └──[+] description (26434:24)
├─┬textql.rpc.public.connector.ConnectorStatEntry
│ ├──[-] description (25331:20)
│ ├─┬queryCount
│ │ └──[-] description (25307:24)
│ └─┬connectorId
│ └──[🔀] description (25309:24)
├─┬textql.rpc.public.connector.GetConnectorStatsResponse
│ ├──[+] description (25870:20)
│ └─┬stats
│ └──[+] description (25867:24)
├─┬textql.rpc.public.connector.QueryTemplateCteRef
│ └─┬templateId
│ └──[+] description (26518:24)
└─┬textql.rpc.public.connector.PowerBIConnectorContext
└─┬datasetIds
└──[-] description (26384:24)
Document ElementTotal ChangesBreaking Changes
components294

View full report

Linting Report 0 errors, 1 warnings, 3 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.796.4

Last updated by Speakeasy workflow

* `textql.chats.attach_app()`: `response.cell.union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.chats.attach_dashboard()`: `response.cell.union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.chats.attach_dataset()`: `response.cell.union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.chats.check_streamlit_health()`: `response.cell.union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.chats.get_history()`: `response.cells[].union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.chats.poll_events()`: `response.events[].union(cell).cell.union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.chats.query_one_shot()`: `response.cells[].union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.chats.run()`: `response.cells[].union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.observability.get_check_record_fix()`: `response.fix_patch_cell.union(list_apps_cell).list_apps_cell.apps[]` **Changed**
* `textql.observability.get_thread_warnings()`: `response.warnings_by_chat.Map<textql.rpc.public.observe.ThreadWarningList>.warnings[].fix_patch_cell.union(list_apps_cell).list_apps_cell.apps[]` **Changed**
@rodnnnneyrodnnnney added the patch Patch version bump label Sep 4, 2026
@rodnnnney
rodnnnney merged commit 1d9e6c9 into mainSep 4, 2026
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patchPatch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@rodnnnney@speakeasybot