Skip to content

Commit 2114b78

Browse files
committed
## Python SDK Changes Detected:
* `glean.client.chat.retrieve_files()`: `request.chat_id` **Removed** **Breaking** ⚠️
1 parent 878e1b3 commit 2114b78

File tree

14 files changed

+35
-47
lines changed

14 files changed

+35
-47
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 3e3290ca-0ee8-4981-b1bc-14536048fa63
33
management:
4-
docChecksum: 0ac885f7072adae50d62b33db76f5bb4
4+
docChecksum: 09ae73bbaebb3968dc7590f295580164
55
docVersion: 0.9.0
66
speakeasyVersion: 1.650.0
77
generationVersion: 2.743.2
8-
releaseVersion: 0.11.6
9-
configChecksum: d985e94635c94b65adb4be5e9489c272
8+
releaseVersion: 0.11.8
9+
configChecksum: 822545fd662c7ee4c3cd04767a37a98a
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -2742,3 +2742,6 @@ generatedTests:
27422742
editcollection: "2025-06-12T19:13:52-04:00"
27432743
createshortcut: "2025-06-12T19:13:52-04:00"
27442744
updateshortcut: "2025-06-12T19:13:52-04:00"
2745+
releaseNotes: |
2746+
## Python SDK Changes Detected:
2747+
* `glean.client.chat.retrieve_files()`: `request.chat_id` **Removed** **Breaking** :warning:

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: true
3131
skipResponseBodyAssertions: true
3232
python:
33-
version: 0.11.6
33+
version: 0.11.8
3434
additionalDependencies:
3535
dev: {}
3636
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7654,9 +7654,6 @@ components:
76547654
items:
76557655
type: string
76567656
description: IDs of files to fetch.
7657-
chatId:
7658-
type: string
7659-
description: The ID of the chat that contains the chat file.
76607657
GetChatFilesResponse:
76617658
properties:
76627659
files:

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ speakeasyVersion: 1.650.0
22
sources:
33
Glean API:
44
sourceNamespace: glean-api-specs
5-
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
6-
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
5+
sourceRevisionDigest: sha256:96cafa57016acbc64c52992e4a68d7696a212761df887408ef0f2352ea10dae6
6+
sourceBlobDigest: sha256:b79b23f50c98e048500a2adc816142e62cc76246550749081488c83b528ce172
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763063487
9+
- speakeasy-sdk-regen-1763081166
1010
Glean Client API:
1111
sourceNamespace: glean-client-api
1212
sourceRevisionDigest: sha256:4edc63ad559e4f2c9fb9ebf5edaaaaa9269f1874d271cfd84b441d6dacac43d2
@@ -17,10 +17,10 @@ targets:
1717
glean:
1818
source: Glean API
1919
sourceNamespace: glean-api-specs
20-
sourceRevisionDigest: sha256:2ad700f2ce85b0aa442a98a80f3c131f73fc187c53407d3d84b1899c0e603eb1
21-
sourceBlobDigest: sha256:d62d91bcf73cf5775dc081807ae550dd20f6ecdfb5dc06ebbd08804f84a2d2f1
20+
sourceRevisionDigest: sha256:96cafa57016acbc64c52992e4a68d7696a212761df887408ef0f2352ea10dae6
21+
sourceBlobDigest: sha256:b79b23f50c98e048500a2adc816142e62cc76246550749081488c83b528ce172
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:147be66f439209d4fdaa8cbf20219ff8bb25480455b775716da3f8275d79224f
23+
codeSamplesRevisionDigest: sha256:90843eca9fa9c37835f6112e07ce874530d24ae6fae39dc90721d789ca30ba08
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,14 @@ Based on:
368368
### Generated
369369
- [python v0.11.6] .
370370
### Releases
371-
- [PyPI v0.11.6] https://pypi.org/project/glean/0.11.6 - .
371+
- [PyPI v0.11.6] https://pypi.org/project/glean/0.11.6 - .
372+
373+
## 2025-11-14 00:45:39
374+
### Changes
375+
Based on:
376+
- OpenAPI Doc
377+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
378+
### Generated
379+
- [python v0.11.8] .
380+
### Releases
381+
- [PyPI v0.11.8] https://pypi.org/project/glean/0.11.8 - .

docs/models/getchatfilesrequest.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- |
8-
| `file_ids` | List[*str*] | :heavy_check_mark: | IDs of files to fetch. |
9-
| `chat_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the chat that contains the chat file. |
6+
| Field | Type | Required | Description |
7+
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
8+
| `file_ids` | List[*str*] | :heavy_check_mark: | IDs of files to fetch. |

docs/sdks/clientchat/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ with Glean(
340340
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
341341
| `file_ids` | List[*str*] | :heavy_check_mark: | IDs of files to fetch. |
342342
| `timezone_offset` | *Optional[int]* | :heavy_minus_sign: | The offset of the client's timezone in minutes from UTC. e.g. PDT is -420 because it's 7 hours behind UTC. |
343-
| `chat_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the chat that contains the chat file. |
344343
| `retries` | [Optional[utils.RetryConfig]](../../models/utils/retryconfig.md) | :heavy_minus_sign: | Configuration to override the default retry behavior of the client. |
345344

346345
### Response

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "glean-api-client"
3-
version = "0.11.6"
3+
version = "0.11.8"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

speakeasyusagegen/.speakeasy/logs/naming.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ UploadchatfilesRequest (timezoneOffset: integer, body: UploadChatFilesRequest)
644644
UploadchatfilesResponse (HttpMeta: HTTPMetadata, UploadChatFilesResponse: UploadChatFilesResponse)
645645
UploadChatFilesResponse (files: array)
646646
GetchatfilesRequest (timezoneOffset: integer, body: GetChatFilesRequest)
647-
GetChatFilesRequest (fileIds: array, chatId: string)
647+
GetChatFilesRequest (fileIds: array)
648648
GetchatfilesResponse (HttpMeta: HTTPMetadata, GetChatFilesResponse: GetChatFilesResponse)
649649
GetChatFilesResponse (files: map)
650650
DeletechatfilesRequest (timezoneOffset: integer, body: DeleteChatFilesRequest)

src/glean/api_client/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "glean"
6-
__version__: str = "0.11.6"
6+
__version__: str = "0.11.8"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.743.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.11.6 2.743.2 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.11.8 2.743.2 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)