Skip to content

Commit 8f3aa0c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.650.0
1 parent e450385 commit 8f3aa0c

File tree

8 files changed

+31
-19
lines changed

8 files changed

+31
-19
lines changed

.speakeasy/gen.lock

Lines changed: 3 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: 2dcefd4e1803d98e97ba5e2c1b4b7b06
4+
docChecksum: 76eedb03fc29005335d8321ac6d3ae21
55
docVersion: 0.9.0
66
speakeasyVersion: 1.650.0
77
generationVersion: 2.743.2
8-
releaseVersion: 0.11.12
9-
configChecksum: 7941039f0518afe3bb105c684232260d
8+
releaseVersion: 0.11.14
9+
configChecksum: ceccdd78049847212e98f17e1f761752
1010
repoURL: https://github.com/gleanwork/api-client-python.git
1111
installationURL: https://github.com/gleanwork/api-client-python.git
1212
published: true

.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.12
33+
version: 0.11.14
3434
additionalDependencies:
3535
dev: {}
3636
main: {}

.speakeasy/glean-merged-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
version: 0.9.0
44
title: Glean API
5-
x-source-commit-sha: 8f565e6072898e4f6fca86fa97978efc4ea33975
5+
x-source-commit-sha: 43005521322d662d78ff19768f89e7426961fa8b
66
description: |
77
# Introduction
88
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.
@@ -22,7 +22,7 @@ info:
2222
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
2323
x-logo:
2424
url: https://app.glean.com/images/glean-text2.svg
25-
x-open-api-commit-sha: 82065b6c142bd74beb1f8c2e670ac7dd81e45ebd
25+
x-open-api-commit-sha: 8a54b40b766ef1b90a2835cc673a34d10dd4e658
2626
x-speakeasy-name: 'Glean API'
2727
servers:
2828
- url: https://{instance}-be.glean.com

.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:fd35d47c584495c0f29e30f502ee3f6bde461142a6d2bb69c0822440494c1d41
6-
sourceBlobDigest: sha256:de7302488181d96aed6b8d230db6667f83ec481bf6c1c5295778c358a32ebb68
5+
sourceRevisionDigest: sha256:365930894b10d754a3493ba59b88d3712c52ecfe32a914ef82b80b6f8d1be04f
6+
sourceBlobDigest: sha256:4923082f053cc00b55bc1fc177a394116e6808888a16bd10a938d2c7e4126a0d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1763156875
9+
- speakeasy-sdk-regen-1763167768
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:fd35d47c584495c0f29e30f502ee3f6bde461142a6d2bb69c0822440494c1d41
21-
sourceBlobDigest: sha256:de7302488181d96aed6b8d230db6667f83ec481bf6c1c5295778c358a32ebb68
20+
sourceRevisionDigest: sha256:365930894b10d754a3493ba59b88d3712c52ecfe32a914ef82b80b6f8d1be04f
21+
sourceBlobDigest: sha256:4923082f053cc00b55bc1fc177a394116e6808888a16bd10a938d2c7e4126a0d
2222
codeSamplesNamespace: glean-api-specs-python-code-samples
23-
codeSamplesRevisionDigest: sha256:9a224cc91f138da2d105f51f3996008ae0bc5c34a4276b0aa4cabd1f6a57c28d
23+
codeSamplesRevisionDigest: sha256:b3fef6598b035770b97aec02d552dcc779a69b61bee9d07e0943d125588eaa14
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
@@ -398,4 +398,14 @@ Based on:
398398
### Generated
399399
- [python v0.11.12] .
400400
### Releases
401-
- [PyPI v0.11.12] https://pypi.org/project/glean/0.11.12 - .
401+
- [PyPI v0.11.12] https://pypi.org/project/glean/0.11.12 - .
402+
403+
## 2025-11-17 04:33:09
404+
### Changes
405+
Based on:
406+
- OpenAPI Doc
407+
- Speakeasy CLI 1.650.0 (2.743.2) https://github.com/speakeasy-api/speakeasy
408+
### Generated
409+
- [python v0.11.14] .
410+
### Releases
411+
- [PyPI v0.11.14] https://pypi.org/project/glean/0.11.14 - .

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.12"
3+
version = "0.11.14"
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.12"
6+
__version__: str = "0.11.14"
77
__openapi_doc_version__: str = "0.9.0"
88
__gen_version__: str = "2.743.2"
9-
__user_agent__: str = "speakeasy-sdk/python 0.11.12 2.743.2 0.9.0 glean"
9+
__user_agent__: str = "speakeasy-sdk/python 0.11.14 2.743.2 0.9.0 glean"
1010

1111
try:
1212
if __package__ is not None:

tests/test_summarize.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
22

3-
from glean.api_client import Glean
3+
from glean.api_client import Glean, models
44
import os
55
from tests.test_client import create_test_http_client
66

@@ -18,10 +18,12 @@ def test_summarize_summarize():
1818
res = glean.client.documents.summarize(
1919
document_specs=[
2020
{
21-
"url": "https://dim-glider.com/",
21+
"ugc_type": models.DocumentSpecUgcType1.SHORTCUTS,
22+
"content_id": 602763,
2223
},
2324
{
24-
"id": "<id>",
25+
"ugc_type": models.DocumentSpecUgcType1.SHORTCUTS,
26+
"content_id": 602763,
2527
},
2628
]
2729
)

0 commit comments

Comments
 (0)