Skip to content

Commit 5fab218

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.650.0
1 parent 62565b0 commit 5fab218

File tree

9 files changed

+30
-22
lines changed

9 files changed

+30
-22
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 6 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: 09ae73bbaebb3968dc7590f295580164
4+
docChecksum: dcad25cb7b9da999a8e60d0deeb0403c
55
docVersion: 0.9.0
66
speakeasyVersion: 1.650.0
77
generationVersion: 2.743.2
8-
releaseVersion: 0.11.8
9-
configChecksum: 822545fd662c7ee4c3cd04767a37a98a
8+
releaseVersion: 0.11.10
9+
configChecksum: 37e740dcdd01591ff225d259dc6ff5dd
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true
@@ -2742,6 +2742,3 @@ 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: 2 additions & 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.8
33+
version: 0.11.10
3434
additionalDependencies:
3535
dev: {}
3636
main: {}
@@ -63,6 +63,7 @@ python:
6363
webhooks: ""
6464
inputModelSuffix: input
6565
legacyPyright: true
66+
license: ""
6667
maxMethodParams: 999
6768
methodArguments: infer-optional-args
6869
moduleName: glean.api_client

.speakeasy/glean-merged-spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5+
x-source-commit-sha: b79728cf7bf07d82cc5c07f86a32044bc4270780
56
description: |
67
# Introduction
78
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.

.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:96cafa57016acbc64c52992e4a68d7696a212761df887408ef0f2352ea10dae6
6-
sourceBlobDigest: sha256:b79b23f50c98e048500a2adc816142e62cc76246550749081488c83b528ce172
5+
sourceRevisionDigest: sha256:a8f8377ca319a092de2ce8bbc1d54fc4a6892e2b74c82ce1742b399d5b8e282b
6+
sourceBlobDigest: sha256:bdb28ccdc651cd3440d1b2318d4436c1e414f74261f48e9df26ad5a1c88136d8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763081166
9+
- speakeasy-sdk-regen-1763146006
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:96cafa57016acbc64c52992e4a68d7696a212761df887408ef0f2352ea10dae6
21-
sourceBlobDigest: sha256:b79b23f50c98e048500a2adc816142e62cc76246550749081488c83b528ce172
20+
sourceRevisionDigest: sha256:a8f8377ca319a092de2ce8bbc1d54fc4a6892e2b74c82ce1742b399d5b8e282b
21+
sourceBlobDigest: sha256:bdb28ccdc651cd3440d1b2318d4436c1e414f74261f48e9df26ad5a1c88136d8
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:90843eca9fa9c37835f6112e07ce874530d24ae6fae39dc90721d789ca30ba08
23+
codeSamplesRevisionDigest: sha256:a77ddccee3b18c2b4fbb83554bae7a9f53fc641db862b4a4f5e5ef9006f749b3
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
@@ -378,4 +378,14 @@ Based on:
378378
### Generated
379379
- [python v0.11.8] .
380380
### Releases
381-
- [PyPI v0.11.8] https://pypi.org/project/glean/0.11.8 - .
381+
- [PyPI v0.11.8] https://pypi.org/project/glean/0.11.8 - .
382+
383+
## 2025-11-14 18:46:20
384+
### Changes
385+
Based on:
386+
- OpenAPI Doc
387+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
388+
### Generated
389+
- [python v0.11.10] .
390+
### Releases
391+
- [PyPI v0.11.10] https://pypi.org/project/glean/0.11.10 - .

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.8"
3+
version = "0.11.10"
44
description = "Python Client SDK Generated by Speakeasy."
55
authors = [{ name = "Glean Technologies, Inc." }]
66
license = "MIT"

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.8"
6+
__version__: str = "0.11.10"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.743.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.11.8 2.743.2 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.11.10 2.743.2 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

tests/mockserver/internal/handler/pathpostrestapiv1getchat.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/test_summarize.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ def test_summarize_summarize():
1919
document_specs=[
2020
{
2121
"ugc_type": models.DocumentSpecUgcType1.SHORTCUTS,
22-
"content_id": 602763,
22+
"content_id": 544883,
2323
},
2424
{
25-
"ugc_type": models.DocumentSpecUgcType1.SHORTCUTS,
26-
"content_id": 602763,
25+
"id": "<id>",
2726
},
2827
]
2928
)

0 commit comments

Comments
 (0)